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

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...