Hey guys,
I was wondering if anyone faced the same issue in D365.
I actually have a dialog (Runbase) where i want to override the "modified" method for a dialog field, So i used the "Register Override Method" just like i did to override a lookup (that is working just fine).
Here is my code that i'm naturally placing in the "Dialog" Method of the class :
DialogField.registerOverrideMethod(methodStr(FormStringControl, modified),methodStr(MyClass, MyMethod), this);
The issue here is that my method "MyMethod" is working and the code inside is executed correctly, but when i change the value of the field and i leave the field, i get this :
