Category: Integration

Directions ASIA 2023

If you want to connect with other partners, have a front-row seat to learn about the newest releases, share information with other Business Decision-makers, or simply grow together with the Dynamics 365 community, attending Directions ASIA is a no-brainer. Directions4Partners are gathering the Microsoft teams and the best of the industry to come and teach you all the latest information in person, including: …

Continue reading

OAuth – Part 05 – Service-to-Service Integration and Task Scheduler

In Basic authentication, we used an actual user to connect to BC, but with the new S2S authentication we are not using an actual user and Scheduled tasks must be created and executed in the context of a licensed user. Therefore API requests cannot schedule a background task. It is simple as that.

OAuth – Part 03 – Logic App, OAuth and Business Central

This is the 3rd blog post of the OAuth series, and I have already completed the numbers 2 and 4. Once I complete this blog post today (Hopefully), I only have one to write. I will try to complete that one also within next week when I find some time during the night. I have …

Continue reading

OAuth – Part 04 – Understanding Service Principal

In my previous blog post, we have gone ahead and registered an application in Azure Active Directory and then create an application account in Business Central. As the last step, we have granted permission from Business Central.

In this blog post, I’m trying to briefly explain what we did in little bit more detailed way.

Lesson learned during Dataverse integration: Namemapping = ‘Logical’ was not found in the MetadataCache.

Yesterday I was working on integrating a custom entity using the box connector for Dataverse in Microsoft Dynamics 365 Business Central. After completing all the changes and deploying the app to a sandbox environment, I tried to open the custom entity table through its list page. Unexpectedly I ran into below dialogue box. The entity …

Continue reading

HTTP GET Request in Azure Logic Apps

It is by default when Logic Apps exposes an HTTP Trigger Request, it uses an HTTP POST method. Recently one of my colleague asked is it possible to change the trigger Method to GET. Yes, this is very much possible. When the Logic Apps was initially released it was only able to support the POST …

Continue reading

Integrate Dynamics NAV 2017 with Dynamics CRM Online

This blog post contain step wise guide on how to integrate Dynamics NAV 2017 with Dynamics CRM Online (Dynamics 365).  If you like to create a temporary test CRM account, please follow below steps in the gif.  Make a note of Dynamics CRM URL and user account details in a separate notepad. These details will …

Continue reading