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

Compare with Current View Page History

« Previous Version 17 Next »

Overview

An application is a software solution designed to work on specific business tasks, and which has been developed with the SimpleOne platform tools and operates in its environment.

There are SimpleOne applications available for the clients: Simple, ITSM, Work and Time Management, the applications developed by the clients themselves on the platform, and the applications developed by third-party developers. Each of them can be configured regarding the business needs of a particular client. 

Find below a brief introductory information that you may need to use when creating and managing configuration packs.

Prefixes

Prefixes reflect the origin (application) of the tables and columns, or reflect the purpose of the table. 

PrefixDescriptionExample
sysThis prefix denotes the tables that exist on the platform by default, or that a record has been created automatically by the system in the Simple application. The records and tables with the sys prefix cannot be deleted by the users. sys_email
c

This prefix has two use cases:

  1. When creating a new table in the Simple application, unless the user who created it is a vendor or a system (migration, internal code update)
  2. For a column that was added to a table to extend it in the Simple application. 
c_absences
itsmThis prefix refers to the records and tables of the ITSM application.itsm_request
wtmThis prefix refers to the records and tables of the Work and Time Management application.wtm_timesheet 
impThis prefix refers to the imported records and tables that are temporary.c_imp_clients
clientNameEach client receives a unique client prefix. It is applied to all the records and tables created by the client. See Client Companies Identification for more information.abc_requests


To get a table prefix, use the ss.getTablePrefix() method in your scripts.


Application Slug

Each application has a slug – a part of the path denoting that a script should be executed on a particular application. An application slug is generated automatically from the application name, when creating a new application. Unlike the application name, a slug may contain only lower case letters, 0-9 numbers and underscores. Application slugs are used in REST API and serve some functions. For example, it is possible to delete records with REST API given the application slug.

Find below a pattern for a URI Scripted REST API:

{your_instance_url}/v1/api/{applicationSlug}/{module_path}/{version}/{action_path}?{params}

For example, https://your-instance-url.example.com/v1/api/c_simple/api_module_path/api_action_path?param_1=value_1, where c_simple is a slug of the Simple application.

Application Switching

All the configuration records relate to different applications used for definite business tasks. That is why when changing any of the configurations, a user must switch to the target application. To do so, click in the top right corner to open the Preferences menu. In the Application field, select an application from the drop-down menu.


Application Sustainability

Sustainability of the SimpleOne applications is guaranteed by the Protection Policy of all the configuration records that form an application. It ensures secure transfer of the applications between different instances.


  • No labels