Ax Technical
Showing posts with label
Total Tables count in Ax through code
.
Show all posts
Showing posts with label
Total Tables count in Ax through code
.
Show all posts
Wednesday, 9 December 2015
How many Tables are Present under AOT through X++ Code
static void
TotalTablesinAx
(Args _args)
{
int x;
x = TreeNode::findNode('\\Data Dictionary\\Tables').AOTchildNodeCount();
info(strFmt("Total Tables in AOT = %1",x));
}
Older Posts
Home
Subscribe to:
Posts (Atom)