Hi,
Am using AX 2012. I just created a Dialog Class which extends RunBase. I also created a form. I want to call the form from the dialog class. I dont want to add he MenuItem in the dialog class. Instead do we have any other option…???
Thanks in Advance.
If you really want to use RunBase framework in AX 2012 (despite it’s deprecated), look at tutorial_RunbaseForm class and form.
Otherwise use the SysOperation framework and its SysOperationController.templateForm() method.
Can you suggest any site or class written using SysOperationController
WmsReportServiceController, for example, uses templateForm().
By the way, I don’t have any crystal ball - I simply used cross-references.