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

Compare with Current View Page History

Version 1 Next »

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:

FieldValue
Loginjohn.doe
First NameJohn
Last NameDoe
Password[hidden information]
LDAP Server
Source
Emailjohn.doe@email.com
TimezoneEurope/Paris
Date FormatYYYY.MM.DD
Activetrue
Locked Outfalse
LanguageEnglish
Photofile

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.

Interface


Main area



Related Lists


Special elements


Sections


Activity Feed


UI Actions


Views




Access Control Lists (ACLs)




Records on lists



Inline editing


Filtering





  • No labels