Notifications
Announcements
No record found.
how to call a class and its method inside a menu item's clicked()?
*This post is locked for comments
Why don't you use Action MenuItem... take a look at this : Access a class from a menu[Ax 2012]
Hi,
Please use the following code, if you want to call a menuItem.
MenuFunction menuFunction; menuFunction = new MenuFunction(menuItemActionStr(MenuItemName), MenuItemType::Action); menuFunction.run();
If you want to make a call to a class, you can call the main method of the class like below.
Args args = new Args();
ClassName::main(args);
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 4 Most Valuable Professional
Priya_K 4
MyDynamicsNAV 2