Navision Object
Basic Objects in MS Dynamics NAV
There are seven objects in Navision. which is used by developers, as a developer you can edit existing objects and create new objects that is based on that are already in the system.
Seven objects in NAV are:
- Table: It describes how data is stored in the database and how it is retrieved. table is the most important object because most objects types are depend on them.
- Page: It enable user to view, add, change or delete record in a table.
- Report: It display and print summarize information. Use report to print documents such as invoice.
- Codeunit: It is an organized block of programming code, it manage by single process. Codeunits are similar to containers for code. it can hold functions that are repeatedly used throughout large application projects.
- Query: It Defines relational data model for efficient querying of underlying Microsoft SQL Server database.
- XMLPort: XMLport object that can use to export data from or import data into Microsoft Dynamics NAV 2016. XMLport can manipulate the data in XML format or text format.
- Menusuits: MenuSuites contain menus that enable users to navigate and perform actions in the Microsoft Dynamics NAV Windows client.
![]() |
| Object Designer |
See more: Navision Objects
