TaskPriority
Defines priority levels for tasks, such as High, Medium, or Low.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the task priority record. | |
| MasterLabel | String | True |
Display label for the priority value, shown in the user interface. | |
| SortOrder | Int | True |
Numeric order in which this priority appears in dropdown menus. | |
| IsDefault | Boolean | True |
Indicates whether this is the default priority assigned to new tasks. | |
| IsHighPriority | Boolean | True |
Specifies whether this priority level is considered high priority for reporting or filtering. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the task priority record. |
| CreatedDate | Datetime | True |
Date and time when the task priority was created. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the task priority record. |
| LastModifiedDate | Datetime | True |
Date and time when the task priority was last updated. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent change to the task priority. |