Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/13/2024 05:58 AM
Hi, we added a new technical rule that had for filter the employeeid and was assigning an enterprise role to the employeeid listed in the condition.
This is an example of the condition:
Users.employeeid =1 OR Users.employeeid =2 OR Users.employeeid =3 OR Users.employeeid =4 OR Users.employeeid =5 OR Users.employeeid =6 OR Users.employeeid =7 OR Users.employeeid =8 OR Users.employeeid =9OR Users.employeeid =10 OR Users.employeeid =11 OR Users.employeeid =12
After we did the preview it was listing the 12 users that would be affected.
After we did this we added the hanna rule on a job a started the job.
But this assigned the enterprise role to the entire users listed in Saviynt and not only the 12 listed.
Is there anything we were missing the Technical Rule because we had in our understanding that only the users listed in the technical rule would got the enterprise role?
Thanks in advance for any feedback.
02/13/2024 06:31 AM
@JasBel please share technical rule config ss
02/13/2024 06:35 AM
@Raghu Query is above for condition:
Users.employeeid =1 OR Users.employeeid =2 OR Users.employeeid =3 OR Users.employeeid =4 OR Users.employeeid =5 OR Users.employeeid =6 OR Users.employeeid =7 OR Users.employeeid =8 OR Users.employeeid =9OR Users.employeeid =10 OR Users.employeeid =11 OR Users.employeeid =12
And this is the Action
02/13/2024 08:37 AM
@JasBel Could you please share the complete rule screenshot.
and which job you are running ?
is this detectiveprovisioning rule job? If yes tasks will create for all users if condition satisfied.
02/13/2024 08:58 AM
Hi @SumathiSomala
the job is detective but only on the selected technical rule which is the one created to give the enterprise role on the selected users not the entire users in Saviynt.
02/13/2024 07:34 PM
Use advanced config due to missing parenthesis issue is occurring
Users.employeeid in (1,2,3,4,5,6,7,8,9,10,11,12)
02/13/2024 06:47 AM
try like below also
Users.employeeid in (1,2,3,4,5,6,7,8,9,10,11,12)
I belive end of your condition you gave 'OR' condition right
02/13/2024 06:50 AM
@Raghu The preview worked fine. It's when we executed the job Saviynt assigned the role employees to the entire users in Saviynt and not only the users listed in the query.
02/13/2024 06:54 AM
@JasBel Query look good.
02/13/2024 07:06 AM - last edited on 02/13/2024 09:00 PM by Sunil
We also added a workflow under Global Configurations for Roles Add Workflow would this be the origin of the problem that Saviynt added the enterprise role to all users in Saviynt?
[This message has been edited by moderator to mask logo from an image]