Hey guys,
I’m using the api to build a quote in Epicor. I’m using RPC calls to replicate a process that was executed successfully in Epicor. Everything is getting added to the quote properly, however the pricing isn’t being carried over when the quote gets turned into an order.
I have noticed a discrepancy in fields being updated between the stack trace and my own process. For some reason, the prices on the QuoteQties, such as the UnitPrice and DocUnitPrice, are not getting updated with the QuoteDtl pricing in my process. This seems to be important for when DefaultOrderFields gets called before turning the quote into an order.
So far I have been able to rely on the trace log, but I’m not sure where to turn at this point. Any help would be greatly appreciated.
Josh