web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
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

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

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Rohin Profile Picture
    4,624 on at

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

  • Suggested answer
    Chaitanya Golla Profile Picture
    17,225 on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans