on 2020 Feb 02 8:46 AM
Dear team,
I am editing a sales quote form and I am trying to find the right fields for "Discount%" and for "Overall Discount" (see attachments).
I have tried several fields but they were not the right ones...
Can you please help me?
Thank you,
Or
Request clarification before answering.
now there is a new problem that I tried to fix on my own but couldn't.
the item discount column is now showing the discount, but also the original price.
another problem with that is that because the first item has a discount (-14) and of course an original price, the price is shown on the same line as the item, but the discount skipped to the next item (see attachment).
I don't know what to do to fix it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You need to look for the following nodes in form to add the values of the field to your node:
$.FormQuote.Item[*].PriceAndTax.PriceComponent[*].Rate.DecimalValue --> Item Discuount
$.FormQuote.PriceAndTax.PriceComponent[*].Rate.DecimalValue --> Over all discount
Thanks
Saurabh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.