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 fieldId of a field for a given table in D365FO

Chaitanya Golla Profile Picture Chaitanya Golla 17,225

Hi,

We can know the fieldId of a field for a given table without having to write a single line of code with the help of view "SysTableFieldIdView". In my case, I am interested to know the fieldIds of (custom) table SampleTable. Searched for SysTableFieldIdView in Visual Studio and selected the option Open Table Browser.

Provided Id of table SampleTable to know the fieldIds of its fields.

Output

Note: Used SysTableIdView to know the Id of table SampleTable. Please check my earlier post to know the usage of this view. 

Regards,

Chaitanya Golla

Comments

*This post is locked for comments