Thursday, 6 February 2014

Invoke MenuItem to open Form through Code in ax 2012

static void Menuitem(Args _args)
{
MenuFunction m;

Args args = new Args();
;
m= new MenuFunction(MenuItemDisplayStr(CustTable),MenuItemType::Display).run(Args);
}

No comments:

Post a Comment