Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onify/blueprint-dynamics-365-business-central-create-customer
Onify Blueprint: Create customer in Dynamics 365 Business Central
https://github.com/onify/blueprint-dynamics-365-business-central-create-customer
azure blueprint bpmn business-central dynamics-365 dynamics-365-business-central erp flow microsoft onify onify-blueprint onify-blueprints rest-api
Last synced: 26 days ago
JSON representation
Onify Blueprint: Create customer in Dynamics 365 Business Central
- Host: GitHub
- URL: https://github.com/onify/blueprint-dynamics-365-business-central-create-customer
- Owner: onify
- License: mit
- Created: 2022-09-27T08:21:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T19:34:15.000Z (over 2 years ago)
- Last Synced: 2024-12-25T05:59:20.196Z (about 1 month ago)
- Topics: azure, blueprint, bpmn, business-central, dynamics-365, dynamics-365-business-central, erp, flow, microsoft, onify, onify-blueprint, onify-blueprints, rest-api
- Language: JavaScript
- Homepage: https://onify.co
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Onify Blueprints](https://files.readme.io/8ba3f14-onify-blueprints-logo.png)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
![Test suite](https://github.com/onify/blueprint-dynamics-365-business-central-create-customer/workflows/Test%20suite/badge.svg)# Onify Blueprint: Create customer in Dynamics 365 Business Central
[Dynamics 365 Business Central](https://dynamics.microsoft.com/business-central/overview/) (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 create a new customer via Flow.
![Onify Blueprint: Create customer in Dynamics 365 Business Central](blueprint.jpg "Blueprint")
## Requirements
* [Onify Hub](https://github.com/onify/install)
* [Camunda Modeler](https://camunda.com/download/modeler/)
* [Dynamics 365 Business Central](https://dynamics.microsoft.com/business-central/overview/)## Included
* 1 x Flow
## Setup
### Microsoft Azure
1. Register the external application in Azure Active Directory
2. Create the external application account in Business Central
3. 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/
> See also: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/automation-apis-using-s2s-authentication
### Onify
Add the following setting(s) to Onify.
_Replace ``, `` and `` with correct values._
```json
{
"key": "_azure_credentials",
"name": "Microsoft Azure credentials",
"value": "{\"tenant\":\"\", \"client_id\":\"\", \"client_secret\":\"\"}",
"type": "object",
"tag": [
"azure",
"credentials",
"frontend"
],
"category": "custom",
"role": [
"admin"
]
}
```## Test
1. Open the BPMN diagram in Camunda Modeler.
2. Update company id in `url` script (Create customers task)
3. Deploy the BPMN diagram (click `Deploy current diagram` and follow the steps).
4. Run it (click `Start current diagram`).## Support
* Community/forum: https://support.onify.co/discuss
* Documentation: https://support.onify.co/docs
* Support and SLA: https://support.onify.co/docs/get-support## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributors
Thanks [Tony Aronsson](https://github.com/Aronsson84) @ [Zitac](https://github.com/zitacconsulting) for the support.