EntityStatus
Tracks the current status of entities, such as 'Active', 'Inactive', or 'Prospective', used for reporting and management.
Columns
| Name | Type | References | Description |
| descr | String | A detailed description of the record, used to provide additional context or relevant information about the status or stage. | |
| entitytype | String | The type or stage associated with the entity, used to categorize the record into specific stages of a process or workflow. | |
| inactive | Boolean | Indicates whether the record is marked as inactive, meaning it is no longer in use or relevant in the current process or reporting. | |
| includeinleadreports | Boolean | Indicates whether the record should be included in lead reports, often used for filtering data in marketing or sales reports. | |
| key | Integer | The unique identifier key for the record, used to track and reference it within the system, often for backend processing. | |
| name | String | The name associated with the status or stage, typically used for display or identification purposes in the system. | |
| readonly | Boolean | Indicates whether the record is read-only, meaning it cannot be modified or updated by users. |