Microsoft Dynamics 365 Blog

Recently we got the requirement to hide the Navigation Pane in AX.

It turned out that this is quite easy to achieve by using the following code: 

xInfo info;
;
info = new xInfo();
info.navPane().navPaneVisible(false);

 

–author: Amitha Madathil Pottayil
–editor: Daniel Durrer 
–date: 30/06/2010

 

 

We're always looking for feedback and would like to hear from you. Please head to the Dynamics 365 Community to start a discussion, ask questions, and tell us what you think!