Cost States - grouping for Cost Statuses and also a source of business rules.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum CostState
<SerializableAttribute>
Public Enumeration CostState
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Pending | 0 |
Default/initial. Assigned when application creates new Financial Record.
|
Submitted | 1 |
Assigned manually when technician finishes recording costs.
|
Approved | 2 |
Read-only.
Assigned manually when manager finishes reviewing costs.
Might require WO status to be Completed.
This is terminal state.
|
Exported | 3 |
Read-only.
Assigned when export routine is executed via web services.
Might require WO status to be Completed.
This is terminal state.
|
See Also