Click or drag to resize
ChangeAssignmentMode Enumeration
How Assignees parameter is treated. Four modes supported: Primary, AddSecondary, RemoveSecondary and Snapshot. In Snapshot mode, Assignees collection is treated as new list of assignees for WO; and first item in that list is treated as primary assignee. In all modes Assignees can be empty.

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum ChangeAssignmentMode
Members
  Member nameValueDescription
Primary0 Modify primary WO assignment record
AddSecondary1 Go through Assignees list and check whether particular Employee ID is already present in the whole WO Assignments collection
RemoveSecondary2 Go through Assignees list and check whether particular Employee ID is present among secondary WO Assignments
Snapshot3 Allows making multiple assignment changes at once (it’s the most flexible mode)
See Also