Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/09/2024 03:00 AM
Hi,
While configuring role owner campaign, is there any way to avoid the roles which are assigned as birthrights to the users?
Thanks,
Harish
07/09/2024 03:53 AM
Hi @HarishG you can achieve this by setting the value of customproperty for the role as "BIRTHRIGHT" and then use advanced query during the campaign creation to exclude such roles. Use the query like below
07/09/2024 10:58 PM
07/10/2024 02:20 AM
Thank you @naveenss and @rushikeshvartak ,
But, there are few roles - which are assigned as birthrights for some users. And remaining users who still need this role will request from ARS.
can we somehow manage to include the role in certification:
Thanks,
Harish
07/10/2024 06:22 AM
07/11/2024 01:54 AM
@HarishG you can use SOURCE attribute in the role_user_account table to differentiate the roles assigned as BR and role requested by the user.
07/12/2024 01:07 AM
Thanks @naveenss & @rushikeshvartak ,
But role_user_account table is not working in role query. we are able to use role table and roleowner table
07/12/2024 01:17 AM
@HarishG can you share the query you are trying?
07/12/2024 02:13 AM
07/12/2024 02:22 AM
@HarishG use below query
and r.id in (select rua.rolekey.id from Role_user_account rua where rua.source='REQUEST')
07/12/2024 07:42 AM
and r.id in (select rua.rolekey.id from Role_user_account rua where rua.source not in ('ZERODAY'))
Different SOurce :
REQUEST |
UPDATE_ROLE |
ZERODAY |