Wednesday, January 22, 2014

To open Form by X++ code - AX 2012

To open Form by X++ code

by
Simple Code


static void  OpenFormByCode(Args _args)
{
new MenuFunction(MenuItemDisplayStr

(CustTable),MenuItemType::Display).run();
}

No comments:

Post a Comment

WMS Mobile app flow - Adding Detour fields for Process guided framework custom implementation

 WMS Mobile app flow => Adding Detour fields for Process guided framework custom implementation Before fix: Adding code fix to get thos r...