08-30-2022 07:14 AM
Hi!
I need to filter out Enterprise Roles and entitlements included into these Roles(which user has got via Birthright rules) from User Manager Campaign template. if i have this setting: Object to be included in Certification: Entitlement, then it will show in attestation validation entitlements from Roles anyhow. What kind of filter i should use, that i will only get entitlements that have been requested from ARS directly but not from these Enterprise Roles that are given via Birthright Rules?
08-30-2022 08:29 AM
Try advance config
ASSIGNEDFROMCOMPROLE (FK) | assignedFromCompRole (FK) | bit(1) | Indicates whether entitlement is assigned from a composite role or not. The following are the available values:
|
ASSIGNEDFROMROLE (FK) | assignedFromRole (FK) | bigint(20) | Indicates whether entitlement is assigned from role or not. The following are the available values:
|
08-30-2022 09:25 PM
Thanks,
My Campaign template has following setting.
Objects to be Included in Certification: Entitlement and in Advanced config i have:
It will still list entitlements(from these Roles) in attestation validation after running this Campaign?
08-30-2022 09:37 PM
ae1.source not in ('ZERODAY')
08-30-2022 10:06 PM
Hi! Account_entitlements1 does not have source as table name.
08-30-2022 10:22 PM
Yes I do agree
Can you try subquery if that's work
Subquery for ae1 on arstaks
Subquery for roles on role_users_account
Both on source column
10-04-2022 09:58 PM
Hi!I have tried: Account Entitlements 1 Query:
ae1.arsTask is not null
But that does not work either.
Best Regards,Päivi