Overview
TheRecord entity is a flexible data structure used to store various types of information within Simple Manager Mobile. Records support metadata, soft deletion, and user association.
Interface Definition
Properties
Unique identifier for the record
Main title or name of the record
Optional secondary title or description for additional context
Optional JSON string or additional metadata associated with the record
Category or type classification of the record
Optional identifier of the user who owns or created this record
ISO 8601 timestamp indicating when the record was created
ISO 8601 timestamp indicating when the record was last updated
Soft deletion flag. When
true, the record is marked as deleted but not removed from the database