In Business Integration Solutions, the User event triggers a pipeline based on a user action, such as selecting a button on a page.
Usage
Use this event to have manual control of the Business Integration Solutions export. With a few lines of code, you can create a custom button and add it to a list page or a card page in Microsoft Dynamics 365 Business Central. After you select the button, the associated pipeline triggers and exports the defined dataset.
You can also define filters on the User event. For example, if you add a button to the Sales Order card, selecting the button sends a sales order confirmation to the customer. If the notification language depends on the customer's language code, you add a filter to the User event that checks the customer's language code.
The processing mode is synchronous. The user who starts the event receives the result of the action immediately.
Concept
By selecting an action button on a page, a User event triggers and manually starts a Business Integration Solutions pipeline for a record or a selection of records.
Note
A User event is a specific implementation of the Code event but uses the same code. The only difference is the user experience. For more information, refer to the topic Set up a User event.
[Microsoft Microsoft Dynamics 365 Business Central] ➡️ [User Event] ➡️ [