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
<SerializableAttribute>
Public Enumeration WOActionProperty
No code example is currently available or this language may not be supported.
MembersMember 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 | |
RequestorCustomerId | 28 | |
InitialReasonID | 29 | |
RequestorWorkZoneNumber | 30 | |
RequestorWorkZoneName | 31 | |
WoItemChangedFrom | 32 | |
WoItemChangedTo | 33 | |
WoItemDescrChangedFrom | 34 | |
WoItemDescrChangedTo | 35 | |
WoRepositionNewNumber | 36 | |
WoRepositionOldNumber | 37 | |
See Also