📄️ Entities Actions
The application.entities object provides access to the entities API (all the different functions you can use to interact with entities).
📄️ Navigator
The application.navigator object lets you send the user to a different page or form from inside a script. Use it when an action on a form needs to redirect the user - for example, after creating a record, navigating to its details view, or sending the user to a related form with pre-filled query parameters.
📄️ Settings
The application.settings object allows to read and write values of application settings. Shesha uses modules to group different settings. Every application has a default module called Shesha that contains all the basic and essential settings.
📄️ User
Current user API – application.user
📄️ Utils
The application.utils object provides access to the utils API. This object gives access to utility functions that can be used to perform different actions.