Hi experts,
Happy new year!
Here I get a new question when develop with AX.
When we select a record from the form, and click a menu item, this will trigger a RunBase class to open a new dialog.
The question is that, I want to do some check and add some warning message when the dialog shows.
Currently, I tried several methods, but the warning messages always shows in the original form, but not the dialog.
Is there any way I can add the messages to the dialog once it shows?
Can I just hook the open of dialog and write my logic? (How to hook?)
Thanks a lot.