Hi,
I have not found active, selectionchanged, initvalue etc... method in d365fo, which those override methods are in AX 2912 r3.
Is there any new concept in d365 to get those override methods?
Please give me more shed on this
Thanks!
Hi,
I have not found active, selectionchanged, initvalue etc... method in d365fo, which those override methods are in AX 2912 r3.
Is there any new concept in d365 to get those override methods?
Please give me more shed on this
Thanks!
Thanks to all
They are the same as AX 2012. in your COC class just create a new method which you want to override for e g. Init. even though it is not in the original form. Make sure you copy the method signature correctly.
Hi @rp@n,
You can override methods on forms and tables only if you created them.
If objects are standard you need to use event handlers or CoC methods (you can create them even if standard method is not overriden on table or form).
All mentioned methods are still valid for D365.
You can use CoC. Or the OnItialized event handler.
In standard form, if i wants to use active or initvalue method, then how I will get?
See, we have two nodes like method and event in form.
For new custom form, I think we can get all override methods in method node.
Is it right?
@ I dont have system, otherwise I will check and let you know.
Arpan,
You have an option to override methods in any form you create
It won't be available for standard objects, which obviously are locked
Gunjan,
I am just aking in general. In any form
Hi Arpan,
Which form are you trying to modify?
André Arnaud de Cal...
293,129
Super User 2025 Season 1
Martin Dráb
231,895
Most Valuable Professional
nmaenpaa
101,156
Moderator