I created a cutom event to trigger and error if the amounts don’t match in customer order ( screeshot below ) when creating a new CO :
But I get this error when I try to insert a new customer order line :
Does anyone know the root of the problem and how to resolve it .
Thank you in advance
Hanane
Page 1 / 1
Hello, the error is
table IFSAPP.CUSTOMER_ORDER_LINE_TAB is mutating
while a sql record is being modified from CUSTOMER_ORDER_LINE_TAB, you cannot access to the table the easiest solution would be to create a custom procedure and run it as a deferred call.