I’ve created a bpm to check moq versus customer price list on sales order entry screen and through up an exception if the user tries to enter a qty less than the first break quantity on the price list.
Only problem I have is the user then tries to fix it they get a row has been modified by another user - I understand why I am getting this message - the db and the screen are out of synch - and they need to do a manual refresh.
My guess is that I need to execute some custom code after the exception message to automatically do the refresh - can someone tell me/point me in the right direction of which object/method/syntax I would need to use to automatically refresh the sales order entry lines screen after I display an exception?
Jason,
thanks for the reply. I’m trying to do this as a widget, post processing, SalesOrder.MasterUpdate. I’ve added a BO for SO.GetByID as shown. Is this configured properly?