Category Archives: CRM Dvelopment Series

Dynamics 365 CE Date Conversion in Power Automate

Problem Recently while working on Power Automate to send notification if custom activity record is completed before 15 day but still invoicing is not done yet, I was facing time zone issue while comparing date. I will provide details how I sold this issue. Solution Initially I started creating my flow where I used Recurrence and fetched my entity records… Read more »

Completing Activity using Custom Ribbon Button

Requirement Sometimes we have requirement to change activity status using custom button. Here we are going to discuss how we can complete activity using WebAPI and action using a custom ribbon button placed on the subgrid. Solution We are going to complete activity using custom action and then we will be calling our custom action using WebAPI. We will add… Read more »

Canvas app with Bing Maps in Dynamics 365 CE -2

Introduction This is second article about using Bing maps in Canvas app. In the first article we discussed about how we can show event organizer data in the gallery control and render them in the Bing maps. In this article we are going to show event as well as event organization details in Bing maps. Details In last app we… Read more »

Canvas app with Bing Maps in Dynamics 365 CE -1

Introduction Sometime back I wrote Show child accounts on Bing Maps using client side code, today in this this article I will be discussing how we can show Bing maps in Canvas app and embed it in Model driven app. In this sample app we are going to show Event organizers on the Bing maps and it will look like… Read more »

Create Order Button is Missing on Quote Dynamics 365 CE

Introduction Recently faced one issue where Create Order button was missing from Quote entity form in one of the sandbox environment, I am going to provide step here how I fixed it. Details When we faced this issue in Sandbox environment, first thing I checked if it is available in production or not, and it was there, next thing I… Read more »

Getting Share Point Document URL in Dynamics 365 CE

Introduction Sometime we required to get full path of the image which we have uploaded to Share Point document for specific entity. In this article I am going to demonstrate how Microsoft Flow can be used to implement this requirement. Feel free to comment if there is another easy of doing this. This article is assuming you have basic understanding… Read more »

Copy Share Point Document From One Entity to Another

Introduction In earlier article we discussed how we can create Document Location Record using Flow, now let’s say if after creating document location record we also wants to copy document from one entity to another, in our case we are creating contact from account and let’s say we want tot copy Share Point document from accounts to contact. In this… Read more »

Creating Document Location Record using Flow

Introduction When we create entity record manually and upload document to that entity under Document grid, Dynamics 365 CE creates Document Location record and setup folder in Share Point for that entity, but if we are creating entity record using other option and want to attached document to entity, first we need to create Document Location record and Share Point… Read more »

Resend Pending Emails After Editing

Problem Recently we got one requirement to resend some pending emails after changing from, In this article I am going to share steps to the same. Solution Pending emails are read only so we can’t edit them, incase you want to perform any changes to these emails you can use following below steps. 1. Change Email stage to draft so… Read more »