Basic objects
In Microsoft Dynamics NAV 2016, you can find seven basic object types. They are as follows:
Object |
Description |
---|---|
|
This object is used to store data in the database. Most of the time it is within this object that data is validated or calculated so that it follows the business rules described in each application area. Understanding tables is the key to using all the other objects. |
|
This object is used to display data to the users. Pages allow the users to add records to a table, and to view and modify the records. Pages can also be exposed as web services so that the other applications can also read, insert, modify, or delete data, just like the users do. |
|
These objects are mostly used to summarize and print detailed information by using filters and sorting, selected by the users. On some occasions, reports are also used to batch process data. |
|
This object is used to export and import table data in XML format. |
|