PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click 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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.
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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

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