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);
;
info = new xInfo();
info.navPane().navPaneVisible(false);
–author: | Amitha Madathil Pottayil |
–editor: | Daniel Durrer |
–date: | 30/06/2010 |