Hi All,
I'm working with Epicor 9.05 701 and trying to work around a bug where quote discounts do not transfer to sales orders when they are created from quote entry. I've been working on a BPM to fix the issue using the Quote.CreateOrder Post-Processing business method and can't get it to work. Here is the code thus far:
For each ttquotedtl where ttquotedtl.RowMod = "" and ttQuoteDtl.Discount > 0, Each orderdtl where ordernum =
orderdtl.OrderNum:
Assign ttQuoteDtl.Discount = OrderDtl.Discount.
End.
Can anyone help point me in the right direction on how to make this work? It doesn't sound like tech support will get a one off fix for this issue from development and we use the CRM module heavily.
Thanks,
David Pfiester
Systems Accountant
NuStep, Inc.
734-418-1850.
I'm working with Epicor 9.05 701 and trying to work around a bug where quote discounts do not transfer to sales orders when they are created from quote entry. I've been working on a BPM to fix the issue using the Quote.CreateOrder Post-Processing business method and can't get it to work. Here is the code thus far:
For each ttquotedtl where ttquotedtl.RowMod = "" and ttQuoteDtl.Discount > 0, Each orderdtl where ordernum =
orderdtl.OrderNum:
Assign ttQuoteDtl.Discount = OrderDtl.Discount.
End.
Can anyone help point me in the right direction on how to make this work? It doesn't sound like tech support will get a one off fix for this issue from development and we use the CRM module heavily.
Thanks,
David Pfiester
Systems Accountant
NuStep, Inc.
734-418-1850.