Calling Dataset from connector

Goodness
Regular Contributor
Regular Contributor

Hello,

Is it possible to call dataset values from Active Directory connector?

Thanks

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Refer https://forums.saviynt.com/t5/identity-governance/how-to-use-dataset-in-provisioning-json-for-ad-con... 

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}

Okay, got it. Thanks!