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

SAP Connector: Update Account Json

vivekmistry
New Contributor III
New Contributor III

Hi Team, 

We are trying to access accounts table using binding variables inside update account json, but we are not able to find any option for SAP connector.

Is there any other way to access accounts table in update account json.

 

vivekmistry_0-1721738009542.png

 

4 REPLIES 4

NM
Honored Contributor III
Honored Contributor III

Hi @vivekmistry , did you try account.customproperty1


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

adriencosson
Valued Contributor
Valued Contributor

Hi @vivekmistry ,

Try ${account.customproperty1} to fetch properties from account.

Regards,
Adrien COSSON

rushikeshvartak
All-Star
All-Star

${task?.accountKey?.customproperty10}


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

vivekmistry
New Contributor III
New Contributor III

Thanks everyone for the guidance