| Task Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Task : RemovableCorrigoEntity
The Task type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ChargeCode | 
            Custom charge back classification defined by client; used primarily when Customer Invoicing module is off. 
             | 
|  | CompletionTime | 
            Time to complete task in minutes, supported values 0-599999.
            Is required.
             | 
|  | Corrective | 
            "True" for corrective task.
            Is required.
             | 
|  | Currencies | 
            Money values
             | 
|  | Default | 
            "True" if this is default Asset’s(its Model’s) task in work order.
            Is required.
             | 
|  | DisplayAs | 
            Task name for UI.
            Max Length=400.
            Is required.
             | 
|  | GlAccount | 
            GL Account number.
            Max Length=32
             | 
|  | Instructions | 
            Set of instructions for a task.
            Max Length=Nvarchar(max)
             | 
|  | ModelId | 
            Asset model which supports this task.
            Is required.
             | 
|  | Number | 
            External number.
            Might be provided by integration; also used by WON (Work Order Network).
            Max Length=64
             | 
|  | PeopleRequired | 
            Number of employees required.
             | 
|  | Preventive | 
            "True" for preventative task.
            Is required.
             | 
|  | Priority | 
            Priority associated with Task - set to work order priority when created.
            Is required.
             | 
|  | ProcedureTemplate | 
            The 9x list of points to check when task is performed.
             | 
|  | Routine | 
            "True" for routine task.
            Is required.
             | 
|  | SelfHelpContent | 
            Links to auxilary information in different format.
            Max Length=2048
             | 
|  | SelfHelpType | 
            Instructions format: Html, Hyperlink, YouTube      
             | 
|  | SkillLevel | 
            Necessary skill level.
             | 
|  | Specialty | 
            Specialty that is needed to resolve that task - used for work order employee assignment.
             | 
|  | Symptom | 
            "True" for symptom task.
            Is required.
             | 
 See Also
See Also