10/03/2023 06:14 AM
Hi , I want to assign SAV_MANAGER_ROLE to the all the managers . Is there any way other than sav4sav.
How should I proceed on this test case.
10/04/2023 06:19 AM - edited 10/04/2023 06:27 AM
@PragyaPurwar you can try by using HQL query in technical or user update rule to assign the sav role.
a.id in (select u.manager from Users u)
Please refer to below documentation on using HQL queries in rules. Hope this helps
10/05/2023 12:17 AM
Hi @PragyaPurwar you can use actionable analytics to achieve this use case.
10/05/2023 12:51 AM
In this query needs an endpoint to assign the role , and that endpoint is IGA which is (Sav4Sav)