Dynamics 365 Business Central (formerly called Dynamics NAV) is a powerful and complete business system from Microsoft with a focus on small and medium-sized business processes.
In this Blueprint we show how to index all customers (from a specific company).
- 1 x Flow
- Register the external application in Azure Active Directory
- Create the external application account in Business Central
- Grant consent
See detailed instructions here: https://www.kauffmann.nl/2021/07/06/service-to-service-authentication-in-business-central-18-3-how-to-set-up/
Add the following setting(s) to Onify.
Replace <TENANT>, <CLIENTID> and <CLIENTSECRET> with correct values.
{
"key": "_azure_credentials",
"name": "Microsoft Azure credentials",
"value": "{\"tenant\":\"<TENANTID>\", \"client_id\":\"<CLIENTID>\", \"client_secret\":\"<CLIENTSECRET>\"}",
"type": "object",
"tag": [
"azure",
"credentials",
"frontend"
],
"category": "custom",
"role": [
"admin"
]
}- Open the BPMN diagram in Camunda Modeler.
- Update
headers.Prefer.odata.maxpagesize(Get customers task) to preferred value (optional) - Update company id in
urlscript (Get customers task) - Deploy the BPMN diagram (click
Deploy current diagramand follow the steps). - Run it (click
Start current diagram).
- Community/forum: https://support.onify.co/discuss
- Documentation: https://support.onify.co/docs
- Support and SLA: https://support.onify.co/docs/get-support
This project is licensed under the MIT License - see the LICENSE file for details.

