Dynamics AX 2009: How to retrieve table properties

Dynamics AX 2009: How to retrieve table properties

MCP · Azure DevOpsYour delivery board, readable by an agentMCP · DataverseOne consent, and the data layer opensMCP · Dynamics 365 F&OConnecting F&O to an agent Microsoft hasn’t documented
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...
Previous article← Secure your MS Dynamics AX
Discussion

Ask a question or leave feedback

This is a review interaction. The WordPress version will store, thread and moderate comments.

Thanks — submitted for moderation in this review.
Search the whole site · Ctrl/⌘ + K