Wednesday, December 3, 2008

AX 3 menu

class AX3menu 
{
}


#AOT
void run()
{
Menu stdMenu;
;
stdMenu=infolog.findNode(#MenusPath + #AOTDelimiter + menustr(mainMenu));
stdMenu.AOTrun();
}

static void main(args _args)
{
AX3menu AX3menu = new AX3menu();
;
AX3menu.run();
}

No comments:

How to identify the user that was used to change an object from AOT in AX2012

Get the object name for which we need to track these (user and date&time) information's. Login to SQL Server Management Studio an...