cancel
Showing results for 
Search instead for 
Did you mean: 

Approval escalation IdM 7.1

former_member190695
Participant
0 Kudos

Hi All,

I have a requirement to forward an approval request from the 1st level to the 2nd level (Manager --> Role owner) If the request is not approved within x days.

I have developed the business logic to retrieve the MX_PENDING value but when I try to forward the approval I see the following behaviour.

- The request is still there for the first approver.

- The new request is created for the second level approver but with a different AuditId but with the same MX_PENDING value.

I am using the standard provisioning framework and utilities like uIS_SetApproval.

Thanks very much for all inputs.

Regards,

Ridouan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I haven't done this in 7.1, but it works with 7.2.  Use the {M} operator on the MX_APPROVERS attribute when you set the new approver.  When you do that, it will use the same PVO, same auditID, just change who's approval queue it's in.

former_member190695
Participant
0 Kudos

Thanks Chris.

In my case the Approval request need to be approved in order to proceed to the next level approval.

I had some issues with the uIS_SetApproval parameters, once corrected the request is now approved and forwarded to the next level.

Thanks again!.

Regards,

Ridouan

Answers (0)