Default Module in Navigation Pane - AX 2012
Views (873)
Hi,
If we want to have a specific module gets opened whenever we open AX then we should include the following code by specifying the concerned module name in the startup of class Application.
infolog.navPane().selectedGroup('Accounts Payable'); // Used module Accounts Payable
Regards,
Chaitanya Golla
Comments
-
Wonder how it will behave if I am using AX in another language where 'Accounts Payable' is called something else.

Like
Report
*This post is locked for comments