web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Knowing TableId of a table in D365FO

Chaitanya Golla Profile Picture Chaitanya Golla 17,225

Hi,

As we know TableId is not visible in the properties window for any table in D365FO. While dealing with any process related to payment proposal (or) posting where table specTrans is involved, its often required to know the nature of the record based on tableId of the table from which the record has been created.

To know the tableId of a given table we can make use of view SysTableIdView. Search for this view in VisualStudio, right click on it and select option Open table browser. Search for the required tablename, for the blog purpose I searched for (custom) table SampleTable to know its Id.

Output

Regards,

Chaitanya Golla

Comments

*This post is locked for comments