Share all details about your problem, including any error messages you may have received.
Background - I have an Update Provisioning Policy on an Active Directory application. Under a specific condition, I need it to pop up with a field that the requester needs to fill out.
Scenario - If a user requests entitlement “A” , I need the form to pop up with a field for the requester to fill out. If that entitlement is NOT selected, no form needs to pop up.
Problem - If the field in question has “reviewRequired = true”, the form pops up no matter if entitlement “A” is selected or not.
And if “reviewRequired = false”, the form never pops up. Even if entitlement “A” is selected.
Is there a way to dynamically set the “reviewRequired” attribute on a field?
I have the fields hidden. In the example where they select any other entitlement, ones that should NOT trigger the form, the form is still popping up but there is nothing on it. It is blank. So the fields are hidden, but it is still popping up the form.
You need to customize in the “identity Request Initialize” subporcess in Initialize step in LCM Provisoning Workflow.
Please update your code according to the below files