Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:58 PM
Solved! Go to Solution.
04/12/2022 02:01 PM
Hi Suparna,
Greetings!!
Basic Java methods can be used to evaluate your conditions for any operation like AccountNameRule/Create/update/delete AccountJSONs. The method .equals() is a similar example.
Thanks & Regards,
Anand Kumar Jha
04/12/2022 02:01 PM
Hi Suparna,
Below is the example for reference with if-else logic
concat(users.firstname, users.city, (case when (users.lastname = 'admin')
THEN
concat('customproperty12',users.lastname)
ELSE
users.lastname
END))