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)

Favorites in Navigation pane

(0) ShareShare
ReportReport
Posted on by 455

Hello community

I am wondering if we can make the favorite tree expanded all the time? even when user switches between screens.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    André Arnaud de Calavon Profile Picture
    303,267 Super User 2026 Season 1 on at

    Hi Samy,

    There is no setting for this. Unfortunately you have to expand it again and again. I'm also disliking this.

  • Verified answer
    Samy123 Profile Picture
    455 on at

    Thanks Andre for confirming this. So by setting you mean no code modification is possible right?

  • André Arnaud de Calavon Profile Picture
    303,267 Super User 2026 Season 1 on at

    I have not tried to do some code change for the navigation pane, but I do think this is also not possible.

  • Samy123 Profile Picture
    455 on at

    Thanks

  • Suggested answer
    Suchitra Profile Picture
    on at

    Hi,

    I just added this code to classes>application>startupPost method

    and it does the magic of keeping "My favorites" open when you open AX :

        str path;

       TreeNode treeNode;

       TreeNodeIterator iterator;

      UserMenuList userMenu;

    ;

    infolog.navPane().favPaneVisible(true);

       treeNode = infolog.userNode();

      iterator = treeNode.AOTiterator();

       treeNode = iterator.next();

       if (treeNode)

       {

           userMenu = treeNode;

           // find 'My Favorites' user menu;

           treeNode = userMenu.AOTfindChild("@SYS95713");

           path = treeNode.treeNodePath();

       }

       infolog.navPane().setSelectedFavoriteNode(path);

    Happy Daxing :)

    ~Suchitra

  • Samy123 Profile Picture
    455 on at

    Yes, but it doesn't work when you switch modules within a session. 

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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Sagar Suman Profile Picture

Sagar Suman 2 Super User 2026 Season 1

#1
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#1
Pratik Bhosle Profile Picture

Pratik Bhosle 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans