Category Archives: Dynamics 365 v9

Adding custom pages in model-driven app with responsive layouts

Introduction Microsoft is continuously working on enhancing the maker experience for app design. The new maker experience is all about designing the pages throughout. These custom pages bring the power of Canvas apps into model-driven apps. We have already seen the modern app making experience in the previous blog when the modern app designer maker… Read More »

Editing capability for Customer Service Historic Analytic Report within Dynamics 365 CE

Introduction: The Historic analytic report summarizes historical case details based on the agent and topics with the Summary, Agent and Topics pages which includes KPI, charts, tables etc. Now there is a way to edit historic analytic reports as per one’s requirement. This we have already seen in previous the blog. In this blog, let’s… Read More »

New activity dropdown to show only relevant activities in Dynamics 365 CRM

Introduction: In the new Microsoft 2022 release wave 1, many new features have been introduced. In this blog, we will walk through the features of ‘New Activity’ dropdown that shows only relevant activities in the model-driven app. Activity Dropdown to show only relevant activities: Initially, ‘All activities’ were being displayed in Dynamics 365 CRM irrespective… Read More »

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 »