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_q
Participant
0 Kudos

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

1 REPLY 1

Dinu
Contributor
0 Kudos

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