We often need to use external dll's in CRM plugins which need to be merged into main plugin assembly dll to make it work. Quoting what ms docs says about using any other dll in your plugin apart from dlls which are part of Microsoft.crmsdk.CoreAssemblies: Newtonsoft.Json is primary example of such dll's which is widely... Continue Reading →
How to track user location in Dynamics 365 for phone App
Track latitude and longitude in Dynamics 365 for phone App In previous post we discussed How to get address from longitude and latitude in c# | Reverse geo-coding in c# In this post, i'll discuss how we can track the location of a user using Dynamics 365 for phone mobile application. Prerequisit:- For storing the latitude... Continue Reading →
How to get address from longitude and latitude in c# | Reverse geo-coding in c#
Converting longitude and latitude into full address in c# In this post we'll discuss how you can get address from longitude and latitude. This process is also called reverse geo-coding. This can be used in many cases. Our example will be used in fetching address from geocodes in crm. We'll create a console application and... Continue Reading →
Unable to connect Plugin registration tool to Latest Dynamics 365 Version 9.0
Unable to connect plugin registration tool Recently i created a trial D365 org (version 9.0.0.3172) and tried connecting plugin registration tool downloaded with PRT of lastes sdk (version 8.2.1.1)from downloaded form here which is latest as on date on that portal of MS. Newly created trail org is of version 9.0. while the latest sdk available is 8.2 but i... Continue Reading →
How to debug a plugin in Dynamics 365 online using plugin profiler
How to debug a plugin in Dynamics 365 online using plugin profiler In this post we'll learn how one can debug a plugin code in Dynamics 365 online or Dynamics CRM online environment. What you need is dynamics 365 SDK which ou can download from here. Below is the Step by Step procedure to debug a... Continue Reading →