IntelliSense not working for some APIs in client script editor in new Washington DC release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 08:20 PM
What just happened to Client Script Editor in Washington DC release of servicenow 😲 !!!!
While exploring the latest ServiceNow release i.e. WASHINGTON DC, I came across client script editor and observed a difference behaviour as follows:
1) Client Side APIs like g_form, g_list etc are not being suggested by intelliSense , as they were used to be in the earlier release.
2) GlideRecord and GlideAjax APIs are also not being suggested by intelliSense.
I noticed this behaviour in Client Scripts and Catalog Client Scripts, not sure is it an issue with all the client script editors available in the instance. All the APIs work the same as they used to, the only issue is that intelliSense does not suggest them.
Not sure weather it is a defect or is it something still under development by ServiceNow. I didn't find any explanation for this in any docs or so till now.
Why this is happening, is it a defect ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:24 AM
Hi Hrishabh,
Add glide.ui.syntax_editor.polaris in system properties and set the value to false and clear the cache using /cache.do
Regards
Balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:30 AM
Thanks Balaji, it is very much help full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 09:31 AM
Hi @Balaji S ,
Did the same steps but it is not working. Client script behaviour is still same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 11:26 PM
Working fine 👍