To get the Connectivity studio history data exported to the Dataverse database that is used by the Connectivity monitor, you need a special Connectivity studio project: BisHistoryExport. This project exports the Connectivity studio history data using a web service.


Administrator Administrator Start Start Import the BisHistoryExport project for Connectivity studio Import the BisHistoryExport project for Connectivity studio To get the Connectivity studio history data exported to the Dataverse database that is used by the Connectivity monitor, you need a special Connectivity studio project: BisHistoryExport. In the D365 FO environment from which connectivity history must be exported, in Connectivity studio, import the BisHistoryExport project XML file. For more information on how to import the project file, refer to Import project from file. The BisHistoryExport project contains the predefined setup (messages, web service, connectors, and documents) that is required to export Connectivity studio history data. Set up web service application for BisHistoryExport project Set up web service application for BisHistoryExport project To get the Connectivity studio history data exported to the Dataverse database that is used by the Connectivity monitor, you need a special Connectivity studio project: BisHistoryExport. This project exports the Connectivity studio history data using a web service. Set up the used web service application on the project to connect to the earlier registered Azure Active Directory app. For more information, refer to Set up web service application for project. For the web service application, use these settings: Field Description Base URL The Service Root URL of your Connectivity monitor app instance extended with 'tibis_createrecords'. For example: https://[Dataverse database].api.crm4.dynamics.com/api/data/v9.2/tibis_createrecords To find the Service Root URL: In the Power Apps, open the Connectivity Monitor app. Click Settings -> Advanced settings. On the Business management page, expand settings, and click Customizations. On the Customization page, click Developer resources. Authentication OAuth2 Grand type Client credentials Client ID The Application (client) ID of the Azure Active Directory application that you registered to access Dataverse from Connectivity studio. Resource The root of the Service Root URL of your Connectivity monitor app instance. For example: https://[Dataverse database].api.crm4.dynamics.com/ Token authentication endpoint Use this URL: https://login.microsoftonline.com/[your-tenant]/oauth2/token Replace '[your-tenant]' with the Directory (tenant) ID of the Azure Active Directory application that you registered to access Dataverse from Connectivity studio. End End

Activities

Name Responsible Description

Import the BisHistoryExport project for Connectivity studio

Administrator

To get the Connectivity studio history data exported to the Dataverse database that is used by the Connectivity monitor, you need a special Connectivity studio project: BisHistoryExport.

In the D365 FO environment from which connectivity history must be exported, in Connectivity studio, import the BisHistoryExport project XML file. For more information on how to import the project file, refer to Import project from file.

The BisHistoryExport project contains the predefined setup (messages, web service, connectors, and documents) that is required to export Connectivity studio history data.

Set up web service application for BisHistoryExport project

Administrator

To get the Connectivity studio history data exported to the Dataverse database that is used by the Connectivity monitor, you need a special Connectivity studio project: BisHistoryExport. This project exports the Connectivity studio history data using a web service.

Set up the used web service application on the project to connect to the earlier registered Azure Active Directory app. For more information, refer to Set up web service application for project.

For the web service application, use these settings:

Field Description
Base URL

The Service Root URL of your Connectivity monitor app instance extended with 'tibis_createrecords'. For example: https://[Dataverse database].api.crm4.dynamics.com/api/data/v9.2/tibis_createrecords

To find the Service Root URL:

  1. In the Power Apps, open the Connectivity Monitor app.
  2. Click Settings -> Advanced settings.
  3. On the Business management page, expand settings, and click Customizations.
  4. On the Customization page, click Developer resources.
Authentication OAuth2
Grand type Client credentials
Client ID The Application (client) ID of the Azure Active Directory application that you registered to access Dataverse from Connectivity studio.
Resource The root of the Service Root URL of your Connectivity monitor app instance. For example: https://[Dataverse database].api.crm4.dynamics.com/
Token authentication endpoint

Use this URL: https://login.microsoftonline.com/[your-tenant]/oauth2/token

Replace '[your-tenant]' with the Directory (tenant) ID of the Azure Active Directory application that you registered to access Dataverse from Connectivity studio.

Provide feedback