Need help creating custom spright to hide Intelligence option in SPright view identity

Which IIQ version are you inquiring about?

8.4

Need help creating custom spright to hide Intelligence option in SPright view identity

Refer this link you may get idea.

Hi @asharma65 ,

Try to using the plugin framework to hide the Intelligence. please follow below example for plugin creation.

Since view Identity spright will always displays Intelligence option to an user. Best option is to use the plugin to hide the Intelligence option from UI using plugin. check the attached plugin and install it in your local. Make sure create a custom SPRight and update it in manifest file in plugin to satisfy your requirement,

HideIntelligence.zip (874 Bytes)

Could you please try the above plugin and let us know if it works for you? It’s working fine on my end.

As per my understanding, custom SPRight cannot be created, however existing SPRights can be added in custom capability. Plugin might be useful here

@asharma65 I think you can create a custom capability with the right set of SPRights in it that should help you hide the intelligence option.

@vemadeepak - Awesome