Hello All
Where are all the table fields stored?
Is it stored in different table which stores the detail of all the fields used in other tables?
If yes, then in which table are all those fields stored?
*This post is locked for comments
Hi,
You can access Object Table Via -
> Code by creating a variable of Type Table (Object).
> Create a Page on Object Table.
You cannot see the Table as its a part of Hidden Table. For list of all hidden tables Refer below -
saurav-nav.blogspot.in/.../microsoft-dynamics-nav-2016-navision.html
You can also Show Details as below -
> All Table - Refer Page 669
> For All Fields In All Tables - Refer Page 7702.
** As Mahesh & Luc Suggested You cannot See FlowFields & FlowFilters in Field Table.
How can I access the Object table?
Fully right, Manesh, regarding the FlowFields. Thanx and leaves me the opportunity to also add that FlowFilter are also NOT stored in table.
Hi,
As mentioned by Luc van Vugt, the table fields (except those flowfields : you may refer this for the flowfields: dynamicsuser.net/.../97682.aspx) are stored in the table itself, you may check the tables through SQL Server Management studio, then you will have a clear picture.
The real table fields (so the data) are stored in the table itself.
The table field definitions are stored in the Object table as part of the BLOB that contains all object specifics (for each Object record 1 BLOB).
Sohail Ahmed
2
mmv
2
Amol Salvi
2