Click or drag to resize
ApState Enumeration
AP States - grouping for Vendor Invoice Statuses and also a source of business rules.

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum ApState
Members
  Member nameValueDescription
None0 Default/initial. Assigned when application creates new Financial Record.
Received1 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.
Paid2 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.
Waiting3 Assigned when WO is sent to provider; used by WON service to check if invoice update is allowed.
Authorized4 Read-only. Might require WO status to be Completed. Moving in or out of this state triggers Billing Status update.
Exported5 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.
Disputed6 Triggers WON async notification; used by WON service to check if invoice update is allowed.
See Also