Microsoft Dynamics CRM triggers
A Trigger is an event or condition that initiates the execution of specific actions or workflows. Following is a brief list of supported Microsoft Dynamics CRM triggers.
| Trigger | Description |
|---|---|
| Get Records | Get record with the given record id. |
| All Records | Retrieves the details of all the records. |
| New or Updated Records | Triggers when a record is created or an existing record is updated. |