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

c4c- can't find the right field in livecycle

former_member627791
Participant
0 Likes
207

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

discount-per-product.png

overall-discount.png

livecycle.png

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member627791
Participant
0 Likes

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.

sales-quote-form.png

sales-quote.png

former_member226
Employee
Employee
0 Likes

Since the original issue is solved hence please close this thread and open a new question for it as it helps other community members to precisely follow the discussion.

former_member226
Employee
Employee
0 Likes

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

overall-discount.png

item-discount.png

Thanks

Saurabh