AP States - grouping for Vendor Invoice 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 ApState
Members
| Member name | Value | Description |
---|
| None | 0 |
Default/initial. Assigned when application creates new Financial Record.
|
| Received | 1 |
Assigned when provider submits invoice; or when pre-billed WO is sent to provider. Read-only.
Used by WON service to check if invoice update is allowed.
|
| Paid | 2 |
Read-only.
Might require WO status to be Completed.
UI for this action expects user to enter payment information (amount, check number, date)
Moving in or out of this state triggers Billing Status update.
|
| Waiting | 3 |
Assigned when WO is sent to provider; used by WON service to check if invoice update is allowed.
|
| Authorized | 4 |
Read-only.
Might require WO status to be Completed.
Moving in or out of this state triggers Billing Status update.
|
| Exported | 5 |
Assigned when export routine is executed via web services.
Might require WO status to be Completed.
Triggers authorization number generation.
Moving in or out of this state triggers Billing Status update.
|
| Disputed | 6 |
Triggers WON async notification; used by WON service to check if invoice update is allowed.
|
See Also