Axapta Depot (Everything about AX)
Monday, 28 December 2015
Get tableId from tableName
static void getTableId(Args _args)
{
int64 tableId;
;
tableId = tableName2Id(tableStr(CustTable));
info(strFmt("%1",tableId));
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment