https://www.youtube.com/watch?v=JSI3YEKgiWY https://www.youtube.com/watch?v=IbY3UZQFE4Q If you are writing an integration into D365 you may want to setup Postman to call D365 data entities. This will allow you test the data entities and see what data your receiving application will retrieve without waiting to ask the receiving application to make the call. The last article, we completed the... Continue Reading →
Use Postman To Call D365 Data Entities
If you are writing an integration into D365 you may want to use Postman to call D365 data entities. This will allow you test the data entities and see what data your receiving application will retrieve without waiting to ask the receiving application to make the call. Other Resources The steps in this article can... Continue Reading →
Return JSON From D365 Business Events:
D365 Business Events are intended to return a small amount of data. To return complex data we can return JSON data from the D365 Business Events.
How To Setup A Custom D365 Business Event
Create a Custom D365 Business Event In the last two posts, we setup a D365 Business Events endpoint, we associated it with the actual event and then we enabled the business events to be processed. But what if you need a custom D365 business event to be triggered during a different process than the predefined... Continue Reading →
How To Setup D365 Business Event Part 2
Activate A D365 Business Event In the last post we explained how to setup the endpoint for a D365 Business Event. https://dynamics365musings.com/how-to-setup-d365-business-events-part-1/ Continuing that process, we will activate the D365 business event and connect it to the endpoint that we setup. This will cause the D365 business event message to be sent to the endpoint.... Continue Reading →
How To Setup D365 Business Events Part 1
Setup D365 Business Events First off: What are D365 business events? D365 Business events allow external systems to receive messages from D365 Finance and Operations when certain operations happen within the system. So for instance, perhaps you need an external system to know when a sales order has been invoiced. Using the built in functionality... Continue Reading →