Microsoft Dynamics NAV 2013 Objects
Following are the standard application objects for Microsoft Dynamics NAV 2013. These are available in the Object Designer.
Tables | Tables You use tables to store data. For example, a business application may contain a customer table that stores information about each customer, such as, name, address, telephone number, and contact person. |
Reports | You use reports to present data. You use filters and sorting to select the data that you want to present in a report |
XMLreports | You use XMLports to import and export data in .xml, .txt, or .csv format |
Codeunits | A codeunit contains user-defined functions that are written in C/AL code. You can use the functions in a codeunit from the other objects in your application. |
MenuSuites | A MenuSuite object contains the set of menus that are displayed in the Navigation pane. |
Pages | Pages display data from the database and allow users to enter new data into the database |
Queries | A query specifies a set of data from the database. |
Out of these mail objects, three are exposed in form of web Services - pages, codeunits and
queries.
Note: The MS Dynamics NAV 2013 connector will support Pages and Codeunits as webServices
types.