- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2023 04:52 PM
I am trying to use ES12 in my application's script include, throws me "com.glide.script.RhinoEcmaError: let is an ECMAScript 6 feature - not supported" error.
I have seen posts where it says change "Javascipt mode" in the application. But I see only two of the modes. PS: my vsf instance is on Utah version.
Could someone please guide me on how to upgrade an existing application to ES12?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2023 09:45 PM - edited ā03-05-2023 09:46 PM
Can you please open below link once and check if there are 3 records are there and in all of them inactive column is false?
http://<YOUR-INSTANCE-NAME>/sys_choice_list.do?sysparm_query=nameINjavascript%3AgetTableExtensions('sys_package')%5Eelement%3Djs_level&sysparm_view=
Note: In place of YOUR-INSTANCE-NAME, give the appropriate value.
Thanks
Fazal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2023 06:19 PM
@Swathi Prasad Can you please confirm the version of the instance , using stats.do ?
Ideally instances from Tokyo (Including Tokyo), should have 3rd option of ECMASCript 2021, as posted here.
Please mark helpful, if this answers your quetion.
Thanks
Fazal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2023 09:29 PM
Hi @Fazal Mohammad , thank you for the reply. Pls refer the screenshot, I hope this has the version of the instance
ā
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2023 09:45 PM - edited ā03-05-2023 09:46 PM
Can you please open below link once and check if there are 3 records are there and in all of them inactive column is false?
http://<YOUR-INSTANCE-NAME>/sys_choice_list.do?sysparm_query=nameINjavascript%3AgetTableExtensions('sys_package')%5Eelement%3Djs_level&sysparm_view=
Note: In place of YOUR-INSTANCE-NAME, give the appropriate value.
Thanks
Fazal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2023 10:12 PM
@Fazal Mohammad Bingo, that was the problem, ECMASCript 2021 was inactive, made it active, now I see the 3rd option. Thank you for your help!