Script-based customizations enable wide range of potential implementations and capabilities. The following patterns and techniques are common or reusable starting points for script development:
Using Ajax
Scripts rendered to web-clients can make use of Ajax to call back and execute additional server-side scripts (or interact with other endpoints, such as the REST API).