I have some legacy ETL that is populating a data warehouse from AX that I would like to change to use DIXF Data Entities.
Something I'm not quite understanding is how, for given tables/columns referenced in the ETL code, how one would know which corresponding Data Entity (if any) would contain the data from that core table?
For example, a table referenced in my ETL is [PURCHLINE].
Now, based on experience and common sense, the corresponding Data Entity is going to be [Purchase Order Lines], but is there a method of finding this association without using experience and common sense? Or in other words, is there somewhere in the AX metadata (some sort of a system table, for example, something comparable to INFORMATION_SCHEMA.COLUMNS in SQL) where I can extract *all* relations between core AX tables and their corresponding Data Entities, hopefully including both column and table names?
*This post is locked for comments
I have the same question (0)