Skip to main content

Connect to Business Central version 16 or later

This article details the steps involved to connect Jet Analytics to the following data sources:

Business Central Version 16 or Later (Online Tenant)

Business Central Version 16 or Later (On Premise)

  • Business Central (On-Premise) via Web Service Connection

    This is the most effective method of connecting to an on-premise instance of Business Central. This connection method will pick up ENUM's and automatically consolidate aggregation tables.

  • Business Central (On-Premise) via Direct SQL Connection

    This method is the fastest for On-Premise connections but comes with drawbacks. The Direct SQL Connection will not pick up ENUM's and will not consolidate aggregation tables. If the performance of a connection via Web-Services is not viable, customizations can be made in your project to achieve the same results.

    Note: When managing Business Central data via a direct SQL connection, the Jet extension fields will be distributed into each individual data table instead of a separate table.

Business Central (Online Tenant)

  1. Gather tenant and environment information:

    1. From the Business Central portal navigate to Help and Support.

      mceclip0.png

    2. Locate your Tenant ID and Environment name.

      mceclip1.png

  2. Obtain web services access key:

    The web services key has been deprecated by Microsoft and will no longer be available for use when it is officially deprecated some time in early 2022.  For instructions on utilizing OAuth, click Business Central (Online Tenant) via OAuth .
    1. From the search icon navigate to Users

      mceclip2.png

    2. Select the user which will be used to establish the connection to the Business Central data source.

      Note: this user will require a permission set of SUPER and the company column should be blank.

    3. Next copy the Web Services Access Key

      mceclip3.png

  3. Install extension:

    1. From within the Business Central portal, using the search icon, navigate to Extension Management.

      mceclip5.png

    2. Click Manage > Extension Marketplace.

      mceclip1.png

    3. Search for "Jet Analytics" and click Get it now

      mceclip2.png

  4. Verify extension installation:

    1. Click Manage and then Deployment Status

      mceclip6.png

    2. Verify that the status column has a value of completed.

      mceclip7.png

  5. Allow httpclient requests:

    If you are configuring a production environment, you can skip this step.

    1. If you are configuring a sandbox environment, you will need to allow the Jet Analytics extension to send diagnostic information. In the Business Central portal, navigate to Extension ManagementLocate the Jet Analytics extension, and click on the menu next to the extension name (indicated by three vertical dots). Click Configure and toggle on Allow HttpClient Requests.

      mceclip8.png

      mceclip9.png

  6. Configure Business Central data source in Jet Analytics project:

    1. Open your existing project. In this example, we are using a pre-built cube store project.

    2. Right-click on the data source and choose Edit BC 365 provider

      mceclip5.png

    3. Input the following:

      • API URL
      • Environment name
      • Authentication type
      • Username
      • Password
    4. Click Test Connection> OK.

      The username will be in the same format as the username in the Business Central portal. Do not use the UPN / email address.

      The password will be the web services access key.

    5. Right-click on the data source and choose Set Up Accounts.

      mceclip11.png

    6. Check the box for the desired companies and click OK.

      mceclip12.png

    7. Right-click on the data source and choose Synchronize Objects.

      mceclip13.png

    You should now be able to see your tables in the Data Selection pane.

Business Central (Online Tenant) via OAuth

  1. Gather tenant and environment information:

    1. From the Business Central portal go to Help and Support.

    2. Locate your Tenant ID and Environment name.

    3. From the search icon, go to Users.

    4. Select the user which will be used to establish the connection to the Business Central data source.

      This user will require a permission set of SUPER, and the company column should be blank.

  2. Install the Extension:

    1. From within the Business Central portal, using the search icon, navigate to Extension Management.

    2. SelectManage > Extension Marketplace.

    3. Search for "Jet Analytics" and select Get it now.

  3. Verify the extension installation:

    1. Select Manage > Deployment Status.

    2. Verify that the status column has a value of completed.

  4. Allow http client requests:

    If you are configuring a Production environment you can skip this step.

    1. If you are configuring a Sandbox environment, you will need to allow the Jet Analytics extension to send diagnostic information. In the Business Central portal, navigate to Extension ManagementLocate the Jet Analytics extension, and click the menu next to the extension name (indicated by three vertical dots). Click Configure and toggle on Allow HttpClient Requests

  5. Configure Business Central data source in Jet Analytics project:

    1. Open your existing project. In this example, we are using a pre-build cube store project.

    2. Right-click the data source and select Edit BC 365 provider.

    3. Enter the following:

      • API URL
      • Environment: If your environment is not named as 'Sandbox' or 'Production', enter the environment name.
      • Authentication: Indicates the authentication type used for your Business Central.
    4. To authenticate with OAuth, you need to specify a path in which to create a token on your local machine. The path can be anywhere on the local machine and can have any name as long as it ends in ".txt".

      mceclip1.png

    5. After entering the token path, click Authorize OAuth and the token will automatically be created in the specified path after entering your Business Central login credentials.

    6. Once done click Test Connection > OK.

      The username will be in the same format as the username in the Business Central portal. Do not use the UPN / email address.

    7. Next, right-click the data source and choose Set Up Accounts.

    8. Check the box for the desired companies and click OK.

    9. Next, right-click the data source and choose Synchronize Objects.

      mceclip13.png

You should now be able to see your tables in the Data Selection pane.

Business Central (Online Tenant) via Service to Service

  1. In the Jet Data Manager Wizard Setup, select BC 365.

  2. In the Name field, enter the name of the data source.

  3. In the API URL, enter https://api.businesscentral.dynamics.com/v2.0/{tenantId}. Replace {tenantId} with the actual Azure AD tenant ID. To get the Azure AD tenant ID, go to Business Central, select ? and Help & Support, and enter the environment that can be found in the same location.

    mceclip0.png

  4. Install "Jet Analytics" from the Extensions Marketplace in BC and enable the setting "Allow HttpClient Request". For more information on enabling the Allow HttpClient Request setting, see Business Central (Online Tenant).

  5. If using OAuth 2.0 authentication, select OAuth 2.0 in the Authentication dropdown and enter a legitimate file path (e.g. C:\oauth\oauth.txt) for the locally stored OAuth token to authenticate the connection. The text file does not have to be created beforehand, as TimeXtender will create it once you authorize OAuth.

  6. Ensure that the user that will be authorizing the connection has D365 AUTOMATION or SUPER access in BC. To do this, go to the relevant environment in Business Central, click the search box in the upper right corner, search for users, and click users. Select the relevant user, and add either SUPER permission set (with blank company name) under User Permission Sets, or D365 Automation.

  7. Click authorize OAuth, and enter the user credentials with D365 AUTOMATION or SUPER access in BC.

  8. If authenticating using Service to Service Authentication then select Service to Service option in the Authentication dropdown.

  9. To register an Microsoft Entra ID application for authentication to BC, follow Task 1 in Using Service to Service Authentication - Business Central, and under “API permissions” select “Add a permission”, and add the application permissions.

  10. To set up the Microsoft Entra application in Business Central, follow Task 2 in Using Service to Service Authentication - Business Central.

  11. In the TimeXtender BC 365 Provider window, enter the client ID, which is the application (client) ID for your app registration in Azure used earlier. Also enter the client secret, which is the value under “Certificates & Secrets” in your app registration in Azure. Click OK.

Business Central (On-Premise) via Direct SQL Connection

As of 1/15/2021 the direct SQL Connection does not support ENUM objects. If you need these ENUM objects you should use the Business Central (On-Premise via Web Service Connection).

  1. Right-click the data source and choose "Edit Microsoft SQL Provider".

    mceclip0.png

  2. Enter the server name where the BC database resides and select the database in the drop-down list.

  3. Right- click the data source and select Set up accounts.

  4. Select the box to indicate which company data sets to pull into the project. In this example, we want to pull data for both CRONUS USA and CRONUS EXT USA.

  5. Right click the data source and choose "Synchronize Objects".

Business Central (On-Premise) via Web Service Connection

  1. Select the .app file that corresponds with your version of Business Central from the download location.

  2. Publish the application.

    Run the following cmdlet in the Business Central Administration Shell:

    Publish-NAVApp -ServerInstance [ServerInstance] -Path [PathToAppFile] -SkipVerification				Publish-NAVApp -ServerInstance 'MicrosoftDynamicsNavServer$BC160' -Path 'C:\JetAnalyticsCloudConnector\JetAnalyticsCloudConnector\insightsoftware_Jet Analytics_1.0.0.20.app' -SkipVerification
  3. Synchronize.

    Run the following cmdlet in the Business Central Administration Shell:

    Sync-NAVApp -ServerInstance [ServerInstance] -Name [AppName] -Version [AppVersion] -Tenant [TenantName]				Sync-NAVApp -ServerInstance 'MicrosoftDynamicsNavServer$BC160' -Name 'Jet Analytics' -Version 1.0.0.20 -Tenant default
  4. Step 4: Install app

    Run the following cmdlet in the Business Central Administration Shell:

    Install-NAVApp -ServerInstance [ServerInstance ] -Name [AppName] -Tenant [TenantName]				Install-NAVApp -ServerInstance 'MicrosoftDynamicsNavServer$BC160' -Name 'Jet Analytics' -Tenant default
     

    This codeunit will appear in your Web Services

    mceclip0.png

  5. Configure Business Central data source in Jet Analytics project:

    1. Open your existing project. In this example, we are using a pre-built cube store project.

    2. Right-click Data Sources and selectAdd Dynamics Business Central (NAV) Adapter.

    3. Select Wizard Setup.

    4. Select BC 365.

    5. Give your data source a name and select OK.

    6. Enter the following:

      mceclip3.png

      1. OData API URL
        • The OData API URL should not have a trailing forward slash
        • Example URLs:
          • https://11.192.123.45:7048 /BC190
          • https://businesscentral.company.com:7048/Production
            • ( https://BCURL:ODATAport/BCInstance )
        • If SSL is not enabled, use http rather than https
      2. Environment
        • The environment name should be empty.
      3. Authentication
        • Authentication type depends on your environment.
    7. After entering the required details, select Test Connection > OK.

    8. Right-click the data source and select Set Up Accounts.

    9. Select the box for the desired companies and select OK

    10. Right-click the data source and select Synchronize Objects.

You can now see your tables in the Data Selection pane.

Was this article helpful?

We're sorry to hear that.