Overview
A crucial part of the SAMO application architecture is the Business Server extension on the LIDS Application Server.
Business server takes care of execution of all business processes defined on business objects (actions, triggers, workflow...).
Business metadata are located under the lids-business-service folder, and apart from the configuration stored in JSON files, the JavaScript is used for scripting custom business logic.
Related Documentation​
- Scripting API - a JavaScript library with predefined objects and functions, which are designed to make the script writing easier
- Business Service Configuration - documentation of metadata folder structure and available configuration parameters