Click or drag to resize
WOActionProperty Enumeration
Characterize how specific WO property (f.i. Employee assignment) is changed (Removed/Added) in the context of Work Order action (Assignment Changed)

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum WOActionProperty
Members
  Member nameValueDescription
Unknown0
FlagId1
SignedBy2 Name of the person who signed WO for Signature
SignedEmail3 Email of the person who signed WO for Signature
CostStatusId4 New Cost status ID for CostStatus
CostStatus5 New Cost status name for CostStatus
Rating6 Work Verification rating name for Verified
ItemAdded7
ItemRemoved8
AssignmentRemoved9
AssignmentAdded10
InvoiceId11
ApInvoiceId12 New Vendor Invoice Status ID for APInvStatus
ApInvoiceName13 New Vendor Invoice Status name for APInvStatus
ByContactId14 Contains Contact ID when WO is created by User on behalf of Contact for Create
ScanType15 Scan type (ScanType) used to create WO for Create
CustomerAdded16 Name of the old Customer for CustomerChanged
CustomerRemoved17 Name of the new Customer for CustomerChanged
TriggerEventId18 Trigger event ID (for instance, Storm ID) as provided by 3rd party integration to create WO for Create. Optional.
PrevWoStatus19
MsgAddressedTo20
MsgAddress21
See Also