knowledgecenter-breadcrum

Knowledge Center

21 Dec, 2021

How to hide the ribbon bar and OOB controls in Dynamics 365?

Posted on 21 Dec, 2021 by Admin, Posted in PCF (PowerApps Component Framework) Dynamics 365

How to hide the ribbon bar and OOB controls in Dynamics 365? Blogs

How to hide the ribbon bar and OOB controls in Dynamics 365?

Introduction

Recently, we were a creating a dataset type PCF control to display data.

But there were many other controls on the page such as command bar, view selector, quick find and group by, which were unnecessary.

So how to remove these controls?

Solution

Go to your Control Manifest file and make the below changes.

Add this line inside the tag as shown below:

cds-data-set-options=”displayCommandBar:false;displayViewSelector:false;displayQuickFind:false;displayGroupBy:false;”

After building the control now you can see the ribbon bar and OOB controls have disappeared.

Important Links:

To know more about this Click Here.

 

Comment

This is a Required Field

Loading

Recent Updates

Case Study
06 Sep, 2024

Implementation of Business Central for a Trading Organization

Customer Overview A prominent trading organization sought to enhance its operational efficiency and streamline its business processes by implementing Dynamics…

READ MORE
Blogs
03 Sep, 2024

Optimizing Code Check-ins: Ignoring Unnecessary Files for a Cleaner Azure DevOps Repo.

Introduction In this blog, we will learn about the code check-in process in DevOps. After development, unnecessary files are sometimes…

READ MORE
Blogs
20 Aug, 2024

Configure Macros in Omnichannel to improve Agent Productivity

What are Macros? Macros are a set of sequential actions that a user performs. They enable users to perform daily…

READ MORE