O25DE3: Finding Table Names and Data Entities in D365 F&O

<for my reference only: O25 = October 2025; DE3 = with Data Entity Tag;> 

When working with data in Dynamics 365 Finance & Operations, one of the most useful skills is knowing where your data lives - which table or data entity holds the field you’re looking at. Why? Because this knowledge unlocks so many possibilities:

  • Extracting data for analysis.
  • Mass updates through Data Management.
  • Building integrations or troubleshooting issues.

Think of it as peeking behind the curtain to understand the architecture that powers your forms.


Why This Matters

Here’s a little reality check:

  • Different fields on the same form can belong to different tables.
  • A single field can appear in multiple data entities.
  • And not all users have equal access - System Admins have the most visibility (SysTableBrowser, entity lists, etc.).

So, if you’ve ever wondered “Where does this field actually come from?”, the below could guide you.


Part 1: How to Find the Table Name for a Form Field

  1. Open the Form
    Navigate to the form where the field lives. Say, CustTableListPage.

  2. Right-Click the Field
    Find the specific field, right-click, and Hover over Form Information
    Click on the follow up menu which opens up. 


  3. Check Control Information
    A dialog opens on the right. Under the Administration tab, look for:

    • DataSource → This is usually (but not always) the table name.
    • If unsure, verify using SysTableBrowser.
      https://<your_enviornment_name>.sandbox.operations.dynamics.com/?cmp=usrt&mi=SysTableBrowser&TableName=CustTable
  4. If DataSource Isn’t the Table
    Sometimes the field comes from a query or joined table. In that case:

    • Look at the Query statement in the dialog for hints.
    • Use SysTableBrowser to confirm.

Bonus Info 

Under Form Information, you’ll also see:

  • Form Name → Great for troubleshooting or customization.
  • Menu Item Name & Type → Super helpful for security design (Display, Action, Output).

Part 2: How to Find the Data Entity

  1. Open the Form
    Navigate to the form.

  2. Select “Open in Microsoft Office”
    Top-right corner of the form → click Open in Excel.

  3. Review Available Entities
    The list shows entities tied to this form.

    • A field may appear in more than one entity, so check carefully.
  4. Validate in Data Management
    Open the entity in Excel or Data Management workspace to see available fields.


Using the Data

Once you know the table or entity:

  • Build pivot tables, Power Query, or ad hoc reports.
  • Join tables on common keys for deeper insights.
  • Use entities for integration, data migration and reporting scenarios.

Whether you’re solving a mystery, building a report, or just curious - every table and entity you explore helps you understand the data architecture of D365 F&O a little better.


Why I Love This

Honestly, this is one of those small skills that makes a big difference. It’s empowering to know what’s behind the forms we use every day. And yes, sometimes it takes a little detective work - but that’s part of the fun!

<Inspired from: https://www.d365withbrittany.com/blog/data-entity-table-mapping-for-d365-fo-form-fiel>

Comments

Popular posts from this blog

D365FO - Copy of databases across environments

Extended Data Types in Microsoft Dynamic Ax & EDT array

Error: Field 'xxx' does not exist in D365Ops