Microsoft Dynamics NAV · Arazzo Workflow
Business Central Create a Journal and Read Its Lines
Version 1.0.0
Create a general journal in a company and read back its line collection.
View Spec
View on GitHub
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavisionArazzoWorkflows
Provider
Workflows
create-journal-and-read-lines
Create a journal in a Business Central company and read its lines.
Confirms the company, creates a journal with the supplied code and display name, and lists the journal's lines using the generated journal id.
1
confirmCompany
listCompanies
Confirm the supplied company id exists in the tenant before creating a journal in it.
2
createJournal
createJournal
Create a new journal batch in the resolved company using the supplied code and display name.
3
readJournalLines
listJournalLines
Read the line collection of the newly created journal so entries can be posted into it.