I am using declarative security to limit user's ability to view or modify data based on their authenticated role. The security works fine, but it results in low-privilege users seeing some buttons and ui elements that don't work for them and throw authorization related errors instead.
Is there a way in the tool kit to cause some elements either to not be draw at all or appear grayed out for users that lack the privilege to use them?
A pointer to an example or the documentation that I've missed would be great.
Thanks
RP
Is there a way in the tool kit to cause some elements either to not be draw at all or appear grayed out for users that lack the privilege to use them?
A pointer to an example or the documentation that I've missed would be great.
Thanks
RP
Comment