Has anyone run into the error below when saving a sales order line? This only happens to one user.
Message: Deadloop has been resolved.
Type: Error
Program: bo/SalesOrder.p
Method: Update
Table: SalesOrder.Update
Thank you.
Has anyone run into the error below when saving a sales order line? This only happens to one user.
Message: Deadloop has been resolved.
Type: Error
Program: bo/SalesOrder.p
Method: Update
Table: SalesOrder.Update
Thank you.
If memory serves, deadloop messages come from method directive BPMs in V803. I would check to see if you have a method directive BPMs on the SalesOrder.update method and review them to see if there is some logic that needs to be changed/disable them.
Hi, and thank you for the info. I’ll have a look to see if we have a method directive.
The strange thing about this issue is that it only affects one user.
John