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

Blogs
30 Sep, 2024

SMS Integration with Twilio Number in D365 Customer Service- Part 1

Introduction Integrating SMS functionality into Dynamics 365 can significantly enhance customer communication by providing a direct and efficient channel for…

READ MORE
Blogs
24 Sep, 2024

White Box Testing - Its Techniques and Types

In this blog, we’ll deal with one of the most popular methods of testing a system or system component thoroughly…

READ MORE
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