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.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum WOActionProperty
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| FlagId | 1 | |
| SignedBy | 2 |
Name of the person who signed WO for Signature |
| SignedEmail | 3 |
Email of the person who signed WO for Signature |
| CostStatusId | 4 |
New Cost status ID for CostStatus |
| CostStatus | 5 |
New Cost status name for CostStatus |
| Rating | 6 |
Work Verification rating name for Verified |
| ItemAdded | 7 | |
| ItemRemoved | 8 | |
| AssignmentRemoved | 9 | |
| AssignmentAdded | 10 | |
| InvoiceId | 11 | |
| ApInvoiceId | 12 |
New Vendor Invoice Status ID for APInvStatus |
| ApInvoiceName | 13 |
New Vendor Invoice Status name for APInvStatus |
| ByContactId | 14 |
Contains Contact ID when WO is created by User on behalf of Contact for Create |
| ScanType | 15 |
Scan type (ScanType) used to create WO for Create |
| CustomerAdded | 16 |
Name of the old Customer for CustomerChanged |
| CustomerRemoved | 17 |
Name of the new Customer for CustomerChanged |
| TriggerEventId | 18 |
Trigger event ID (for instance, Storm ID) as provided by 3rd party integration to create WO for Create. Optional.
|
| PrevWoStatus | 19 | |
| MsgAddressedTo | 20 | |
| MsgAddress | 21 | |
| ApptWindowStart | 22 |
Start of the appointment window selected by Customer Portal user; stored together with Create |
| ApptWindowEnd | 23 |
End of the appointment window selected by Customer Portal user; stored together with Create |
| UiSubType | 24 |
This property will hold non zero value if WO was created with using elastic search wizard engine
|
| ProviderNotCompliant | 25 |
Additional atribute for WO if Provider is not compliant. Works in Actions WoAssign, WoCreate.
|
| IntValues | 26 |
List of integer values separated by comma. Used by actions Attention, FlagCleared.
|
| RequestorWorkZoneId | 27 |
Original Requestor Work Zone ID. Recorded as part of Created action when WO comes from Requestor.
|
| RequestorCustomerId | 28 |
Original Requestor Customer ID. Recorded as part of Created action when WO comes from Requestor.
|
| InitialReasonID | 29 |
WO Reason ID value before action was executed. Can be used by any actions, fod instance Reopen.
|
| RequestorWorkZoneNumber | 30 |
Original Requestor Work Zone Number. Recorded as part of Created action when WO comes from Requestor.
|
| RequestorWorkZoneName | 31 |
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