Business Central Connector
In Burq, the Microsoft Dynamics 365 Business Central connector allows you to securely connect your Business Central environment and automate data synchronization across financials, sales, and operations. This section explains how to create a new Business Central connection and use it inside a workflow.

Create a New Business Central Connection
- Navigate to Apps → Microsoft Dynamics 365 Business Central from the Burq dashboard.
- From the top-right corner, click Add Instance and enter a name for your connection.
- Click Edit beside your instance and configure the following fields:
- Connection Name – Provide a user-friendly name for your Business Central connection.
- Authorization Type – Select OAuth 2.0 for secure authentication via Microsoft Entra ID (formerly Azure Active Directory).
- Grant Type – Select Client Credentials. This flow allows Burq to authenticate as a registered Azure AD application without requiring user login.
- Client ID – Enter the Application (Client) ID from your Azure AD app registration.
- Client Secret – Enter the secret value generated for your Azure AD app.
- Access Token URL – Enter the token endpoint for your Azure tenant
- Once all fields are configured, click Save to store your connection.


Use the Connection in a Dataflow
Once your Business Central connection is authorized, you can use it within workflows to automate operations such as fetching invoices, posting sales orders, or updating inventory.
- Navigate to Workspace → Dataflow → Orchestration.
- Add a Microsoft Dynamics 365 Business Central step into your workflow.
- Select the Business Central connection you created.
- Configure the operation by clicking the pencil icon.
- Map input and output fields based on your integration requirements.
- Click Save and then Run your workflow to execute the integration