Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/23/2024 05:36 AM
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.
Solved! Go to Solution.
07/23/2024 05:43 AM - edited 07/23/2024 01:13 PM
Hi @vivekmistry , did you try account.customproperty1
07/23/2024 11:38 AM
Hi @vivekmistry ,
Try ${account.customproperty1} to fetch properties from account.
07/23/2024 02:19 PM
${task?.accountKey?.customproperty10}
07/26/2024 04:25 AM
Thanks everyone for the guidance