Workday Finance · Arazzo Workflow
Workday Finance Reconcile Supplier Invoices
Version 1.0.0
Confirm a supplier, list its outstanding invoices, then trace one back to its purchase order.
Provider
Workflows
reconcile-supplier-invoices
Confirm a supplier, list its invoices, and trace one to its purchase order.
Reads the supplier, lists supplier invoices by status, and reads the purchase order referenced by the first invoice for reconciliation.
1
getSupplier
getSupplier
Read the supplier to confirm it exists before listing its outstanding invoices.
2
listSupplierInvoices
listSupplierInvoices
List supplier invoices filtered by status and branch on whether any invoices were returned.
3
getPurchaseOrder
getPurchaseOrder
Read the purchase order the invoices should reconcile against to compare totals and status.