Knowing fieldId of a field for a given table in D365FO
Views (126)
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.
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
*This post is locked for comments