Hi,
My requirement is to subscribe same delegate in many classes depending upon the logic to be executed.
Say Class A, Class B. Is there any attribute which can be set in order to setup the execution sequence of the handler class's subscriptions. Class A's delegate subscription need to be executed first, followed by Class B's delegate subscription.
In dynamics 365 wiki, they have mentioned like mentioned below.
https://ax.help.dynamics.com/en/wiki/delegates-for-migration/
“There can be more than one handler per delegate. There is not a defined order in the processing of handler methods. If order is important, delegate handler pairs
should be chained together.”
If so, How to chain the delegates handlers? Or is there a way to specify the sequence in which the handlers will execute?
Thanks,
Elamathi. S