RecordSetItem
RecordSetItem model represents a concrete entry of the specific RecordSet.
All individual values from the fields of the RecordSetForm model are stored in the RecordSetItemData model.
RecordSetItem serves as a connection between the RecordSet and the RecordSetItemData.
Name |
RecordSetItem |
||
---|---|---|---|
Properties |
Name |
Type |
Description |
Slug |
Varchar(110) |
EveryDataStore-ID |
|
Temporary |
Boolean |
An entry have a Temporary value “true” on initialization. When the entry and the associated form values are saved, Temporary is set to “false”. A cronjob regularly deletes entries with Temporary value “true” that are older than 1 hour. |
|
DeletedDate |
Datetime |
Indicates when the entry is deleted. DeletedDate is set when the entry should be deleted logically. |
|
Relations |
RecordSet, RecordSetItemData, Folder, Note |