Click or drag to resize

WoCreateCommand Class

Reference to WorkOrder CreateCommand.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsBaseWoActionCommand
      CorrigoService.CommandsWoCreateCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class WoCreateCommand : BaseWoActionCommand

The WoCreateCommand type exposes the following members.

Properties
 NameDescription
Public propertyComputeAssignment True means “Auto Assignment” routine will be executed. Default value is False.
Public propertyComputeSchedule True means “Schedule” routine will be executed. Default value is False.
Public propertyEmergencyDisabled Boolean flag. True means WO priority value will be de-escalated from emergency to highest non-emergency priority
Public propertyEmployeeId Primary assignee ID; 0 means Work Order remains unassigned. This value is ignored if ComputeAssignment == True.
Public propertyExternalNumber Optional string containing “external” WO number (provided by third-party application)
Public propertyKeepUnassigned True means integration services will not perform auto-assignment routine.
Public propertySkipBillToLogic True means integration services will use billing configuration as specified rather than automatically compute billing settings for new WO. Matches CreateWoAction.SkipContract.
Public propertySkipProcedures Boolean flag. True means routine will not attach procedures to new WO automatically.
Public propertyWorkOrder Reference to Work Order entity, required. Integration client must provide property values as specified below.
Public propertyWpTree 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.
Top
See Also