Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

UserRoleId mapping for Salesforce account creation

taiyebur1
New Contributor
New Contributor

For Salesforce OOTB connector implementation, it is possible to populate profileId during account creation. For this profileId has to be requested with account request and this value can be accessed using $profileId binding variable in the create account mapping json.

Is it possible to obtain userRoleId the same way so that it can be populated during account creation? What is the binding variable, if it is possible?

2 REPLIES 2

Raghu
Honored Contributor
Honored Contributor

@taiyebur1  we are getting profile id like below

"ProfileId":"${profileId}",

you can try like

"UserRoleId":"${userRoleId}",


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

I assume role Id is entitlement hence you need to convert into dynamic attribute in order to fetch in new account json.


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.