EmirSa
EmirSa

Reputation: 11

Dynamics CRM for mobile remove add button on a grid

How to remove add button from a grid on a form that is connected to the different entity in CRM? Here is the picture. Account entity is connected to the Case entity.

This + sign:

enter image description here

Upvotes: 0

Views: 627

Answers (2)

EmirSa
EmirSa

Reputation: 11

After month and a half of working on this issue I have finally got response from the Microsoft CRM support, removal of the sub-grid (+) button in not supported by this version of the mobile application. Only way to remove it is to disable the sub-grid on the mobile phone. I hope that this will help someone in the future not to waste time.

Upvotes: 0

Like explained in another SO thread, you can hide the subgrid (+) button using the Ribbon workbench.

Add the Case entity in a solution & open the solution in RWB. Right click & hide the subgrid button. This will hide it. You can come & unhide it again if you want.

enter image description here

Upvotes: 0

Related Questions