user group as certifier for certification campaign

psrimanth
New Contributor II
New Contributor II

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.

 

3 REPLIES 3

naveenss
All-Star
All-Star

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

 

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.

dgandhi
All-Star
All-Star

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.

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

sk
All-Star
All-Star

@psrimanth No it is not possible 


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.