WorkOrder Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WorkOrder : CorrigoEntityWithOptimisticLock
The WorkOrder type exposes the following members.
Name | Description | |
---|---|---|
Access |
Access: Unknown, PTE, Appointment, CallFirst, NotApplicable
| |
AcknowledgeByUtc |
UTC time indicating moment by which WO needs to be “acknowledged”, i.e. picked up; NULL means value is undefined.
| |
ActionLogRecords |
Action Logs
| |
Address |
Address
| |
Assignments |
Assignments
| |
CheckInOuts |
Check In/Outs Log
| |
CompletionNote |
Completion Note
| |
ContactAddress |
Contact Address.
Is required.
| |
ContactName |
Contact name.
Max Length=256
| |
CreatedDateUtc |
Date Utc the work order was created.
If not specified will be UtcNow().
| |
CurrencyTypeId |
Currency Type
| |
Customer |
Customer.
Is required.
| |
CustomFields |
Custom Fields
| |
Documents |
Documents
| |
DtAcknowledgeBy |
Local time indicating moment by which WO needs to be “acknowledged”, i.e. picked up; NULL means value is undefined.
| |
DtCreated |
Date the work order was created. If not specified will be Now().
| |
DtDue |
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
| |
DtOnSiteBy |
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.
| |
DtScheduledStart |
Work Order scheduled start time
| |
DtUtcOnSiteBy |
Utc time indicating moment by which WO needs to be "responded to", i.e. started
| |
DueDateUtc |
Utc time indicating moment when WO becomes overdue
| |
Duration |
Expected duration for the work related to this work order in minutes.
| |
Employee |
NonUpdatable.
Primary technician responsible for executing of the work order
| |
EquipmentWorkedOn |
Equipment
| |
Estimate |
Customer Estimate
| |
Flag |
Action Reason.
| |
IsWarranty |
"True" means WO might be covered by provider’s warranty.
| |
Items |
Work order tasks. Is required.
| |
LastAction |
Last Action.
WO Shadow record.
| |
LastActionDate |
Last Action Date
| |
LastActionDateUtc |
Last Action Date Utc
| |
MainAsset |
Asset representing main WO location
| |
Notes |
Notes
| |
Number |
Gets a work order number.
Automatically generated if not supplied automatically.
Max Length=32
| |
Owner |
WO Owner
| |
PoNumber |
Purchase Order Number.
Max Length=50
| |
Priority |
It indicates the urgency level of the work order.
| |
Procedures |
Procedures
| |
Quote |
Quote
| |
RepairCode |
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.
| |
RequestorContact |
Requestor contact data
| |
ScheduledStartUtc |
Work Order scheduled Utc start time.
If not specified will be UtcNow().
| |
ShortLocation |
Shortened asset inventory location for display purposes.
Max Length=128
| |
Specialty |
Specifies what type of work needs to be done for this work order
| |
StatusId |
Status: Unknown, Open, Paused, Cancelled, Closed, Attention, New, OnHold, InProgress, Completed
| |
SubType |
Work order custom type.
Each custom type corresponds to one of the base work order type.
Is required.
| |
TaskRefinement |
Contains work description for the Work Order.
This value is automatically generated or entered by user manually.
Max Length=512
| |
TimeZone | ||
TypeCategory |
Type: Unknown, Basic, PMRM(Preventive Maintenance/Routine Maintenance), Turn, Request.
It determines behavior of the work order during its lifecycle.
Is required.
| |
VendorNte |
NTE (Not to Exceed) for vendor invoice.
| |
Verifications |
Verifications. (WO Ratings)
| |
WonId |
WON (Work Order Network) Id.
| |
WorkOrderCost |
WO Invoice.
Financial Record represents Work Order's data related to financial side of the workflow:
costs tracking, vendor invoice, service fees etc.
| |
WorkZone |
NonUpdatable.
Specifies an area (Work Zone) in which service is provided
|