SimpleOne can execute client and server-side scripts. 

All user scripts on the instance are written in Javascript. So the Simple API classes and methods have the JS syntax.

The system executes client scripts in the browser. Server-side scripts are executed by V8 Javascript Engine.

Client Scripts


JS scripts are executed in the browser when the client-side event happens. Configure forms and their fields, display messages using the client-side scripts.

Server-Side Scripts


The system executes JS scripts on the server-side when a server event happens. Configure rules for carrying out specific actions: new object creation, calculation, transaction interrupting, etc. Learn about creating a server-side script, UI actions, URL actions, script includes, events, and business rules.


  • No labels