Tuesday, 6 March 2018

Navision Objects

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:
  1. 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.
  2. Page: It enable user to view, add, change or delete record in a table.
  3. Report: It display and print summarize information. Use report to print documents such as invoice.
  4. 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. 
  5. Query: It Defines relational data model for efficient querying of underlying Microsoft SQL Server database.
  6. 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.
  7. 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 


No comments:

Post a Comment