Deepak Ingale1
Mega Sage

NOTE: MY POSTINGS REFLECT MY OWN VIEWS AND DO NOT NECESSARILY REPRESENT THE VIEWS OF MY EMPLOYER, DELOITTE.

 

New release of "New York" seems to have good features for native developer who are using JavaScript Editor within the platform.

One of the cool thing that has been introduced is "context menu" for getting script include definition, finding documentation for Glide APIs

https://docs.servicenow.com/bundle/newyork-application-development/page/script/general-scripting/con...

Below is the screen capture of how code looks inside new editor

find_real_file.png

 

find_real_file.png

Highlighted in dark black color in italic fonts are APIs which contains a link to definition of the library. if it is script include like JSUtil , we just need to CNTR + click and system opens the JSUtil script include in new tab.

We can also notice table name inside GlideRecord class is highlighted in dark blue color ( incident ) . CNTR + click on the link opens the table definition in new tab. 

Both these features are quite helpful for developers to get  properties or methods of the script include and to see the column names of the table 

Happy coding and please do share if you have come across any such new features in the platform