SimpleOne stores data as a collection of tables and records.
Record is a low-level independent unit of SimpleOne platform. It is basically a container of information from table columns. In the list view, it is displayed as a row. In the form view, it is displayed as a form with defined values. In API, records are SimpleRecord items.
For example, a record in the User (user) table is displayed like this:
|
Every record has default system fields populated automatically:
Every record has its unique ID that is used by the system in scripts and properties . As a rule, in agent interface records have human-readable titles.
In SimpleOne, a record form may be divided into three parts:
If users do not have access rights to view some records, fields of Reference, List and Document ID types will display the following badges:
If a deleted value is selected in the field of the Field Name type, the Column not found placeholder is displayed in the field. Under the field, the following hint is displayed: Selected record is not found, choose another one
.
When users do not have access to some records in the Related Lists area, the following message is displayed: Some entries are hidden by security policy
.
Sections allow arranging fields on the form view by dividing them into tabs. Use them to:
Refer to the Form Layout article to learn more.
Activity Feed module allows tracking record changes and communicate with involved persons.
Refer to the Activity Feed article to learn more.
SimpleOne ITSM application provides three widgets displaying:
In SimpleOne, lists and forms have a number of UI actions displayed as buttons, links, and context menu items.
You can create custom UI actions if you need. Use them to:
Refer to the UI Actions article to learn more.
Views define which elements are displayed in the form or the list and their order. Hide fields and widgets you do not need, add the necessary ones, and create separate views for users (for example, for different roles) and system parts (agent interface and portal).
Refer to the Form Layout and List Layout articles to customize layouts. A user can also configure their personal list layouts.