> For the complete documentation index, see [llms.txt](https://sharpsync.gitbook.io/sharpsync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharpsync.gitbook.io/sharpsync/data-sources/ms-dynamics-365-business-central.md).

# MS Dynamics 365 Business Central

{% hint style="danger" %}
This document is a work in progress.

Check back here  frequently for updates.
{% endhint %}

MS Dynamics 365 Business Central is a cloud ERP available from Microsoft. Please also see [Business Central](https://www.microsoft.com/en-us/dynamics-365/products/business-central)

## MS Dynamics 365 Business Central supported features

Out of the box, the Business Central integration supports the following features:

### Bill of Material (BOM) level features

<table><thead><tr><th width="343.23046875">Feature</th><th width="129.2578125" align="center">Read</th><th width="126.2890625" align="center">Create</th><th width="128.484375" align="center">Update</th></tr></thead><tbody><tr><td>(Assembly) BOM hierarchy</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>(Assembly) BOM meta data</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>(Assembly) BOM quantities</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Component thumbnails</td><td align="center">N/A</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Advanced (Production) BOMs</td><td align="center">[on roadmap]</td><td align="center">[on roadmap]</td><td align="center">[on roadmap]</td></tr><tr><td>Routings</td><td align="center">[on roadmap]</td><td align="center">[on roadmap]</td><td align="center">[on roadmap]</td></tr><tr><td>File derivative transfers (e.g. STEP, DXF)**</td><td align="center">N/A</td><td align="center">N/A</td><td align="center">[on roadmap]</td></tr></tbody></table>

\*\* It should be noted that there are many ways to transfer files. We're in the process of adding file transfers, but please note that consultation services are required to understand your use case + configuration options. Each customer's implementation of file transfers will be unique.

### Record level features

The list of records that are supported are shown below. These have been officially tested and are supported.

<table><thead><tr><th width="260.75">Item type</th><th width="167.359375" align="center">Read</th><th align="center">Create</th><th align="center">Update</th></tr></thead><tbody><tr><td><code>Item</code></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td><code>Resource</code></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td><code>Assembly BOM Component</code></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sharpsync.gitbook.io/sharpsync/data-sources/ms-dynamics-365-business-central.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
