I am currently working on integrating an application with SailPoint IdentityIQ. As part of this process, I need to display a disclaimer to end users in bold red text within the account provisioning policy form. Despite my efforts, I haven’t been able to achieve this. I tried using the helpKey with HTML tags, but it didn’t work as expected.
Additionally, I want to hide this disclaimer if the user selects “Yes” in response to a specific question. I attempted to implement this using the hidden Key property, but unfortunately, that approach didn’t work either.
Could you please guide me on how to achieve these requirements? Any advice or suggestions would be greatly appreciated. Please find the screenshot below for your reference.
I created separate sections, but the issue remains. When I select “No,” the hidden section does not appear. Please find the attached ProvisioningForms for your reference.
@Venu9000 Make sure you have your field in a section and it is set to postBack=true, then add a NEW section with the hidden script and a field as shown with the disclaimer.
Is this part of a workflow? Some form settings will not work as a straight provisioning form but will as a workflow form. I tested it as a workflow form. How are you calling it?
We are not calling it from a workflow. During new account creation in the target application, the system prompts for input from the provisioning policy form.
Is there a way to achieve this using the application provisioning policy form?
Based on the fact that this is a provisioning form, it may not be the best place to present a disclaimer to the user. Disclaimer is shown based on entity selection, however that would already be done at this point. Asking the user to select yes/no would be an extra step here. Nothing preventing a user who selected incorrect entities from selecting “Yes”. That part could be pre-determined.
If the requirement is to display this disclaimer within the UI to end users, then we can discuss different options.
If it is just to alert the user of what state the account was created in (Active / Inactive) based on entity selection, you could handle this via email in an AfterProvisioningRule provided provisioning activities are successful.
I don’t have the full scope of this situation, so feel free to explain more or send me a message to determine how to approach this in the best way.