Activities
The following table lists the activities that are included in the Microsoft Dynamics 365 Activities Package.
| Activity | Description |
|---|---|
| Microsoft Dynamics Application Scope | Establishes an authenticated connection to your Dynamics 365 application. |
| Insert Record | Insert a new record. After inserting the record, the activity outputs the String identifier assigned to the new record and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Update Record | Updates an existing record. After updating the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Delete Record | Deletes a record. After deleting the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Get Record | Retrieves a record. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Search Records | Uses your search parameters to retrieve records. After retrieving the record, the activity outputs the results in a DataTable object and the status of the request (success/failure information) in a ResponseStatus object, both of which you can use in subsequent activities (e.g., conditional logic, Update Record, Download Activity Attachment, etc.). |
| Upload Activity Attachment | Uploads an attachment to an email, appointment, or template activity. After uploading the attachment, the activity outputs the String identifier assigned to the attachment and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Upload Note Attachment | Uploads an attachment to an annotation (note). After uploading the attachment, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Download Activity Attachment | Downloads a specified attachment, to a specified folder, under a new or existing file name. After downloading the attachment, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Download Note Attachment | Downloads a note attachment, to a specified folder, under a new or existing file name. After downloading the attachment, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Execute Function | Executes a function. After executing the function, the activity outputs action specific field values (if applicable) and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |
| Execute Action | Executes an action. After executing the action, the activity outputs action specific field values (if applicable) and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities. |