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

Binding Variable for Account Owner

rushikeshvartak
All-Star
All-Star

Hi Team,

 

We are generating Update account task from analytics and we want to fetch current account owner in REST Connector UpdateAccountJSON what will be binding variable for same.

ServiceAccountOwnerMap variable works when request is submitted from ARS


Regards,
Rushikesh Vartak
If you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.
3 REPLIES 3

Saathvik
All-Star
All-Star

@rushikeshvartak : Did same variable didn't work if task is created to analtyics?

Also I have personally not tried this but did try using below class to get details?

com.saviynt.ecm.identitywarehouse.domain.Accountowner

Like com.saviynt.ecm.identitywarehouse.domain.Accountowner.get(account.id)?.owneruserkey


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

It does not worked


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

Darshanjain
Saviynt Employee
Saviynt Employee

Hi @rushikeshvartak 

ServiceAccountOwnerMap  Binding variable only works when it is created via request as it checks the value from request access attrs table.

No bindings exposed directly if you create the task directly from analytics.

Thanks

Darshan