Bypass is this packslip ready to ship in kinetic

Can I bypass this message on Customer shipment entry screen?
It appears when a pack Id is open and user tries to print the pack ID?

This is a locked event. Is there a way to intercept erp-message-handler?

Have you had any luck on this? I have a user requesting the same.

I haven’t played around in Kinetic much, but I assume it would be possible to hide the current print button, create a new print button and replicate the events similar to how it’s shown without the message handler? I did something similar in classic and it seems to work great.

I found a simpler approach that avoids recreating the Print button or trying to intercept erp-message-handler.

I copied the existing locked ShipPackSlip event (right-click copy) and changed the copied event’s trigger to Event Override ShipPackSlip, which will override the system locked event.

I modified it by removing everything except the Refresh event call. This assumes that the user will always want to proceed as if they pressed No on that system message.

You can override the event with your own and remove that step.

In your opinion, do you think that application studio has made that easier to accomplish with the way they have exposed events?

Yes now you can override base events and it works prety well.