Share all details about your problem, including any error messages you may have received.
We want to start provisioning AD accounts in one of our AD Domains by having HelpDesk users Add a Role to an Identity that will trigger provisioning of a new AD Account.
We got this working, but for a specific field (distinguishedName) we need to have a list to choose from because the OU will be different based on some user criteria.
If in Provisioning Policies, under Value Settings for Account DN we choose âValueâ for Allowed Values, it presents an area where you can create a list. What Iâm wondering is if there is a way this can be pre-populated with values such as below for the HelpDesk person to choose from on a form â
Hi @enistri_devo ,
Would you or anyone else care to expand on that? Iâm not a developer, but do have a Field Value Rule where all the other values are being returned. Is that where this would go, and it would populate a list on the form?
Does anyone have an example that they would care to share or at least a good shove in the right direction?
You can write a rule and attached to Allowed values in provisioning policy form. AllowedValues rule specifies the set of values to display in the drop-down list
I think this looks exactly like what Iâm looking for, canât thank you enough! Iâll choose âScriptâ under âAllowed Valuesâ and put this script right there!
Thanks again!
@Arun-Kumar - I hate to bother, but that doesnât work for me.
I commented out the old section in the Field Value Rule that was assigning to one specific OU.
Under âAllowed Valuesâ I chose Script
I added the script in the text box.
Now, previewing Form still doesnât show a drop down with options.
I then tested with onboarding a user and it failed to create the AD Account - âNative Identity should not be null or emptyâ
I was not presented with a form.