Business Integration Solutions documentation
About: Event
An event is a specialized activity that reacts to changes in Microsoft Dynamics BC.
An event triggers the export of data from Microsoft Dynamics 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 Microsoft Dynamics BC application code or on a Microsoft Dynamics 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 | About: Code Event |
| Learn about the event used to trigger a pipeline based on a record change | About: Record Change Event |
| Learn about the event used to trigger a pipeline based on a time interval | About: Timer Event |
| Learn about the event used to trigger a pipeline based on a user action | About: User Event |
| Learn about the event used to trigger a pipeline based on a web service | About: Webservice Event |
| Learn about the event used to trigger a pipeline based on an async web service | About: Asyncwebservice Event |
| Learn about the event used to trigger a pipeline on lifecycle status change | About: Lifecycle Event |