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
ApptWindowStart22 Start of the appointment window selected by Customer Portal user; stored together with Create
ApptWindowEnd23 End of the appointment window selected by Customer Portal user; stored together with Create
UiSubType24 This property will hold non zero value if WO was created with using elastic search wizard engine
ProviderNotCompliant25 Additional atribute for WO if Provider is not compliant. Works in Actions WoAssign, WoCreate.
IntValues26 List of integer values separated by comma. Used by actions Attention, FlagCleared.
RequestorWorkZoneId27 Original Requestor Work Zone ID. Recorded as part of Created action when WO comes from Requestor.
RequestorCustomerId28 Original Requestor Customer ID. Recorded as part of Created action when WO comes from Requestor.
InitialReasonID29 WO Reason ID value before action was executed. Can be used by any actions, fod instance Reopen.
RequestorWorkZoneNumber30 Original Requestor Work Zone Number. Recorded as part of Created action when WO comes from Requestor.
RequestorWorkZoneName31 Original Requestor Work Zone Name. Recorded as part of Created action when WO comes from Requestor. Uses as default name on ZW creating from WO move dialog.
See Also