History storage displays the record field changes in all tables in the human-readable format.
You cannot create, edit, or delete records in the History(sys_history) table. Only users with the admin role can read them.
To access System History, navigate to the System Logs → History.
If you need to find specific records or to sort them in a particular order, use a filter tool at the top of the page. Use the Condition Builder to configure the filters that will fit your needs most.
History form fields
Field
Mandatory
Description
Table Name
Y
The table name.
Field Name
Y
The changed field.
Record
Y
The record ID.
Old Value
N
Old record value.
New Value
N
New record value.
Type
Y
Change type:
Insert
Update
Delete.
Username
Y
Username of the change originator.
Activity Feed History
Record Deletion Log
This storage keeps information about deleted objects. You can also restore them.
You cannot create and edit records in the Record Deletion Log(sys_record_deletion_log) table. Only users with the admin role can read and delete them.
To access this storage, navigate to System Logs → Record Deletion Log.
Deletion logs are only available to tables with the selected Record Deletion Logging checkbox. See the Table Attributes article to learn more.
If you need to find specific records or to sort them in a particular order, use a filter tool at the top of the page. Use the Condition Builder to configure the filters that will fit your needs most.
ID of the deleted record that caused deletion of the current record: if the record A causes deletion of record B, and this causes deletion of record C, then for the C record this field will display record A ID (as the initial cause).
This field is populated in case the On Delete attribute in the reference is Cascade. See the Reference Fields article to learn more.
Username
N
User who initiated the record deletion.
JSON
N
This field stores deleted record attributes in JSON format as an associative massive.
choose one or several records by selecting the checkbox at the left
open the record you need.
Click Restore.
The restored record will have the attributes described in the JSON field. The system restores record version as it was just before the deletion.
Records are restored one by one, independently from each other. For example, if deletion of record A causes deletion of records B and C, and then record A is restored, records B and C will remain deleted. They need to be restored additionally.