Hi,
We are setting up an Attestation Policy and need to limit the Attestation Campain to one spesific Department.
That way we will limit the number of attestation objects.
This is a System Role Membership attestation (Attestation Procedure)
And our "Condition" looks like this:
(EXISTS (select top 1 1 FROM (SELECT UID_ESet FROM ESet WHERE UID_ESet IN ('29971925-d5c9-4f84-9adc-6d57434e5d8d')) x WHERE x.UID_ESet = PersonHasESet.UID_ESet))
This condition is created in the webportal and copied to One Identity Manager for customizing.
How do we in this case include a spesific Department in the Where-clause?
Kind Regards
Stig Hylen