Click or drag to resize

WorkOrder Class

Represents work order (read only). Web service access scope - read only.
Inheritance Hierarchy

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

The WorkOrder type exposes the following members.

Properties
 NameDescription
Public propertyAccess Access: Unknown, PTE, Appointment, CallFirst, NotApplicable
Public propertyAcknowledgeByUtc UTC time indicating moment by which WO needs to be “acknowledged”, i.e. picked up; NULL means value is undefined.
Public propertyActionLogRecords Action Logs
Public propertyAddress Address
Public propertyAssignments Assignments
Public propertyCheckInOuts Check In/Outs Log
Public propertyCompletionNote Completion Note
Public propertyContactAddress Contact Address. Is required.
Public propertyContactName Contact name. Max Length=256
Public propertyCreatedDateUtc Date Utc the work order was created. If not specified will be UtcNow().
Public propertyCurrencyTypeId Currency Type
Public propertyCustomer Customer. Is required.
Public propertyCustomFields Custom Fields
Public propertyDocuments Documents
Public propertyDtAcknowledgeBy Local time indicating moment by which WO needs to be “acknowledged”, i.e. picked up; NULL means value is undefined.
Public propertyDtCreated Date the work order was created. If not specified will be Now().
Public propertyDtDue Local time indicating moment when WO becomes overdue; Computed based on work zone settings and WO priority (which makes it dependent on WO items); can be overridden by end user
Public propertyDtOnSiteBy Local time indicating moment by which WO needs to be "responded to", i.e. started; Computed based on WO priority (which makes it dependent on WO items); can be overridden by end user.
Public propertyDtScheduledStart Work Order scheduled start time
Public propertyDtUtcOnSiteBy Utc time indicating moment by which WO needs to be "responded to", i.e. started
Public propertyDueDateUtc Utc time indicating moment when WO becomes overdue
Public propertyDuration Expected duration for the work related to this work order in minutes.
Public propertyEmployee NonUpdatable. Primary technician responsible for executing of the work order
Public propertyEquipmentWorkedOn Equipment
Public propertyEstimate Customer Estimate
Public propertyFlag Action Reason.
Public propertyFlagId Action Reason ID.
Public propertyFlags Attention Flags
Public propertyInductionAndSafetyStatusID Induction and Safety Management(ISM) status ID. This field is not supposed to be updated directly.
Public propertyIsWarranty "True" means WO might be covered by provider’s warranty.
Public propertyItems Work order tasks. Is required.
Public propertyLastAction Last Action. WO Shadow record.
Public propertyLastActionDate Last Action Date
Public propertyLastActionDateUtc Last Action Date Utc
Public propertyMainAsset Asset representing main WO location
Public propertyNotes Notes
Public propertyNumber Gets a work order number. Automatically generated if not supplied automatically. Max Length=32
Public propertyOwner WO Owner
Public propertyPoNumber Purchase Order Number. Max Length=50
Public propertyPriority It indicates the urgency level of the work order.
Public propertyProcedures Procedures
Public propertyQuote Quote
Public propertyRepairCode Repair codes are a means of gathering completion data in the field. These codes are not limited to repair data. It can be customized and used to capture whatever kind of information that is most useful for organization to collect.
Public propertyRequestorContact Requestor contact data
Public propertyScheduledStartUtc Work Order scheduled Utc start time. If not specified will be UtcNow().
Public propertyShortLocation Shortened asset inventory location for display purposes. Max Length=128
Public propertySpecialty Specifies what type of work needs to be done for this work order
Public propertyStatusId Status: Unknown, Open, Paused, Cancelled, Closed, Attention, New, OnHold, InProgress, Completed
Public propertySubType Work order custom type. Each custom type corresponds to one of the base work order type. Is required.
Public propertyTaskRefinement Contains work description for the Work Order. This value is automatically generated or entered by user manually. Max Length=512
Public propertyTimeZoneTime zone ID
Public propertyTypeCategory Type: Unknown, Basic, PMRM(Preventive Maintenance/Routine Maintenance), Turn, Request. It determines behavior of the work order during its lifecycle. Is required.
Public propertyVendorNte NTE (Not to Exceed) for vendor invoice.
Public propertyVerifications Verifications. (WO Ratings)
Public propertyWonId WON (Work Order Network) Id.
Public propertyWorkOrderCost WO Invoice. Financial Record represents Work Order's data related to financial side of the workflow: costs tracking, vendor invoice, service fees etc.
Public propertyWorkZone NonUpdatable. Specifies an area (Work Zone) in which service is provided
Public propertyWoSecondarySchedules 
Top
See Also