Hello everyone ,
So I’am trying to stop the creation of a new customer payment order if the client is not approved ( I have a approval template attached to the customer screen) .
Here is my script (it’s a event action ) to get you a better idea of my requirement :
My problem is that when the script finds an unapproved customer, it triggers the error message and rollback, but it doesn’t check the next customer.
I’ve tried to use CONTINUE in the ELSE statement, but it doesn’t work .