March 2017
Beginner
358 pages
9h 51m
English
Certain script records, such as Business Rules, have an easy way to view the glide script API tree, which gives you an expandable tree-view of the server side glide API:

Simply clicking on the API in the list will not auto-populate the full call, but it will populate the method call. For example, expanding the System tree, and clicking on addInfoMessage, it will populate addInfoMessage(Object, String). You will have to write parent-object call (gs.).
The script tree is a great way to get a quick reference as to the exact methods available in the API you're using.
Read now
Unlock full access