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 →
How to download all attachments in MS CRM – MS CRM Attachment downloader
8Aprile 2021 Note: This tool is nomore supported and i have developed an alternative Xrmtoolbox plusgin which can be used for same purpose: https://vishalgrade.com/2021/04/08/how-to-download-all-attachments-in-ms-crm-data-verse-ms-crm-attachment-downloader-xrmtoolbox-plugin/ Recently faced a requirement where crm user wanted to download attachments of certain records from a crm instance. I thought why not build an application to do the same. You can download... 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 check the status of windows service using c#
C# code to check status of a windows service Below is the C# code which return the status of a windows service running on a machine/server on passing correct name. One use case of it is that if we want to monitor some specific services which are critical to operation, we can schedule our application... Continue Reading →
How to change BPF stages automatically using workflow in Dynamics 365
Dynamics 365 change BPF stage automatically using workflow
Microsoft Dynamics 365 v9.0 latest feature – Show Progress Indicator
In latest release of Dynamics 365 i.e. v9.0 MS has introduces many new features to enhance the user experience, Progress indicator is one of them. Many times we need to write client side javascript code which take some time to execute due to many reasons (further server side code running etc). In such case, in... Continue Reading →
How to view records shared with a user in Dynamics CRM
Dynamics crm How to see records shared with current user In Dynamics crm you can create different types of views but by oob views it's not possible to show the records shared with current user in any view. For achieving we need to update the xml of a system view to make it show shared... Continue Reading →