You are on page 1of 6

How to View a Table in D365FO

Contents
Install the Chrome Extension in your browser .......................................................................................... 1
How to determine the table name ............................................................................................................ 1
Form Name ............................................................................................................................................ 1
Export ..................................................................................................................................................... 2
Data Source ............................................................................................................................................ 3
Script ...................................................................................................................................................... 4
How to open a table .................................................................................................................................. 5
How to get the Table name using the Table ID ......................................................................................... 6

Install the Chrome Extension in your browser


To add the Chrome extension
https://chrome.google.com/webstore/detail/table-browser-caller-
for/nahbldacmaibopfiiaoboloegpobpccn?hl=en-US

How to determine the table name


There are multiple ways to see the table name. Some tables are easy, and some are more difficult to
figure out.

Form Name
Sometimes the Form Name and the table name are the same. To get the record info, right-click on a
field header > click Form Information > click on the Form Name.
How to View a Table in D365FO
Export
Sometimes you need to export the Form Information to see the table name(s).
How to View a Table in D365FO
Data Source
The other option is to hover over the Data Source.
How to View a Table in D365FO
Script
Another way is to go to Record Info > Script
How to View a Table in D365FO
How to open a table
In the URL, replace everything after the mi=

with this. . .

systablebrowser&tablename=custTable

where custTable is enter the desired table

Note: Depending on the table and the environment, you may be able to edit the table contents.
How to View a Table in D365FO
How to get the Table name using the Table ID
If you only have the table number and need to know the table name or the SQLName go to the
SysTableIdView and search on the ID.

You might also like