CertificationEntityCompletion rule application and example for IIQ

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

CertificationEntityCompletion rule application and example for IIQ

Please share any other relevant files that may be required (for example, logs).

I am trying to give a popup for approval of specific certification item for specific application

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

Hi @mayamis1703eq - you can do this with a custom plugin

can you please give more details on this if possible.

Thank you for your prompt reponse!

@mayamis1703eq You can achieve this by building a plugin which can inject a script in certification xhtml page to show a popup based on your requirement like only for certain apps or certain ents or roles.

Please elaborate with a step by step process if possible, i have less idea on plugin.

Thank you @neel193 !

@mayamis1703eq Please refer to article: https://community.sailpoint.com/t5/Plugin-Framework/Plugin-Development/ta-p/145288

Let us know if you need any further help to create the plugin.

Can refer to SailPoint’s documentation on creating and writing plugins for how to set the plugin up

Biggest things to note

  • scope plugin to only run on your url routes (i.e. certification page)
  • you will need to handle the “specific certification item for specific application” case. Would recommend grabbing the certification item and checking the application it’s referencing or can use certification tags to scope when this behavior occurs

@mayamis1703eq Could you please explain your usecase in detail? You already have approve and revoke in Certification page, so you need another popup for approvals? Do you want to capture any message in the popup? Then you can make comments mandatory for approvals.
Or the popup will have some other information? Please specify. This will allow us to help you better.