Binding variable for accountid and entitlement displayname

mayankshah
New Contributor III
New Contributor III

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
New Contributor III
New Contributor III

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 you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.