Globally override remove Action

Hello , in my project i have 50 custom screens , and i want to override Remove action in all screens , but i don’t wan’t to do it in controller of screens. I want to override remove action globally , how i may do it?

You could create a new @ActionType Action and reuse it in your screens. See Standard Actions - CUBA Platform. Developer’s Manual