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

App Owner Certification - Advanced Filter for Entitlement

kfoley1
New Contributor III
New Contributor III

Hello - we are trying to configure and Application Owner certification and use the Advanced Campaign Configurations to exclude certain entitlements from the certification. We need to exclude entitlements where the entitlement customproperty1 says 'out of scope', can you please provide a query that can be used in the Entitlements Query to exclude those entitlements?

 

5 REPLIES 5

dgandhi
All-Star
All-Star

Entitlement Query: customproperty1 not in ('Out of Scope')

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.

kfoley1
New Contributor III
New Contributor III

Hi @dgandhi - when I use this query the certification comes out blank and marked as 'Complete', this query is also not working data analyzer. 

Query to show 3 entitlements - 2 of which in CP1 have 'Out of Scope'

kfoley1_0-1694115174197.png

 

When I add ' customproperty1 not in ('Out of Scope')' it returns zero. 

kfoley1_1-1694115277107.png

If I switch to say 'in ('Out of scope') then it does work correctly 

kfoley1_2-1694115347249.png

Any ideas how to get this query working with the 'not in ('out of scope')

 

have you tried not like '%Out of Scope%'

 

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.

kfoley1
New Contributor III
New Contributor III

The following query in advanced campaign config for worked:

customproperty1 not in ('Out of Certification Scope')

How the solution is different from what that was proposed earlier?

dgandhi_0-1694186715230.png

 

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.