Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Application Services with custom handle order

akuller
Participant
0 Kudos
332

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

Best regards akuller
1 REPLY 1

Dinu
Active Contributor
0 Kudos
286

You may try overriding the generic handler and delegating to super as described in the documentation for Application Services#Overriding Generic Handlers.