01-23-2023 12:20 AM
I have a requirement where I need to read dataset in the AD provisioning json's. Can anyone help if there is any way to use Dataset in the provisioning json.
01-23-2023 04:33 AM
You need to create dynamic attribute on request form and use dynamic attribute in json for provisioning . you can’t use directly dataset in json.
example
Dynamic attribute Name - DA1
select attribute1 as id from dataset_values where datasetname='DEPT1'
then in connection use ${DA1}