Skip to main content

Business Central Access & Azure Application Setup Guide

How to integrate Business Central with your Limble account

Business Central Access & Azure Application Setup Guide

How to integrate Business Central with your Limble account.

Overview

This guide walks you through the Business Central access and Azure application setup required to connect Business Central with Limble.

You will create an Azure application registration, collect the required credentials, grant Business Central permissions, and publish the Business Central web services required by the integration.

Table of Contents

1. Create a New Azure Application Registration

This application allows the Limble integration to authenticate with your Business Central API.

  1. Open the Azure Portal: https://portal.azure.com/

  2. Go to Microsoft Entra ID.

  3. Select App registrations.

  4. Click New registration.

Fill out the application registration fields as shown below.

Field

Value

Name

Limble Business Central Integration

Supported account types

Any Azure AD directory - Multitenant

Redirect URI

Important: Multi-tenant support is required so the integration can function across customers with different Microsoft tenants.

Click Register to create the application.

2. Add Client Secret

After the app is registered, create a client secret for the integration to use during authentication.

  1. Open the application you just created.

  2. Go to Certificates & Secrets.

  3. Click New client secret.

  4. Add a description, such as Limble Integration Secret.

  5. Choose an expiration. We recommend 12 or 24 months.

  6. Click Add.

Critical: Copy the client secret Value immediately and store it somewhere secure. The Secret ID is not used for authentication.

3. Collect the Required Integration Values

You will need the following values when configuring the integration in Limble.

Where to find it

Value to collect

Application Overview page

Application (client) ID

Application Overview page

Directory (tenant) ID

Certificates & Secrets

Client Secret (Value)

4. Assign API Permissions

The Azure application must be granted access to Business Central APIs.

  1. In the Azure Portal, open the application.

  2. Go to API permissions > Add a permission.

  3. Select Dynamics 365 Business Central.

  4. Add the following permissions:

    • Delegated permissions: user_impersonation

    • Application permissions (if available in your tenant): Financials.ReadWrite.All

  5. Click Grant admin consent for your organization.

5. Assign App Access inside Business Central

After Azure permissions are configured, authorize the application within Business Central.

  1. Open Business Central.

  2. Search for Microsoft Entra Applications.

  3. Find the app by its Client ID.

  4. Grant it the permission set(s) needed for API access. At minimum, grant D365 Automation and Exten. Mgt. - Admin.

6. Retain These Credentials for Future Reference

You will need these values during the integration configuration step in Limble:

  • Client ID

  • Client Secret (Value)

  • Tenant ID

  • Business Central Environment Name (for example, Production or Sandbox)

To find the Business Central Environment Name, open the help menu in the top right, click Help & Support, then scroll to the Report a Problem section.

Business Central Help and Support page showing the environment name

7. Create Required Web Services

Four web services must be created in Business Central. Each service must use the exact service name shown below and must be published.

Object Type

Object ID

Service Name

Page

5701

StockKeepingUnits

Query

2254

ItemsByLocation

Page

40

ItemJournals

Query

265

ItemLedgerEntries

Please verify that each service name exactly matches the table above and that the Published checkbox is selected.

To create a web service, click the search icon in the top right and search for Web Services.

Search for Web Services in Business Central

Click New to add each required web service.

Create a new Web Service in Business Central

Results

Once the Azure application, Business Central permissions, credentials, and required web services are configured, the Business Central integration can be connected in Limble.

Did this answer your question?