Code for Traverse between Tables and all the fields

Code for Traverse between Tables and all the fields

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.
With reference of Bineet's blog here I found the code for Traverse between tables and all the fields. //Travese between tables and for each table traverse between all the fields static void TeeNode_traverse(Args _args) {     TreeNode            treeNode, treeNodeTable;     TreeNodeIterator    iterator;     void traverseFields(TreeNode _treeNode)     {         TreeNode parentNode;         parentNode = _treeNode.AOTfindChild(‘Fields’);         //treeNodeTable = _treeNode.AOTfirstChild();         iterator = parentNode.AOTiterator();         parentNode = iterator.next();         while(parentNode)     ...
Previous article← How to get table name and number of records in each table in AOT
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