aclements
(Andrew Clements)
1
Hi folks,
I’ve got the strangest thing going on with a post-processing method directive on Quote.ChangeExpSellingQty.
My bpm works perfectly if I have a message box, between a ‘Update Table By Query’ widget and a call to the Erp.Quote.Update business object

However, when I remove the message box it fails.
Anyone else seen anything like this?
Thanks,
Andrew.
When you say it fails, what does it do?
1 Like
aclements
(Andrew Clements)
3
It doesn’t complete the next stage of BPM, which is a call to the Erp.Quote.Update business object.
With message box, it works perfectly and the QuoteDtl discount fields are updated.
In the end I had to put all the logic and update into a single piece of custom code and it worked fine (as long as I didn’t add a condition widget)
I’ve wasted so much time trying to get to the bottom of this, I’m just pleased to have found a workaround, but I’m not sure what the issue was.
Cheers,
Andrew.