I have an order type LS, which is allowed to quick process (confirm shipment and create an invoice)
When I press the button manually, it works as expected; then, I want to set up a business event that will auto-quickly process if the order type equals LS and the status is open.
But it’s not working; the system shows “button OK is disabled”. If I remove this action and keep only the “ press quick” action, the sales order only creates a shipment but does not confirm or create an invoice.
Can you help me find out what I am missing?