# Activities

> The following table lists the activities that are included in the Microsoft Dynamics 365 Finance and Operations Package.

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](https://docs.uipath.com/activities/other/latest/legacy-integrations/microsoft-dynamics-365-fo-scope) | Establishes an authenticated connection to your Dynamics 365 application. |
| [Insert Record](https://docs.uipath.com/activities/other/latest/legacy-integrations/microsoft-dynamics-365-fo-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](https://docs.uipath.com/activities/other/latest/legacy-integrations/microsoft-dynamics-365-fo-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](https://docs.uipath.com/activities/other/latest/legacy-integrations/microsoft-dynamics-365-fo-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](https://docs.uipath.com/activities/other/latest/legacy-integrations/microsoft-dynamics-365-fo-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. |
