Hi all,
I am using Ribbon workbench. I have a requirement to hide an Out of the Box button based on security role. Now, I can easily do using custom command for that button, but if the button is across all entities, then the work is too much.
For this, I have created a master entity, "Priv Access". My idea is that, if the Security role has "global read" access to this entity and the primary attribute value is equal to the entity name, then the button should be visible, else not.
For starters:
1. I am able to get the entity name using Javascript
but unable to get the primary attribute name from the master entity to existing entity record.
Can anyone share their feedback, if they have also done in similar way.
Thanks
*This post is locked for comments