Click or drag to resize

Task Class

Represents Kb Task, the action to be completed in satisfying the work order. Web service access scope - Full access
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Task : RemovableCorrigoEntity

The Task type exposes the following members.

Properties
 NameDescription
Public propertyChargeCode Custom charge back classification defined by client; used primarily when Customer Invoicing module is off.
Public propertyCompletionTime Time to complete task in minutes, supported values 0-599999. Is required.
Public propertyCorrective "True" for corrective task. Is required.
Public propertyCurrencies Money values
Public propertyDefault "True" if this is default Asset’s(its Model’s) task in work order. Is required.
Public propertyDisplayAs Task name for UI. Max Length=400. Is required.
Public propertyGlAccount GL Account number. Max Length=32
Public propertyInstructions Set of instructions for a task. Max Length=Nvarchar(max)
Public propertyModelId Asset model which supports this task. Is required.
Public propertyNumber External number. Might be provided by integration; also used by WON (Work Order Network). Max Length=64
Public propertyPeopleRequired Number of employees required.
Public propertyPreventive "True" for preventative task. Is required.
Public propertyPriority Priority associated with Task - set to work order priority when created. Is required.
Public propertyProcedureTemplate The 9x list of points to check when task is performed.
Public propertyRoutine "True" for routine task. Is required.
Public propertySelfHelpContent Links to auxilary information in different format. Max Length=2048
Public propertySelfHelpType Instructions format: Html, Hyperlink, YouTube
Public propertySkillLevel Necessary skill level.
Public propertySpecialty Specialty that is needed to resolve that task - used for work order employee assignment.
Public propertySymptom "True" for symptom task. Is required.
Top
See Also