Click or drag to resize
WoScheduleRoutine Class
This command is used primarily to prepare scheduling data for the new Work Order: flag “Possibly covered by warranty”, PTE, Priority, Specialty, Duration, GL Account, Vendor NTE, due date etc. It can be also executed for existing Work Order. Allows assign date-time fields such as: creation date, due date, on site by date, duration of the Work Order.
Inheritance Hierarchy

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class WoScheduleRoutine : CommandRequest

The WoScheduleRoutine type exposes the following members.

Properties
  NameDescription
Public propertyInputPropertySet
Input Property Set
Public propertyOptions
Flags (could be combined with bitwise OR) to turn off some WorkOrder’s property changes while the command is executed.
Public propertyOutputPropertySet
Output Property Set
Public propertyWorkOrder
Work Order
Top
See Also