You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 6 Next »
Application is a pack of the VCS-records united by the same value in the application_id field. Applications are intended to hoard some business worthy functionality that can be contributed into the system as a single entity. In fact, this is an individual system module that can be packed in the .SOP file in order to install it on other instances. For example, you can have your SimpleOne platform with the base functionality, and you can expand it by installing the ITSM, HRM, CRM and other applications that may be developed and delivered.
Role required: admin.
Creating an application
To create an application and to add it into the repository, complete the steps below:
- Click on the gear icon
at the top right to enter the admin preferences menu.
- Click on the icon
on the right to the Application choice field.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply changes.
Another way to create a new application is the following:
- Navigate to Configuration → Applications.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply changes.
Application form fields
Field | Mandatory | Description |
---|---|---|
Name | Y | The application name. |
Table Prefix | N | Prefixes of the tables created within of this application. |
Slug | N | Unique identifier combined from the application name and the table prefix. This field is populated automatically. |
After that, switch to the created application. To do so, in the Admin Preferences menu, select the created application in the Application choice list. Make sure that a local pack for storing changes is created and available (the value in the Local Pack choice list is not empty).
When creating an application, a configuration pack is automatically created and named Default 1. It is bound to this application and contains one or more VCS records.
It is recommended to use the Default 1 local pack ONLY for irrelevant or erroneous records. To store new or updated ones, create another local pack. To do so, do the following:
- Navigate to Configuration → Local Packs.
- Click New, and fill in the fields.
- Click Save or Save and Exit to apply the changes.
Configuring the structure and logic
Developers responsible for this application have to configure its structure and set up the logic. The developers should create:
See the Developer Tools articles to learn more.
Completing local packs
To complete local packs, complete the steps below:
- Click on the gear icon
at the top right to enter the Admin Preferences menu.
- Select your application in the Application choice list.
- Click the icon
on the right to the Local Pack choice field.
- Change the value of the State field to Completed.
- Click Save or Save and Exit to apply the changes.
- Click the Export Local Pack button to download the application, so it can be installed on different instances. See the Configuration Packs article to learn more.
Another way to open a local pack record is the following:
- Navigate to Configuration → Local Packs.
- Open the record you need to complete and export.
- Change the value of the State field to Completed.
- Click Save or Save and Exit to apply changes.
- Click the Export Local Pack button to download the application, so it can be installed on other instances.
Note that, when you develop an application, the records created in the pipeline of another application are unavailable for updating (either editing or deleting). Any attempt to modify a record related to another application causes a warning message.
To perform any actions with a record, switch to the application it belongs to.
For more information about switching between the applications, see the Admin Preferences article.
- No labels