Activities
The following table lists the activities that are included in the Microsoft Dynamics 365 Finance and Operations Package.
| Activity | Description |
|---|---|
| Microsoft Dynamics Finance and Operations 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. |