Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Table duplication

$
0
0

Hi all,

          In the below code I created a duplicate table. But how can I pass that duplicate table in dictTable = new  DictTable(---?????--);

--------------------------------------------------------------

DictTable  dictTable;

Common common;

dialogSource = dialog.addField(extendedTypeStr(TableName),"DataSourceTable");

treeNode = TreeNode::findNode(#TablesPath);

treeNode.AOTfindChild(dialogSource.value()).AOTDuplicate();

SqlDataDictionary::synchronize();

dictTable = new  DictTable(---?????--);

common = dictTable.makeRecord();

Thanks & Regards,

Rk.


Viewing all articles
Browse latest Browse all 9880

Trending Articles