65.9K
CodeProject is changing. Read more.
Home

Buttons dissapeared from Ribbon Workbench Dynamic 365

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

May 7, 2024

CPOL
viewsIcon

1702

Fix the issue of Buttons disappearing from Ribbon Workbench Dynamic 365

Introduction

Using the Ribbon Workbench tool, I hid the Add New button on the subgrid. After a while, I need this button again, so I unhide it through Ribbon Workbench, but it doesn't return. as seen in the snapshots below.

 

Add New Button dissapeared from Ribbon Workbench

 

Solution

 

  1. Drag and drop two buttons to the subgrid section near "Add existing."

  2. Fill in the control properties values for the new buttons.
    Do not forget to replace the name with Your Entity Name Mscrm.SubGrid.Your Entity Name.NewRecord New

    Add New

  3. Publish, then "Add New button" will be back again.

 

Points of Interest

Always take a backup from the solution and test it on the testing environment first.

History