RE: Fields table MICROSOFT DYNAMICS NAV
Open the development environment. Then you should open the database that you are going to work.
For that go to File ->Database -> Open
Provide your loggin credentials and select the server, database and then press OK.
If the credentials are approved you will be logged into your selected database.
Once you loggin you need to open the object designer which has all the objects in your opened database. To open that you can go to Tools -> Object designner or press Shift + F12.
It will open the object designer which has all the objects in the NAV database. This has divided into 7 categories depending on the object type.
To open a object's definition you need to select the object and then press design button. It will open the design view of the selected object.
That is basically how you open a object.
If you have any questions please do revert back.