Parent-Child Tables Relationship

Hi,

I need to know parent child relationships in AX 2012 database by module… I have seen AX ERD website relationships are defined but i don’t see the relationship in physical database, is there anyway that i can programatically extract the relationships from AOT tree

Please give me a solution to this problem…

Regards,

Richard.

Do you mean table inheritance? You can see it in the Type hierarchy browser. If you want to get it programmatically, use DictTable’s method extends() and extendedBy().