X++:
static void Job1(Args _args)
{
#AOT
TreeNode treeNode = TreeNode::findNode(#TablesPath + "\\" + tablestr(InventTable));
UtilIdElements utilIdElements;
;
utilIdElements = xUtilIdElements::findTreeNode(treeNode);
if (utilIdElements)
{
info(utilIdElements.createdBy);
info(utilIdElements.modifiedBy);
}
}