Hi All,
Since the arrival of chain of command, we have the possibility to use class variables and add code to protected methods in the chain.
I am trying to make an extension class for a form, with the use of the decorater as followed for example [ExtensionOf(formStr(SalesCopying))].
And using a public final class of my newly created class for the SalesCopying form.
This gives us the possibility to use CoC on methods of the form itself, but how can I use chain of command on datasource methods or on control methods?
Since every datasource and control has its own class now in 365 , I don't know how to use the decorater for my form extension class to use CoC on underlying methods on datasource and controls.
Do you have to make an extension class for every datasource and control you want to use CoC with, if so how do you distinguish this?
Thanks in advance,
Tom