Microsoft Dynamics Business Central - New/updated record trigger

Use the New/updated record trigger to monitor Microsoft Dynamics Business Central for new or updated records. When a record is created or updated, the trigger activates and provides the complete record information. The trigger checks for new events every five minutes.

Input

Input fieldDescription
Entity nameSelect the entity type to monitor from the drop-down menu. Examples include Item, Customer, Vendor, Sales Order, Purchase Order, and more.
Company IDEnter a Company ID to monitor records from. If provided, this overrides the Company ID from the connection settings. Leave blank to use the Company ID specified in the connection.
Filter criteriaAdditional OData filter expression to further filter the records. For example, totalTaxAmount lt 96.5. Refer to the OData Filter documentation for filter syntax help. Don't include systemModifiedAt or lastModifiedDateTime as part of the filter, because these are automatically handled by the trigger.
ExpandSpecify additional related objects to be returned in the output. For example, enter purchaseOrderLines to include purchase order lines in the results.
When first started, this recipe should pick up events fromWhen you start the recipe for the first time, it picks up trigger events from this specified date and time. Leave empty to get records created or updated one hour ago.

Output

Output fieldDescription
Record dataThe complete record data that was created or updated, including all fields returned by Business Central. The structure depends on the entity type selected.
ETagThe entity tag (ETag) for the record.
IDThe unique identifier of the record.
Last modified date timeThe date and time when the record was last modified. For Company entities, this field is named System modified at.

Last updated: