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)

View Details on Display Method Field

(0) ShareShare
ReportReport
Posted on by

Is it possible to add the View Details feature to a Display Method field?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Malcolm Burtt Profile Picture
    1,475 on at

    It should be possible to implement the jumpRef() method on the form control that uses the display method so that it does what you want.

  • Verified answer
    Community Member Profile Picture
    on at

    Hi Steve,

    Go to display field in the form and Override JumpRef() method .

    public void jumpRef()

    {

       Args                    args;

       MenuFunction    menuFunction;

       args                  = new Args();

       menuFunction  = new MenuFunction(menuitemDisplayStr(“FormName”),         MenuItemType::Display);

      args = new Args(menuFunction.object());

      args.caller(element);

      menuFunction.run(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 April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 28

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans