Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Is it possible to launch campaign to certify the role owner certifiers?

Abhishek
New Contributor III
New Contributor III

Is it possible to launch campaign to certify the role owner certifiers?

Ex: Assume there are 50 Roles in AD application having 50 different role owners. It is possible in Saviynt to create a Role owner(Certifier) campaign for those 50 role owners to be certified by different person? 

if not, any other meaningful way to achieve this?

2 REPLIES 2

Sivagami
Valued Contributor
Valued Contributor

You can enable consult option to let Role owners access to be certified by their managers.

Consult user query can be used as below:

select u from Users u where 1=1 and u.id in (select manager from Users where id=:loggedInUser)

-Siva

rushikeshvartak
All-Star
All-Star

You can select certifier from list while launching campaigns 

rushikeshvartak_0-1666965057329.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.