cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPQ Approval Rule

mertkan
Explorer
0 Kudos

Hello experts,

We are carrying out the approval rule for the quote item discount but after approvals, the quote still shows the below message.

I also add the status id(13=Approved) to the condition to block the message but it does not work.

Does anyone know how to fix this or the reason of the issue?

Thank you

View Entire Topic
yogananda
Product and Topic Expert
Product and Topic Expert

mertkan

you can find the below example and test it out in Formula Editor based on Quote status is in Approved which will not display Approval message.

Quote 1.0

[AND]([GT](<* AverageDiscountPercent *>,0),[NEQ](<*CTX( Quote.Status.Name )*>,Approved),[NEQ](<*CTX( Quote.Status.Name )*>,Order Placed))
Quote 2.0
[AND]([GT](<* AverageDiscountPercent *>,0),[NEQ](<*CTX( Quote.StatusName )*>,Approved),[NEQ](<*CTX( Quote.StatusName )*>,Order Placed))
yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

If this works, close this question mertkan

mertkan
Explorer

Hi Yogananda,

Thank you for your support, it works.

Regards,