Microsoft Dynamics NAV · Arazzo Workflow
Business Central Upsert an Item
Version 1.0.0
Find an item by number and update it if it exists, otherwise create it.
View Spec
View on GitHub
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavisionArazzoWorkflows
Provider
Workflows
upsert-item
Upsert a single inventory item in a Business Central company by its number.
Looks for an existing item whose number matches the supplied value, then either updates the matched item or creates a new one with the supplied pricing and category fields.
1
findItem
listItems
Search the company item list for an item whose number equals the supplied value, returning at most one match.
2
updateExisting
updateItem
Patch the matched item with the supplied pricing and category fields.
3
createNew
createItem
Create a new item in the company using the supplied fields when no existing item matched the number.