Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

how to call a class inside a menu item's clicked()?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

how to call a class and its method inside a menu item's clicked()?

*This post is locked for comments

  • Suggested answer
    Chaitanya Golla Profile Picture
    Chaitanya Golla 17,225 on at
    RE: how to call a class inside a menu item's clicked()?

    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);

  • Verified answer
    Rohin Profile Picture
    Rohin 4,624 on at
    RE: how to call a class inside a menu item's clicked()?

    Why don't you use Action MenuItem... take a look at this :  Access a class from a menu[Ax 2012]

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.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,387 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans