cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CPQ-Hierarchy of Approval Process

former_member730062
Participant
897

Dear Experts,

We are carrying out approcal process in CPQ system. First we need to send approval request to first approver. After approval of his/her we want to send relevant request to second approver. However based on my research,approval request is sent to all approvers at the same time via CPQ standard. This is not the desired behavior in our case as it will sent to the top approvers without review of first approver.

Can we design the approval process hierarchically as I described above via "custom approver selection logic" or in a different way?

Thanks in advance.

Mertkan Poyraz

Accepted Solutions (1)

Accepted Solutions (1)

MaxGag
Participant

Hello,

The custom approver selection logic won't help you to do sequential approval.

If your approval process isn't too complex and is based on the discount amount and user hierarchy, you can use the Discounts/Multipliers feature and an approval rule using <*GI(EXCEEDEDISCOUNT)*> condition with approving parent as selected approver.

https://help.sap.com/viewer/884885f05e6b4c8082254d4d9d63f19b/2108/en-US/f1d4f7014fcb4eac8aed4fa9cc76...

If you need to do more complex task, you need to use script to trick the approval steps to make sure you get to another level.

Thanks

Answers (1)

Answers (1)

former_member730062
Participant
0 Likes

Hello Maxime,

Thanks for your detailed answer.