Documentation Index

Fetch the complete documentation index at: https://docs.staedean.com/llms.txt

Use this file to discover all available pages before exploring further.

Events

Prev Next

An event is a specialized activity that reacts to changes in D365 BC.

An event triggers the export of data from D365 BC. It generates a collection of one or more records that a connection subsequently processes. In practice, an event triggers outside of Business Integration Solutions, for example, in D365 BC application code or on a D365 BC page. A connection then handles the event.

The following table provides links to and descriptions of the topics in this section:

To

See

Learn about the event used to trigger a pipeline through code

Code event

Learn about the event used to trigger a pipeline based on a record change

Record change event

Learn about the event used to trigger a pipeline based on a time interval

Timer event

Learn about the event used to trigger a pipeline based on a user action

User event

Learn about the event used to trigger a pipeline based on a web service

Webservice event

Learn about the event used to trigger a pipeline based on an async web service

ASYNCWEBSERVICE activity

Learn about the event used to trigger a pipeline on lifecycle status change

Lifecycle event