Updated Background Script [Script - Background] in Washington DC Relase
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-05-2024 07:49 AM
Hello Folks,
ServiceNow new release Washington D.C provides plenty of new updates for us. One of it is enhanced Background script with first class editor. Initially we used thrid party tools like SNUtils for scripting suggestions. Now ServiceNow new release Washington D.C include this feature. We can find Line numbers, Color coded keywords, Error Indicators, Search in the background script.
Navigate to All > System Definition > Scripts - Background
Explore this feature in your PDIs.
Please mark helpful, if it helps you
Thank you for reading this article.
Thank you
G Ramana Murthy
ServiceNow Developer
- 1,400 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-19-2024 04:40 AM
You probably have a System Property called 'glide.ui.syntax_editor.polaris' which is set to true. Find the System Property and set this to false. If you don't have the property, create it and set the value to false.
Please note, setting this to false may mean other script editors, e.g., the Flow Designer script editor may behave differently, specifically the type-ahead features. There is a problem ticket (PRB1725418) open for this. I tend to switch the property back and forth depending where I'm working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-27-2024 03:24 PM
Mine too, did you were you able to configure it?