deletedrecord
This table tracks records that have been deleted, often used for auditing and recovery purposes to maintain a history of removed data.
Columns
| Name | Type | References | Description |
| context | String | The context in which this record is used or associated, such as the specific process or module. | |
| deletedby | String | The name or identifier of the user who marked this record as deleted. | |
| deleteddate | Date | The date when this record was deleted from the system. | |
| iscustomlist | Boolean | Indicates whether this record is part of a custom list created by the user. | |
| iscustomrecord | Boolean | Indicates whether this record is a custom record type created by the user. | |
| iscustomtransaction | Boolean | Indicates whether this record is a custom transaction type created by the user. | |
| name | String | The name or title associated with this record, typically used for identification. | |
| recordtypeid | String | The identifier of the record type, used to classify and differentiate between different types of records. | |
| scriptid | String | The identifier for the script associated with this record, used for scripting and automation purposes. |