SAP Concur Expense · Arazzo Workflow
SAP Concur Promote Quick Expense to Report
Version 1.0.0
Turn a captured quick expense into a report entry, then remove the quick expense.
View Spec
View on GitHub
Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravelArazzoWorkflows
Provider
Workflows
promote-quick-expense
Promote a quick expense into a new report entry and delete the original.
Reads a quick expense, creates a report, adds an entry from the quick expense values, and deletes the quick expense.
1
getQuickExpense
getQuickExpense
Read the quick expense to recover its captured values.
2
createReport
createExpenseReport
Create the report that will hold the promoted entry.
3
createEntry
createExpenseEntry
Add an entry to the report carrying the quick expense values.
4
deleteQuickExpense
deleteQuickExpense
Delete the now redundant quick expense record.