Workday Finance · Arazzo Workflow
Workday Finance Record Supplier Invoice Expense
Version 1.0.0
Create a supplier invoice in procurement, then post the matching expense journal entry to the general ledger.
Provider
Workflows
record-supplier-invoice-expense
Book a supplier invoice and recognize its expense in the general ledger.
Creates a supplier invoice in Procurement, confirms the expense account in Financial Management, and posts a journal entry recognizing the expense.
1
createSupplierInvoice
$sourceDescriptions.procurementApi.createSupplierInvoice
Create the supplier invoice in Procurement for the supplied supplier and amount.
2
getAccount
$sourceDescriptions.financialManagementApi.getAccount
Confirm the general ledger expense account exists before posting the recognizing journal entry.
3
createJournalEntry
$sourceDescriptions.financialManagementApi.createJournalEntry
Post a journal entry to the general ledger recognizing the supplier invoice expense against the supplied period.
Source API Descriptions
openapi