Assign SAV Manager role to all the manager

PragyaPurwar
New Contributor II
New Contributor II

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.

3 REPLIES 3

shivmano
Regular Contributor III
Regular Contributor III

@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

https://docs.saviyntcloud.com/bundle/KBAs/page/Content/Obtaining-the-attribute-details-from-tables-o... 

naveenss
All-Star
All-Star

Hi @PragyaPurwar you can use actionable analytics to achieve this use case. 

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

In this query needs an endpoint to assign the role , and that endpoint is IGA which is (Sav4Sav)