Not able to see scripting methods or functions

Darshan Thallam
Tera Contributor

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.

8 REPLIES 8

BharathChintala
Mega Sage

@Darshan Thallam  actually in Utah script suggestions were more improvised.

BharathChintala_0-1676803757504.png

Simple things like var glide record also will be in suggestions

BharathChintala_1-1676803925916.png

 

if you are not seeing them, Refresh instance or reset your instance 

 

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala

Sure.Will try this as well

Omkar Kumbhar
Mega Sage
Mega Sage

Hello @Darshan Thallam ,

Can you use the Ctrl+space and check if it is working

OmkarKumbhar_0-1676808642304.png

 

If I was able to help you with your case, please click the Thumb Icon and mark as Correct.

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.

DarshanThallam_0-1676926667803.png