Hello, i actually insert new Field as follows....
TreeNode treeNode;
AOTTableFieldList fieldList;
#AOT
;
treeNode = TreeNode::findNode(@'\\Data Dictionary\Tables\CCenter\');
fieldList = treeNode.AOTfindChild('fields');
fieldList.addEnum('MyNewFIeld');
SqlDataDictionary::synchronize();
How i can add the next baseenum to this field by code??

Thanks in advance
*This post is locked for comments
I have the same question (0)