10/12/2023 05:49 AM
Hi Team,
we are having a scenario in saviynt, where we need to use User Group (having members) as certifier for certification campaigns (entitlement owner, Application owner) in saviynt.
Kindly help with the possible solution in saviynt to achieve this use case.
Thanks,
srimanth.
10/12/2023 06:27 AM
Hi @psrimanth
In the campaign configuration, under Select certifier option, can you pls try choosing "Select from Manual Query" and give it a try using the below query?
u.username in (select u1.username from Users u1,Usergroup_users ugu,Usergroups ug where ugu.userkey=u1.id AND ugu.user_groupkey=ug.id AND ug.user_groupname='TestGroup')
10/12/2023 06:58 AM
I dont think that is feasible, you can have Primary and Secondary certifier as owner of the entitlement / application so that the certification will be assigned to all the certifiers (primary and secondary) but only primary certifier will be able to lock the campaign.
10/12/2023 08:37 AM
@psrimanth No it is not possible