Record is a minimum independent unit of SimpleOne platform. It is basically a container of information compiled from table columns, in other words, – set of field values. In the list view, it is displayed as a row. In the form view, it is displayed as a form with populated fields.
For example, the User (user) table contains a record with the following fields:
Field | Value |
---|---|
Login | john.doe |
First Name | John |
Last Name | Doe |
Password | [hidden information] |
LDAP Server | |
Source | |
john.doe@email.com | |
Timezone | Europe/Paris |
Date Format | YYYY.MM.DD |
Active | true |
Locked Out | false |
Language | English |
Photo | file |
Every record has its unique ID that is used by the system in scripts, properties, and others. As a rule, in agent interface records have human-readable titles/names.