Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Advance Query condition with a specific AD group filteration in UserUpdateRule

biswajitoram
New Contributor III
New Contributor III

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) ) )

biswajitoram_0-1695716566795.png

Could you please help me on this?

1 REPLY 1

Manu269
All-Star
All-Star

@biswajitoram As per my understanding for User Update Rules > Advanced Query allows you to add User attributes only.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.