Microsoft Dynamics Business Central - Update record action

Use the Update record action to update an existing record in Microsoft Dynamics Business Central. This action supports updating various entity types such as Items, Customers, Vendors, Sales Orders, Purchase Orders, and other business entities available in your Business Central instance.

Input

Input fieldDescription
Entity nameSelect the entity type to update from the drop-down menu. Examples include Item, Customer, Vendor, Sales Order, Purchase Order, and more.
IDThe unique identifier of the record to update.
ETagThe entity tag (ETag) of the record to update. The ETag ensures data consistency and prevents overwriting changes made by other users.
Company IDEnter the Company ID where the record exists. If provided, this overrides the Company ID from the connection settings. Leave blank to use the Company ID specified in the connection.
Record fieldsProvide the fields to update. Only include the fields you plan to change. The available fields depend on the selected entity type and are dynamically generated based on your Business Central instance's metadata.

Output

Output fieldDescription
Record dataThe complete updated record data, including all fields returned by Business Central. The structure depends on the entity type selected.
ETagThe new entity tag (ETag) for the updated record. Use this ETag for subsequent updates to ensure data consistency.
IDThe unique identifier of the updated record.

Last updated: