March 2017
Beginner
358 pages
9h 51m
English
A Script Include is a repository for reusable code. It is always available on the server, and doesn't need to be included in a page or loaded with a form. Any code that executes server side and in the same scope as the Script Include, can call it like any other API in the system.
Script Includes are not triggered by a database action like Business Rules, or by an event like Client Scripts. Instead, Script Includes are scripts which exist on the server, and are called from other server side scripts. You cannot directly call a Script Include from a client side script, but you can make a Script Include accessible from a client side script (though it still executes on the server) by making it extend the GlideAjax ...
Read now
Unlock full access