on 2022 Apr 03 2:46 PM
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
Request clarification before answering.
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))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Yogananda,
Thank you for your support, it works.
Regards,
User | Count |
---|---|
9 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.