Hi All,
Suppose we have a standard AX class "Class Base" which is having a method "run()". I have created a child class "Class Child" by extending "Class Base" in my own model and overridden method "run()".
Is there a way, where ever in the standard AX, base class method "run()" is being called, AX should skip this call and instead it should call my child class "run()" method.
Thanks & Regards,
Nishant Srivastava
*This post is locked for comments
I have the same question (0)