We have a requirement where we need to display a message when the user is clicking ‘Disable’ option in the ‘Manage Accounts’ page for any application if the user is part of a specific capability.
SailPoint team suggested to use the LCM workflow to display the message by adding another step.
Can anyone help in achieving that
Display a message how, and to whom?
I agree with the overall recommendation to alter the LCM workflow. What you’ll want to do in this case, though, is to copy the LCM workflow, make your changes to the copy, and set it as the default provisioning workflow in the LCM settings.
Given that, you can display a message in a couple of ways:
- You can display a transient form with a single text-only field and an “OK” button, containing the message. This is the simplest option and probably the one I’d pick in a vanilla IIQ installation.
- You can use an old hack with FacesContext to inject a message into the user’s session, which is semi-reliable. There should be some information about it if you search over on Compass.
- You can send the user an email.
- You can check out our (non-free) UI Enhancer Plugin, which has notification banners as a feature.
2 Likes
Hi @drosenbauer, I would like to display the message to the user clicking on the ‘Disable’ button.
Could you please let me know how do I set the modified LCM workflow in LCM settings.
And yes I would like to go with the form option only but not able to understand how to implement that