Application Development and Automation 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: 
Read only

Application Services with custom handle order

akuller
Participant
0 Likes
945

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

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
Read only

Dinu
Active Contributor
0 Likes
899

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