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

Campaign with only the Application Role

akhilvatsa
New Contributor III
New Contributor III

Hello,

We have a requirement to create a campaign for only Application Role. We have selected 'Objects to be included in Certification' as 'Application Role'. However, the certification is being launched for all the users, even if they don't have an Application Role assigned.

Is there any way we can only start certification for users having Application Role? 

5 REPLIES 5

Sivagami
Valued Contributor
Valued Contributor

@akhilvatsa - Objects to be included in Certification is only Application Role & you excluded Account, Entitlement?

akhilvatsa
New Contributor III
New Contributor III

Hi @Sivagami that is correct, we have only kept Application Role

Sivagami
Valued Contributor
Valued Contributor

Thanks @akhilvatsa!

What type of campaign you are trying to launch? -> User Manager or Role Owner

Does your application roles follow any naming convention? 

Have you selected 'All' in the 'Applications'?

rushikeshvartak
All-Star
All-Star
  • items to be includedrushikeshvartak_1-1675452607850.png

     

  •  
  • Advanced Configurationrushikeshvartak_0-1675452588339.png

     

  •  

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

akhilvatsa
New Contributor III
New Contributor III

Thanks for the responses, unfortunately it didn't work for us. 

The following query on Users worked: username in (select distinct username from users where userkey in (select ru.userkey from role_user_account ru, roles r, endpoints e where r.rolekey=ru.rolekey and r.endpointkey=e.endpointkey and e.endpointname='Endpoint A'))