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 | |
See Also