TaskStatus

Represents the status of a Task, such as Not started, Completed, or Closed.

Supported Calls

query(), retrieve(), describeSObjects()

Special Access Rules

Customer Portal users cannot access this object.

Fields

Field Field Type Field Properties Description
IsClosed boolean Defaulted on create

Filter

Indicates whether this task status value represents a closed Task (true) or not (false). Multiple task status values can represent a closed Task.
IsDefault boolean Defaulted on create

Filter

Indicates whether this is the default task status value (true) or not (false) in the picklist.
MasterLabel string Filter

Nillable

Master label for this task status value. This display value is the internal label that does not get translated. Limit: 255 characters.
SortOrder int Filter

Nillable

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 invoke the query() call on this object to retrieve the set of values in the task status 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 open or closed based on the TaskStatus value and the value of the IsClosed property in the associated TaskStatus object.

This object is read-only. With sufficient permissions, your client application can invoke the query() and describeSObjects() calls on these objects.

© Copyright 2000-2009 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.