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 02:53 AM
@Darshan Thallam actually in Utah script suggestions were more improvised.
Simple things like var glide record also will be in suggestions
if you are not seeing them, Refresh instance or reset your instance
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 01:06 PM
Sure.Will try this as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2023 04:10 AM
Hello @Darshan Thallam ,
Can you use the Ctrl+space and check if it is working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 12:57 PM
No. It didn't work. I am looking like in previous instance we use to get what are the available functions/methods for glide table. Like attached screenshot. In this version I am not sure how to get them, is I am missing something not sure.