I’m creating a quote API integration using RPC and I’m trying to track down an issue where the QuoteQty associated with a QuoteDtl isn’t getting it’s pricing updated. I see this PreRefreshQty method in the trace logs and wonder if anyone is familiar with it’s purpose?
Looks like it has to do with Break Qtys.
Just a wild guess… that it gets called after you’ve changed a qty on the line
AND only if you have break qtys?
Hmmm. That doesn’t sound like it would be responsible for price fields in the associated QuoteQty not being filled in during an update. Thanks for the response! Back to the drawing board.