I’m trying to find the method that alters the quote qty when the customer is changed on the quote. The trace log doesn’t show this table being altered.I would like to trigger a BPM to alter the quote qty for each quote line when this happens but need to find the method.
We reported this as a bug to Epicor, if the ShipTo changes it messes with the quantities as well. Our workaround was to find the method where the change occurs, save the info in a Preupdate and restore it on a Postupdate. Sometimes you have to save the data in a Preupdate on one method, then restore in a Postupdate on a different one, if you can use BpmContextData to store the information and let the other method know it needs to do it. (yeah, not really explaining HOW to do it, just saying how we’ve gotten around such things) SalesRep splits get reset on ShipTo changes too. between Data Directives and Method Directives, you can store and restore values.
Thank you.
Marjorie - Curious what Epicor has to say…do they consider this a bug or is this expected functionality?
Thanks,
Debbie
It is related to this problem apparently PRB0208582. So they did acknowledge it.