-
Dynamics 365 Business Central: How to Record Events in Business Central
When you are developing an extension for Dynamics 365 Business Central and you need to interact with the standard Microsoft’s code, one of the hardest problems is detecting which event you can subscribe to (As you already know, you cannot modify standard code in the D365BC platform, but you can only attach to events raised…
-
How to pass Images from Report Body to Header/Footer in RDLC
When using SetData and GetData functions to pass data from report body to report header/footer we can also pass the images. For example: when creating a multiple document for different companies with different logos. Find the below code to achieve the scenario. 1. Create the following function in Report Properties: Public Function ConvertPicture(Value) If…
-
Angular — Protect your unsaved data
Have you ever filled a form and mistakenly closed that tab or went back without completing the process and lost all those data? Prevent your users from experiencing the same. Angular provides CanDeactivate route guard, which prevent navigating from one route to another, unless the given condition becomes truthy. Imagine a simple dashboard, having a form which helps…
-
Introducing Azure DevOps Earlier (VSTS)
Microsoft recently announced Azure DevOps and an evolution of Visual Studio Team Services (VSTS) which is now called as Azure DevOps Services. All the VSTS users will be able to move or change to new URL and UI with ease. Instead of <your account name>. visualstudio.com you will be using dev.azure.com/<your account name> and off…
-
Create a simple Chatbot App using Botframework & Xamarin.Forms
We can integrate Chatbot API with Xamarin.Forms App using two methods, Embed Code with Web View or Native with DirectLine. In this blog, I shall explain how to integrate Chatbot using embed code with WebView which is simple. To achieve this, we need to have below 3 things set up An Azure account Create Bot…
-
Create a Basic Bot with the Bot Builder SDK for.NET
-
Authorize access to VSTS REST APIs with OAuth 2.0
Here in this blog we will discuss how can we implement OAuth authentication to VSTS REST API’s using access Token. Authenticate your web app's users to access the REST APIs so that your app doesn't have to keep asking for their usernames and passwords. Visual Studio Team Services uses the OAuth 2.0 protocol to authorize your app…
-
Microsoft Dynamics NAV Control & recognizes add-ins
-
What’s New On Microsoft Dynamics NAV 2018
-
Initializing Core Data In Swift 4 For Mobile App Development