Copy Phone call field to Case while converting -Nocode Solution

Introduction Today I saw one question on Microsoft Community, which helped me to write this article (If you are still not part of Microsoft Community forum you are really missing lot of learning, this is a great learning source, I have learned a lot from community forums, so join it today to share your knowledge with others and learn from… Read more »

Fetching data based on date field using WebAPI

Introduction Are you looking for sample code to fetch data from Dynamics 365 CE using WebAPI ? if yes this post will help. We are discussing how to fetch data based on the datetime field from account entity. Look for our other WebAPI Samples here Requirement Retrieve accounts records which created on or before today’s date. Solution Write writing WebAPI… Read more »

Working with Dynamics 365 Portals- Webinar

Are just started working with Dynamics 365 Portals and have many questions in your mind related to customizing Dynamics 365 Portals and extending it’s capability ?? if yes, join on Webinar where we will be discussing following topics Quick Overview of Dynamics 365 Portals We will start with quick view of Dynamics 365 Portals and why you need them. Setup… Read more »

Updating from party in Email

Introduction Recently while working on one business requirement where client had two business unit and they were using contacts specific to business unit which means they can have duplicate records for contact or account. While email coming into CRM they wanted to update email from with correct contact from correct business unit if wrong contact is auto populated by CRM…. Read more »

Get contact based on name and it’s BU- Sample Code

If you got requirement to get contact record based on it’s full name and it’s business unit name, this sample code will help you. Sharing following sample code to get contact using Query Expression. Hope it will help someone !!

Using FullCalendar for Dynamics 365 Portals

Introduction This article we will be discussing how we can use FullCalendar in Dynamics 365 Portals. We will see how we can set different layout options and events. Requirement Show Booking information in Dynamics 365 Portal using Calendar control. Details We got requirement where client wanted to see all work order booking under calendar control. The first thing I tried… Read more »

Dynamics 365 CE and Azure Function Part 5

Introduction This is our last article in the series of Dynamics 365 and Azure function integration. In earlier articles, we discuss how we can delete blob storage after our azure function trigger executed. Now we are going to discuss how can we trigger azure function from Microsoft Flow. You can refer our earlier articles from following links Dynamics 365 CE… Read more »

Datetime zone issue in Liquid – Dynamics 365 Portals

Introduction This article is about the date time format and zone issue in Dynamics 365 Portal. Dynamics 365 CE store date time in UTC format in CRM DB and when you will display date field on Dynamics 365 Portals it will display same date which sometime leads to incorrect date & time. If you are facing same issue this article… Read more »

Fix Duplicate Record Found for Entity error – Dynamics 365 Portals

Introduction This article is about fixing “Duplicate Record Found for Entity error..” in Dynamics 365 Portals. Details Sometime Dynamics 365 CE display confusing error, for example recently one user got following error while assigning a Web Role to user This error seems confusing as it’s saying Duplicate error, but when I looked into this issue, I found this issue was… Read more »