How to create a generic “Middle Tier” for BC Web Services using Azure Functions

Introduction There might be situations when an external app needs to use Business Central web services but you don’t want it to access directly the BC web service. Instead we can have something like a “middle tier” app which does the following: – receives requests from external world, – sends requests to BC – receives…

Details

Cross Session Events and SELECTLATESTVERSION – MS Dynamisc Nav / Business Central

Introduction Recently I worked on something very interesting related to a integration between MS Dynamics Nav and an external payment service provider. I had to use custom Cross Session Events to solve a problem which I think it’s worth sharing. So this why this post. Basically, it is about doing some action in a NAV…

Details