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

Export label custom content

 GRID => Properties "Export Label" => "SalesReportMexico" To get download file with custom naming.