March 2017
Beginner
358 pages
9h 51m
English
UI scripts are quite a lot like Script Includes. While Script Includes are libraries of code that are available to any script running server side, UI scripts are libraries of code which are available to any script which runs client side, on a page where the UI script is included (or if the UI script has the Global tick-box checked, then code within it can be called from any form, list, or page on the client.
UI scripts are a great way to avoid re-writing the same code over and over, and maintain a central repository for a given set of methods or APIs. This can save you time, and help with maintainability.
Of course, having code available on the client means that it must be sent from the server to the client, and ...
Read now
Unlock full access