Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Application is a pack of the VCS-records united by a common trait: the same value in the application_id field. Applications are intended to hoard some businessworthy 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.
Tip |
---|
Role required: admin. |
Creating an application
To create an application and to add it into the repository, please complete the steps below:
- Add a new application:
- 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 selection choice list;
- Click New, fill in the form and click Save.
- Name - the name of the application created;
- Version - application version;
- Prefix table - prefixes of the tables that are created within of this application.
- When creating an application, a configuration pack will be automatically created that is named Default 1, bound to this application and containing one or more VCS-records.
- Enter the admin preferences menu again and select the created application in the Application choice list. Make sure that configuration pack for storing changes is created and available (the value in the Configuration Pack choice list is not empty).
- Developer responsible for this application has to configure its structure and to set up the logic, for this:
- Create the tables, columns, business-rules, scripts, in other words, implement the application.
- After that, finish the development with the configuration pack completing. For this, please 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 Configuration Pack choice list;
- Change the configuration pack state to Completed and click Save;
- Click the Export Local Pack link to download the application so it can be installed on different instances.
Note |
---|
Please note that when you are developing an application, the records created in the pipeline of another application will be unavailable for updating (either editing or deleting). In case if you need to perform actions with this record, please switch to the application it belongs to. For changing the application, please refer to the Interface#AdminPreferences article. |
Deleting an application
To delete an application from the repository, please complete the steps below:
- Navigate to Configuration → Application;
- Click on the application name you need to delete;
- Navigate to the hamburger menu and select Delete. Choose OK in the alert appeared.
Table of Contents | ||||
---|---|---|---|---|
|