task Class
Represents a generic activity that represents work needed to be done.
The task class inherits from BusinessEntity.
Public Methods
For a list of methods and messages that operate on this class, see Task.
Constructor | Description |
task | Initializes a new instance of the task class. |
Public Fields
Field | Description |
activityid | Specifies the ID of the task. |
actualdurationminutes | Specifies the actual duration of the task in minutes. |
actualend | Specifies the actual end time of the task. |
actualstart | Specifies the actual start time of the task. |
category | Specifies the category of the task. |
createdby | Specifies the ID of the user who created the task. |
createdon | Specifies the date and time when the task was created. |
description | Specifies the description of the task. |
isbilled | Specifies whether the task was billed as part of resolving a case. |
isworkflowcreated | Specifies if the task was created from a workflow rule. |
modifiedby | Specifies the ID of the user who last modified the task. |
modifiedon | Specifies the date and time when the task was last modified. |
ownerid | Specifies the ID of the user that owns the task. |
owningbusinessunit | Specifies the ID of the business unit that owns the task. |
percentcomplete | Specifies how much of the task has been completed, in a percentage. |
prioritycode | Specifies the priority of the task. |
regardingobjectid | Specifies the ID of the object with which the task is associated. |
scheduleddurationminutes | Specifies the scheduled duration of the task, in minutes. |
scheduledend | Specifies the scheduled end time of the task. |
scheduledstart | Specifies the scheduled start time of the task. |
serviceid | Specifies the ID for an associated service. |
statecode | Specifies the status of the task. |
statuscode | Specifies the reason for the status of the task. |
subcategory | Specifies the subcategory of the task. |
subject | Specifies the subject associated with the task. |
subscriptionid | For internal use only. |
Remarks
For more information about entities and attributes, see the Metadata Browser and the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and then click Customize Entities.
See Also