You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

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.

Role required: admin.

Creating an application


To create an application and to add it into the repository, please complete the steps below:

  1. Add a new application:
    1. Click on the gear icon at the top right to enter the admin preferences menu;
    2. Click on the icon on the right to the application selection choice list;
    3. 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.
  2. 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.
  3. Developer responsible for this application has to configure its structure and to set up the logic, for this:
    1. Create the tables, columns, business-rules, scripts, in other words, implement the application;
    2. When creating the table, turn on the versioning (the is_vcs_enabled attribute must be equal to TRUE);
  4. After that, finish the development with the configuration pack completing. For this, please complete the steps below:
    1. Click on the gear icon at the top right to enter the admin preferences menu;
    2. Select your application in the Application choice list;
    3. Click the icon on the right to the Configuration Pack choice list;
    4. Change the configuration pack state to Completed and click Save;
    5. Click Create Product Version Component button.
  5. The application will be added to the Application choice list.

Deleting an application


To delete an application from the repository, please complete the steps below:

  1. Navigate to Configuration → Application;
  2. Click on the application name you need to delete;
  3. Navigate to the hamburger menu and select Delete. Choose OK in the alert appeared.




  • No labels