I am working on c# code to update the Unit Price on the QuoteQty table for quotations. I have that working well.
However, when I make changes to that field the Expected Unit Price does not change on the QuoteDtl line.
If I do this through the Quote Entry interface it will update the field.
I have also tried updating the SellingExpQty on the QuoteDtl record. This will update but the calculation is not done for the unit price.
Does anyone know how I can use the RestAPI and get this to update?
josecgomez
(Jose C Gomez)
August 12, 2019, 9:00pm
2
Are you using OData or Custom Methods.
KMenz
(Karen menzie)
August 13, 2019, 12:56pm
3
Following… I have a related problem trying to keep the QuoteDtl.Discount% and QuoteDtl.Discount £amount to remain when the QuoteDtl.SellingExpectedQty is changed, as they currently revert to 0.00 by design, which is driving our sales team nuts.
I have been able to get the % discount to stick thanks to help on the thread, but not the discount amount.
Haven’t tried Rest Api/ C# coding yet.
A uBaq was suggested.
Example
We Have built a quote in Quote Entry, with 25 lines.
We have applied a discount (say 10% to 30%) on most of those lines.
We later amend the quote qty per line (from say 10 to 11) and the discount % reverts to 0%.
We have to manually add in the discount %.
Epicor state that this is working as it should.
Our choices are to apply a fixed discount % via pricelist or by customer.
However neither of these work for us.
We tailor our quote to land a big order with a customer and will app…
Elias
(Elias Serruya)
April 12, 2023, 9:01pm
5
Hi Jose, I’m using OData.
Which BO service do I need to call to get values from DB.QuoteQty using the REST API v2?