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
07 Sep, 2023

Optimizing Storage with SubscriptionTrackingDeletedObject Cleanup

What is SubscriptionTrackingDeletedObject? The "SubscriptionTrackingDeletedObject" table is linked to the "DeletionService," which handles two types of cleanup: organization-wide and record-specific.…

READ MORE
Blogs
05 Sep, 2023

How to create real-time customer journeys in Dynamics 365 Marketing

Introduction: This blog will show how to create real-time customer journeys in Dynamics 365 Marketing. Customer journeys can be either…

READ MORE
Blogs
30 Aug, 2023

D365 CUSTOMER SERVICE: CUSTOMER 360 COMPONENT

Introduction: In Dynamics 365 (D365) Customer Service, the 'Customer 360' Component provides a comprehensive view of information and enables users…

READ MORE