Category Archives: Dynamics 365

How to hide Ribbon Bar options

Introduction: Recently we added a PCF Control for our entity which didn’t have any interaction with ribbon bar options. Hence, we wanted to hide the ribbon bar options like commandbar, viewSelector, quickfind and groupby. We achieved this by setting the following properties in ControlManifest file: cds-data-set-options=”displayCommandBar:false;displayViewSelector:false;displayQuickFind:false;displayGroupBy:false;” Given below is the PCF Control for our grid… Read More »

Sequence Stats and Reshuffling of columns in Sales Accelerator

Introduction: Recently in Dynamics 365 CRM 2022 release wave1, I came across new capabilities that are added in the Sequence grid. There are two capabilities that were recently added to help you better understand the sequence and user interactions. The new capabilities introduced are as below: “Sequence Stats”: Used for comparing sequence performance statistics over… Read More »

Open the respective Knowledge Base search result using the openSearchResult API

Introduction: Microsoft presents a range of client APIs that enable developers to interact flawlessly with Dynamics 365 CRM. One of its recent addition is the openSearchResult, which opens one of the knowledge base article listed as per the search in the search control. Now whenever we search for any article in knowledge based search control,… Read More »

Execute Commands Programmatically in PCF Dataset Component

Introduction: Recently, we came across a new method in PCF – retrieveRecordCommand. This method will help us to retrieve the related commands for specific record(s). It also gives the flexibility to retrieve only specific commands that the user wants to see. So, let’s see a scenario in which this method would come handy. Let’s say… Read More »

Create and Join Teams Meetings from Appointment in Dynamics 365 CRM

Introduction: In the new Microsoft 2022 release wave 1, many new features have been introduced. In this blog, we will learn about the functionality of Join team meetings from appointment in model-driven app feature. With this feature, users will be able to add and join Microsoft Teams meeting to the appointment in Dynamics 365 CRM… Read More »

How to Read the current Model-driven App details using client API references

Introduction: In a recent project while working on client-side scriptings, we had come across a requirement where we interact with Dynamics 365 CRM data using WebAPI and query expressions. In most cases, we needed the current Model-driven app AppId to build the WebAPI URLs. We had achieved this by using Dynamics CRM Client API references.… Read More »

Filtering Sequences in Sales Accelerator by using Tags in Dynamics 365 CRM

Introduction In Dynamics 365 2021 release wave2, you will notice there are many enhancements added under the Sales Accelerator. One of which I came across is the new filtering capability added to the sequence grid. Sequences feature in the Sales Accelerator helps the sales manager to define consecutive actions that sellers need to follow while… Read More »