Hello,
In D365, I have a class of an extension form. From there, I am trying to call clicked method of a button in the form extension. But ax isn't executing the piece of code inside the clicked method. When I try to debug and check, I see that although ax doesn't go inside the clicked method.
Even previously, I had got this kind of issue in the same form but that was in the modified method of a string control. As an workaround, I called stringControl.haschanged() method before calling the modified method. Once I added that, ax started executing the code inside the modified method.
Both the methods get called correctly in our 2012 environment.
Anyone has any idea regarding this? Is it happening because of some property? Thank you in advance.
FYI - I am new to dynamic 365 and a vendor has upgraded our ax 2012 to dynamic 365.