Category Archives: Dynamics CRM

How to print current local date and time in Dynamics 365 CRM Word Template

Introduction Dynamics 365 CRM word template allows users to make their own standardized entity specific template to represent data according to their business standards. It is a requirement for businesses today to send quotation of their products or services to their customer. For this they mostly prefer to use Microsoft word template with their own… Read More »

Find records in Dynamics 365 CRM using Semicolon Separated Text

Introduction In this blog, we will see how to find records using semicolon separated text in lookup field in Dynamics 365 CRM. Recently, we were working on a requirement to check whether the records value are being updated correctly or not. So, to test this we followed the steps mentioned below: 1. Go to Advanced… Read More »

How to Detect Dataset PCF control is set for Home grid or Sub grid

Introduction In this blog, we will see how to identify whether the current Dataset PCF control is used for home grid or sub grid of Dynamics 365 CRM. Problem: Create one Dataset PCF control and set that control on Account entity home grid. In this control read the current entity home grid records using view… Read More »

How to use Scope with Common Data Service in Microsoft Flow

Introduction As we know in Dynamics 365 CE, the record access level plays a very crucial role, because it helps users to limit the access to the records in the Organization. This access of records can be to whole Organization, Parent: Child Business Units, Business Unit and User level. In the same way we can… Read More »

Power Platform: How to use Text classification model of AI Builder

Introduction/Summary Emails, Web pages, social media, chat, survey responses, etc. are some of the channels through which customers communicate with a company or organization. The data or text messages coming through these channels are unstructured. Due to its unstructured nature it is difficult to extract insight like, whether the customer is happy or not, whether… Read More »

Increase productivity of CRM users by using Dynamics 365 Virtual Agent

Introduction In our previous blog, we illustrated how we can use Dynamics 365 Virtual Agent to create Chatbot for the customers. In this blog, we will see how we can use Dynamics 365 Virtual Agent for employees of the organization or the CRM users. We can allow the CRM users to use Chatbot to perform… Read More »

How to assign security role to a Form programmatically in Dynamics 365 CRM

Introduction In Dynamics 365 we can update security role of Form through customization. You have to just follow the given steps: Go to Setting → Customization → Customize the System → Components → Entities → Forms Open Form and click on “Enable Security Roles” in Home tab to Assign Security Role to selected Form. However, in… Read More »

Create Global Email Template Programmatically in Dynamics 365 CRM

Introduction In this blog, we will discuss how we can create Global Email Template programmatically. Email templates contain prefilled data that you specify, so you don’t have to re-enter the same information for each article. To create an Email template for a specific entity (for Contact) we use logical name of the Entity “templatetypecode=contact”. Similarly,… Read More »

Boost Your Dynamics 365 CRM Toast Notification Display Time

Introduction With Dynamics 365 v9.1, Microsoft has upgraded UCI with many exciting features. In this blog, we will explore the feature Toast Notification Display Time available in UCI. Toast Notification Display Time is a new feature added to Dynamics 365 v9.1 but unfortunately, this feature is available only for UCI as of now, so enabling… Read More »

How to solve “You do not have enough privileges to access the dashboard” or “There was an error retrieving the charts” on the dashboard

Introduction Recently one of our clients faced an issue where a user with whom the personal dashboard was shared, was getting an error while seeing the dashboard. We shared the personal dashboard with the user but the user was still unable to see the charts in the dashboard. So, after delving into the reason we… Read More »