Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/04/2024 04:53 AM
Hi,
We have a requirement to create Role Owner access certification campaign to be launched only to role owner’s managers. Managers must evaluate and confirm whether the roleowners to be part of role or not in the campaign.
Role owners who also have access to the role they own, their access should be certified by manager.
Thanks,
Manoj
09/04/2024 08:04 AM
09/04/2024 11:04 AM
Do we have any alternative approach for the requirement?
09/04/2024 11:32 AM
Add Manager as certifier before launching campaign
09/04/2024 11:59 AM - edited 09/04/2024 11:59 AM
@manojarisetti
Create a Role owner Campaign and manually select the role-owner manager as a certifier.
09/06/2024 06:54 AM
Or, can we restrict the consult query, turning of the self-certification for role owner campaign?
here, can we only make the role owner to consult just to his manager.
09/06/2024 07:12 AM - edited 09/06/2024 07:24 AM
You can add filter under Consult/Reassign User Query
Select u from Users u where u.id in (select manager from Users where id=:loggedInUser)
09/06/2024 07:23 AM - edited 09/06/2024 07:23 AM
@manojarisetti
Select u from Users u where 1=1 and u.id in (select manager from Users where id=:loggedInUser)
They can only consult to their manager.