Dynamics 365 CRM Triggers¶
Connect provides following triggers for Microsoft Dynamics 365 CRM:
- Object Updated
- Object Created
These triggers work with two triggering mechanisms:
Object Updated¶
This event triggers the workflow when the selected entity is updated in your Dynamics 365 account. Optionally, you can define filters if you want to monitor the updated event of a specific group of entities.
Object Created¶
This event triggers the workflow when a new object in the selected entity is created in your Dynamics 365 account. Optionally, you can define filters if you want to monitor the creation of a specific group of entities.
Set up polling trigger for your workflow¶
Following are the steps to set up polling trigger for Dynamics 365:
-
Select a Polling interval for Connect to request the events.
-
Choose an entity to trigger the workflow.
Set up bulk data feed trigger for your workflow¶
Following are the steps to set up bulk data feed trigger for Dynamics 365 CRM:
-
Select the Polling interval for Connect to request the events.
-
Select the date and time from when you wish to start the polling.
-
Choose an entity and its attributes based on the action which you would like to perform downstream.
-
Select the delimiter for the entity attributes in the CSV report.