Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:59 PM
Hello Team,
We are working on Database Connector, as part of GRANTACCESSJSON we want to insert requested Entitlement name in Target database table. Using following JSON we are able to insert requested Entitlement Key but we are not getting Entitlement Name.
{
"DBATRole4-groups": ["INSERT INTO DBAPP_ROLES(USER_ID,ROLES) VALUES('${user.username}','${task.entitlement_valueKeyId}')"]
}
Can you please provide help how to get requested entitlement name? You can let us know which attributes are available from ${task} so that we can use it for Entitlement Name.
Thanks in advance.
Regards,
Ksheetij
Solved! Go to Solution.
04/12/2022 02:04 PM
Hi Ksheetij,
Greetings!
You can use ${task.entitlement_valueKey.entitlement_value} to retrieve the entitlement name
Thanks,
Aarthi
04/12/2022 02:04 PM
Thanks Aarthi for your inputs.
It worked!!