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

How to know opened/caller form MenuItem name?

(0) ShareShare
ReportReport
Posted on by 2,546

D365 How to know opened/caller form MenuItem name?

*This post is locked for comments

I have the same question (2)
  • Suggested answer
    Sukrut Parab Profile Picture
    71,735 Moderator on at

    You can get it from args

  • Piyush Adhikari Profile Picture
    2,546 on at

    How ?

    class AcxInventTransferOrdersEvents

    {

           /// <summary>

       ///

       /// </summary>

       /// <param name="sender"></param>

       /// <param name="e"></param>

       [FormDataSourceEventHandler(formDataSourceStr(InventTransferOrders, InventTransferTable), FormDataSourceEventType::QueryExecuting)]

       public static void InventTransferTable_OnQueryExecuting(FormDataSource sender, FormDataSourceEventArgs e)

       {

           AcxUserSetup    userSetup = AcxUserSetup::find(curUserId());

           ;

           sender.

           sender.query().dataSourceTable(tableNum(InventTransferTable)).clearRanges();

           if (userSetup.InventSiteId)

               sender.query().dataSourceTable(tableNum(InventTransferTable)).addRange(fieldNum(InventTransferTable, AcxInventSiteidFrom)).value(userSetup.inventSiteId);

       }

    }

  • Verified answer
    Piyush Adhikari Profile Picture
    2,546 on at

    Ok got

    FormRun formRun = sender.formRun();

           ;

           info(formRun.args().menuItemName());

  • Marko Arsovski Cap Profile Picture
    on at

    if (element.args().menuItemName() == menuitemdisplaystr(YourFormMenuItem))
    {

    Write your logic....

    }

  • Samy123 Profile Picture
    455 on at

    Thanks, will check. 

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
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
Basit Profile Picture

Basit 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans