Knowing TableId of a table in D365FO
Views (64)
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.
Regards,
Chaitanya Golla
*This post is locked for comments