I need suggestions for a Dynamics 365 F&O integration.
I dont have any experience with integrating with dynamics 365 Finance and Operations and we have a new prospect that will require such and an integration.
I have read on SO and on Microsofts site but its hard to know what solution to dive deeper with.
What we want to do is both read, write and update information in D365. D365 will be the owner of all data, but we have an other application that will use the data and create some data.
For example, we want to read customer information, update customer information, read orders (not sure if the term is sale/purchase-order), update orders and in some cases create orders from the other application. There is more data that we want to CRUD, but orders would be the main thing, the rest of the data is more metadata.
What is your suggestions on what path to go with to solve this problem?
The research I have done seems to point to a OData integration, or maybe a Azure Service Bus integration. But from the documentation I cant figure out if there is a existing API in D365 that I can use right away or if I need to develop/define the API myself inside D365.
Any suggestions and tips on what's the best way forward is much appreciated. If possible some pros/cons with different solutions also.