Multiple approver selections in Attestations

Hi,

When setting up an Approval Procedure, you are able to define multiple queries to find the right approvers. 

How do you you specify what query to use in the different Attestation Policies.

We run One Identity Manager 8.1

with Regards
Stig Hylen

Parents
  • Hi Stig,

    As you say, in an approval procedure you can define multiple queries.  By default, the system will UNION the results of each of those queries to give you a final result set.

    Ordinarily, these queries are not policy specific.  They are invoked in the approval step where you specify that approval procedure.

    But of course with OI anything is possible.  You have the 'free' variable @UID_AttestationCase so you could extend your query to compare the UID_AttestationPolicy of the AttestationCase.

    HTH, Barry.

Reply
  • Hi Stig,

    As you say, in an approval procedure you can define multiple queries.  By default, the system will UNION the results of each of those queries to give you a final result set.

    Ordinarily, these queries are not policy specific.  They are invoked in the approval step where you specify that approval procedure.

    But of course with OI anything is possible.  You have the 'free' variable @UID_AttestationCase so you could extend your query to compare the UID_AttestationPolicy of the AttestationCase.

    HTH, Barry.

Children