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