09/26/2023 02:09 AM
Hi Team,
We want to create an Update Account task when a user updates in Saviynt(updated via UI/Import/API) to sync the Email attribute with the application.
Could it be possible to trigger based on group/entitlement access?
Condition:
The user must be part of a Specific AD group
((##a.email isupdated##) OR (##a.location isupdated##) OR (##a.jobCode isupdated##)) AND (a.email is not null) AND((((a.location = 'Store') OR (a.location = 'Depot'))AND( a.statuskey = 1 AND a.country='Thailand' AND (User with has Specific group access) ) )
Could you please help me on this?
09/26/2023 05:19 AM
@biswajitoram As per my understanding for User Update Rules > Advanced Query allows you to add User attributes only.