Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

There are four SimpleOne applications available for the clients: Simple, ITSM, Work and Time Management, and Personal Schedule. Each of them can be configured reading 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 define the application or the origin of elements, such as a record or a column. 

PrefixDescription
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.
c

This prefix has two use cases:

  1. When creating a new table in the Simple application, unless the user who created it is not a vendor or a system (migration, internal code)
  2. For a column that was added to a table to extend it in the Simple application. 
itsmThis prefix refers to the records and tables of the ITSM application.
wtmThis prefix refers to the records and tables of the Work and Time Management application.
persThis prefix refers to the records and tables of the Personal Schedule application. 
impThis prefix refers to the imported records and tables.
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.


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.


Application Switching

To switch an application, click in the top right corner to open the Preferences menu. In the Application field, select an application from the drop-down menu.


Application Security

Security Safety of the SimpleOne applications is guaranteed by the Protection Policy of all the configuration records that form an application.  Besides, the ACL rules, User Criteria and logging represent a reliable combination of features ensuring security of the SimpleOne applications.


Table of Contents