Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Binding variable for accountid and entitlement displayname

mayankshah
Regular Contributor
Regular Contributor

What is the value for the binding variable in Database connector for passing accountid and entitlement displayname in add and remove access?

4 REPLIES 4

pmahalle
All-Star
All-Star

HI @mayankshah ,

Try below binding variables in your createaccount and addaccess json for accountname and entitlement displayname respectively

  • ${arstasksObj?.accountName}
  • ${task.entitlement_valueKey.displayname}

Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

mayankshah
Regular Contributor
Regular Contributor

How can we pass accountid attribute in GRANTACCESSJSON and REVOKEACCESSJSON in DB on the store proc?

@mayankshah ,

Try below:

${account.accountID}

 


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

${account.accountID}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.