2024 Feb 12 1:22 PM
Hi all,
I am trying to register a handler based on the ApplicationServices documentation. It works, but I want it to be the first handler to run and not the last, how can I achieve this?
Thank you very much
best regards
2024 Feb 13 3:47 PM
You may try overriding the generic handler and delegating to super as described in the documentation for Application Services#Overriding Generic Handlers.