Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Script Includes? Store JavaScript for execution on the server Each script include defines either an object class or a function Must be called to run Reusable (Write Once Use Many) Only loaded on Request Can be Client callable Note: Global Business Rules also allow the creation of reusable JavaScript. They can impact performance because they are loaded on every interaction between a user and the platform. Script Includes load only on demand and does not impact performance. To access script includes, navigate to System Definitions > Script Includes. Script includes have a name, description, and script. They also specify whether they are active or not and whether they can be called from a Client Script.
Related Topics