Hi,
Im overriding action of creating shipment on sales order screen. I need stop execution of all processes.
Is there any way I can stop execution of all processes in overrided action?
I tried to use
throw new PXException(msg);
but it only shows exception and continued execution.