Category: MS Dynamics NAV

  • Design Microsoft Dynamics Navision 2013R2 RDLC Report Part-2

    In this post we will move to next step, and there we will go through two more data item grouping. For example: Here we will list Customer Ledger entries by Customer, then Customers by Salespersons. So we will get all customers for each salesperson and ledger entries for each customer that is done by using…

  • How to Build Online Help Pages in Bulk using Merge Tool.

    Explains how to build online help pages in bulk for 2013 R2 version of NAV using merge tool. It includes detail of creating content from an excel sheet to building online (HTML) pages in bulk using Merge tool. The following are the steps which will be followed to build online help pages. 1. Firstly we…

  • Design Microsoft Dynamics Navision 2013R2 RDLC Report

    What is RDLC Report? The Report Definition Language (RDL) Data is a report component that is used by Microsoft Dynamics NAV to display the report in the Role Tailored client. Microsoft Visual Studio Report Designer is an external designer that is used to design the visual element (the RDL data) of a report. It is…

  • How to Build an Online Help Page in Microsoft Dynamics NAV 2013 R2

    Online help page is a web page which displays information in a web browser when user presses the key F1 for the selected field or page in MS Dynamics NAV 2013 R2. In this blog I will try to document the process of creating online help page for Microsoft Dynamics NAV 2013 R2 version, from…

  • Rapid Start Services in Microsoft Dynamics NAV 2013

    RapidStart Services is an integrated tool that helps you to speed up the implementation process and facilitates better control of whole processes in NAV implementation. It includes Project Overview, Master Data Import and Export, Configuration Packages, etc. You can set up a new company in Microsoft Dynamics NAV with RapidStart Services for Microsoft Dynamics NAV.…

  • Uses of MS Dynamics NAV Query Object

    Query is a new object in Microsoft Dynamics NAV 2013 that a programmer can use to define a set of data from the Microsoft Dynamics NAV database. Users can query the database to retrieve field’s information stored in the database from a single table or multiple tables using table relation. You can specify how to…