Announcements
No record found.
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
Hi Samy,
There is no setting for this. Unfortunately you have to expand it again and again. I'm also disliking this.
Thanks Andre for confirming this. So by setting you mean no code modification is possible right?
I have not tried to do some code change for the navigation pane, but I do think this is also not possible.
Thanks
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
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Sagar Suman 2 Super User 2026 Season 1
Alexey Lekanov 2
Pratik Bhosle 2