> ## Documentation Index
> Fetch the complete documentation index at: https://docs.structural.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Dynamics 365 Business Central

> Dynamics 365 integration details and supported entity types

## Supported entity types

| Entity type                       | `/connect` + `/objects` | `/propagate` | `/transform` |
| --------------------------------- | :---------------------: | :----------: | :----------: |
| project (job)                     |            ✓            |       ✓      |       ✓      |
| customer                          |            ✓            |       ✓      |       ✓      |
| contract (sales order)            |            ✓            |       ✓      |       ✓      |
| invoice (sales invoice)           |            ✓            |       ✓      |       ✓      |
| payment (customer payment)        |            ✓            |       ✓      |       ✓      |
| employee                          |            —            |       —      |       ✓      |
| time\_entry                       |            —            |       —      |       ✓      |
| change\_order                     |            —            |       —      |       ✓      |
| budget\_line\_item (budget entry) |            —            |       —      |       ✓      |

## Dynamics-specific notes

* **Projects are Dynamics Jobs.** Dynamics uses the "Job" entity where Structural uses
  `project`. The mapping is transparent to API consumers.
* **Contracts are Dynamics Sales Orders.** The mapping is transparent to API consumers.
* **Currency.** Dynamics payments are in **local currency** (QAR, AED, SAR in the demo
  seed data). When you propagate a change, Structural converts amounts to the target
  platform's currency automatically using the pegged exchange rates for the customer's
  region.

## Field coverage

All fields needed for entity reconciliation and bidirectional propagation are mapped. No
known partial field coverage.

## Authentication

Demo sessions use seed data and do not require Dynamics OAuth credentials. For live data
integration with your Dynamics 365 Business Central instance, authentication is arranged
during customer onboarding. Contact [support@structural.app](mailto:support@structural.app)
to get set up.
