Not able to see scripting methods or functions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 11:07 AM
Hi All,
Recently I have upgraded my PDI instance to "Utah" release. Post upgrading I see there are some changes to scripting UI/ editor, one thing I have noticed is when we try to write scripts, system is not displaying any methods/ functions post creating variable for glide records. Not sure do we have any system properties to be enabled this feature.
Eg: var gr = new GlideRecord('Incident');
when we type gr. old versions usually suggest the available methods for the same, but now that is not happening in Utah release.
If anyone have solution for this kindly reply. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2023 09:05 PM
Can you verify that property glide.ui.syntax_editor.autocomplete is true?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 12:46 PM
Yes.This property is true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2023 11:46 PM - edited 02-19-2023 11:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2023 11:50 PM - edited 02-20-2023 12:27 AM
