Archive recovery note: the supplied Blogspot backup did not contain a separate saved page for this older entry. The text available in its archive/listing capture has been preserved and flagged for a later completeness check.
Here is the sample code to retrieve table properties in Dynamics AX 2009. static void TableProperties(Args _args) { Dictionary dictionary; TableLabel tableLabel; SysdictTable dTable; TreeNode Tnode; ; //initilize the data dictionary dictionary = new Dictionary(); // Replace _tableId parameter with the actual table id dTable = new SysDictTable(_tableId); // initilize the tree node to traverse each property of the table tNode = dTable.treeNode(); // Replace "Label" with any property name of th...
Ask a question or leave feedback
This is a review interaction. The WordPress version will store, thread and moderate comments.