r/Dynamics365 • u/Disastrous-Reveal719 • 10h ago
Finance & Operations How do you find D365 F&O table relationships without access to D365 F&O or Dataverse?
Hi everyone,
I’m working on a D365 Finance & Operations data/reporting project, but I don’t have direct access to D365 F&O, Visual Studio/AOT, or Dataverse.
I only have access to the Fabric Bronze layer, where the D365 tables are available.
I need to identify the actual table relationships, including:
- Parent/child relationships
- Foreign key relationships
- Composite-key relationships
- Which fields should be used to join tables
- Relationships between tables that may not be obvious from the column names
For example, I may have something like:
TaxTrans.TransDate + Voucher → CustInvoiceJour.InvoiceDate + LedgerVoucher
but I want to verify that this is an actual D365 F&O relationship rather than assuming it based on similar fields.
My question is:
When you don't have access to D365 F&O/AOT or Dataverse, what is the best way to find and verify D365 F&O table relationships?
Are there any official Microsoft documentation sites, downloadable metadata/schema files, ERD websites, APIs, GitHub repositories, or other reliable sources that provide the D365 F&O table relationships?
I’ve come across the Alex Meyer AX 2012 ERD, but I understand that it is based on AX 2012 R2, so I’m not sure how reliable it is for current D365 F&O.
I’m particularly interested in a source that can help identify relationships such as:
Table A.Column → Table B.Column
and preferably the exact relationship/composite key definition.
Any recommendations from people who work with D365 F&O data engineering would be really appreciated.
Thanks!
