Possible to limit plugin UI elements to one user based on username?

Which IIQ version are you inquiring about?

Version 8.2

Share all details related to your problem, including any error messages you may have received.

Hello,
When developing and installing plugins in a big organization, is it possible to limit the visibility the of UI element that is created when installing the plugin, to only certain members based on their username for example?
Is this possible in the manifest.xml file to define authorization?
TLDR: I want to be able to hide plugin UI elements to certain users when installing a plugin.
Thank you

I am using a snippet, which displays an icon that navigates to the plugin page, but I want to hide it from the majority of the organization once the plugin is installed.

Hi Anton,
It is possible to controll visibility of particular elements vie sp rights. Here is an example of the code used in the impersonation plugin.

as you see it is available only for identities with ImpersonatePluginConfigurationRight SPRight.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.