WoCreateCommand Class |
Namespace: CorrigoService.Commands
[SerializableAttribute] public class WoCreateCommand : BaseWoActionCommand
The WoCreateCommand type exposes the following members.
Name | Description | |
---|---|---|
ComputeAssignment |
True means “Auto Assignment” routine will be executed. Default value is False.
| |
ComputeSchedule |
True means “Schedule” routine will be executed. Default value is False.
| |
EmergencyDisabled |
Boolean flag. True means WO priority value will be de-escalated from emergency to highest non-emergency priority
| |
EmployeeId |
Primary assignee ID; 0 means Work Order remains unassigned. This value is ignored if ComputeAssignment == True.
| |
ExternalNumber |
Optional string containing “external” WO number (provided by third-party application)
| |
KeepUnassigned |
True means integration services will not perform auto-assignment routine.
| |
SkipBillToLogic |
True means integration services will use billing configuration as specified rather than automatically compute billing settings for new WO. Matches CreateWoAction.SkipContract.
| |
SkipProcedures |
Boolean flag. True means routine will not attach procedures to new WO automatically.
| |
WorkOrder |
Reference to Work Order entity, required. Integration client must provide property values as specified below.
| |
WpTree |
Reference to Work Plan Link entity, optional. Integration client needs to provide this property only when new WO is created as part of work plan.
|