Represents the importance or urgency of a Task, such as High, Normal, or Low.
Supported Calls
describeSObjects(), query(), retrieve()
Special Access
Rules
Customer Portal users
can't access this object.
Fields
| IsDefault
|
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether this is the default task priority value (true) or not (false) in the picklist. Only one value in the picklist can
be the default value.
|
| IsHighPriority
|
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether this task priority value represents a high priority
Task (true) or not (false). Multiple task priority values
can represent a high-priority Task.
|
| MasterLabel
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Master label for this task priority value. This display value
is the internal label that does not get translated. Limit: 255 characters.
|
| SortOrder
|
- Type
- int
- Properties
- Filter, Nillable, Group, Sort
- Description
- Number used to sort this value in the task priority picklist.
These numbers are not guaranteed to be sequential, as some previous
task priority values might have been deleted.
|
Usage
This object represents a value in
the task priority picklist. The task priority picklist provides additional
information about the importance of a Task, such as whether a given priority value represents a high priority.
Your client application can query on this object to retrieve the set
of values in the task priority picklist, and then use that information
while processing Task objects to determine more information about a given task. For
example, the application could test whether a given Task is high priority based on its Priority value and the value of the IsHighPriority in the associated TaskPriority object.