WoLastAction Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WoLastAction : CorrigoEntity
The WoLastAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | BilledTotal |
Contains total billed value; either preview (when ciInvoiceID == NULL) or actual version (otherwise). This field is nullable; NULL value is different from zero; it means total billed preview was never computed (when ciInvoiceID == NULL) or total billed amount is not applicable to this WO (otherwise).
|
![]() | BillStatus |
WO billing status computed based on WO status and financial status(es). It’s a bitmask matching enumeration BillStatus.
|
![]() | EmergencyReason |
Reason for escalating WO to Emergency when creating new WO from Customer Portal.
|
![]() | Invoice |
Customer Invoice associated with WO;
|
![]() | LastAction |
Reference to last status-changing action for WO
|
![]() | Reason |
Reason matching current WO status. Only On Hold and Cancelled statuses support and require reasons; for other statuses this field is null/empty.
|
![]() | WorkOrderId |
NOTE: It's used as ID
|
![]() | XNumber |
“External” WO number provided by third-party application. Used by integration.
Max Length=256
|