In SimpeOne, a record is the basic entity for storing and representing information. In the agent interface, you can work with a record using either form or list view.
Both users and processes can interact with any record. These interactions are represented by the CRUD (create, read, update, delete) operations. Depending on the access control list (ACL) settings, you can restrict access to some users or user groups to execute the CRUD operations.
You can create a new record via the agent interface in several ways:
The size of the created record should not exceed 2.5 MB.
|
When reading a record, the user of the system sees the available content of the record, i.e., attributes and their values.
To edit a record via the agent interface, you can either change values in the fields of the record form, or use the inline editing on the list view.
You can delete a record via the agent interface in one of the following ways:
You can restore the deleted records from the Record Deletion Log (sys_record_deletion_log), if the table that contained the deleted record has the Record deletion logging checkbox selected. |
Each record in an instance is identified by a unique 18-character ID called sys_id. The record ID must be unique within the same table (including records in parent/child tables). The record ID value cannot be changed.
You can find the record ID in the URL address of the record. In the following example, the record ID is 158815469913225806.
https://<instance_url>/record/article/158815469913225806 |
You can also find the ID of the record in the ID column of the list view.