Hi,
I have to hide the Add Existing Button (on only one subgrid in the form) .How can I do it?
Is it possible to do this with ribbon editor
Thanks!
*This post is locked for comments
Hi,
I have to hide the Add Existing Button (on only one subgrid in the form) .How can I do it?
Is it possible to do this with ribbon editor
Thanks!
*This post is locked for comments
Sub grid was not easy in any formation it was start with the icon + I need to know how I can hide this after running the program. This was much difficult for me so I took help and visit a place i would like to visit essay this was the company that have all the parts of solution that was work in IT industry.
thanks
Please mark answers as verified.
thanks for this
thnaks
Hi ,
You should use ribbon work bench -
Here I have give one scenario to hide the button based on security role. Need to add the condition as per requirement.
community.dynamics.com/.../275058
Hope this helps.
this might help you:
dcrm365.blogspot.com/.../how-to-hide-on-subgrid-in-dynamics-crm.html
Hi
Yes you can hide the add Button using Ribbon work bench(RWB) solution.
in that select the related entity in RWB the where you want to hide + button. in the sub-grid section select add new record button and hide it.
Hi Hajira,
You can hide it easily using Ribbon work bench, Create solution add the entity which button you want to hide,
See above screen of Ribbon workbench and consider Account entity as a subgrid in other entity.
Consider Ribbon workbench solution install!
Hi,
You can Hide button, using ribbon work bench.
Open Ribbon Workbench and select related Entity and then you will get 3 levels
Entity
Subgrid
Form.
SO in Subgrid which button, you want to hide then right click and Hide.
if you want to do it Programatically then add Enable rule to that Button and in Javascript you should write following condition
function HideButton(){
if(condition)
return true;
else
return false;
}
Add this Enable rule to your button and Publish
Hope it helps you
André Arnaud de Cal... 291,925 Super User 2024 Season 2
Martin Dráb 230,646 Most Valuable Professional
nmaenpaa 101,156