TaskStatus
Specifies the possible statuses for tasks, including Not Started, In Progress, or Completed.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the task status record. | |
| MasterLabel | String | True |
Display name for the status, shown in the user interface. | |
| SortOrder | Int | True |
Order in which this status appears in picklists and dropdowns. | |
| IsDefault | Boolean | True |
Indicates whether this status is the default for newly created tasks. | |
| IsClosed | Boolean | True |
Specifies whether this status marks the task as closed or completed. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the task status record. |
| CreatedDate | Datetime | True |
Date and time when the task status was created. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last updated the task status. |
| LastModifiedDate | Datetime | True |
Date and time when the task status was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp reflecting the latest change to the record. |