Skip to main content

Posts

NAV 2013 R2 - NAV Application Profiler.

Hi all, Below is a detailed post from one of the article listed in Microsoft Team blog about "Introducing the Microsoft Dynamics NAV Application Pro filer". With the tool, we can monitor how your application code performs at real time? You can also consider it as advanced version of old Client Monitor. Let's see how to install and configure the tool and use this tool to enable C/AL code tracing and determine application performance during code execution. Download = 1. Download the Dynamics NAV Application Profiler From CodPlex

NAV 2013 & NAV 2013 R2 - Customize the Navision Startup Screen.

HI all, While Reading a article on Mibuso i see a simple requirement i.e to change the Start UP Screen of Navision Role Tailored Client. The Post below in not related to any Navision Feature or Functionality, but if you want to read it let's scroll Down.

CRETE - Microsoft Dynamics NAV 2015 is Around the Corner.

Hi all, While reading through Waldo Blog i came to know that its official announced by Microsoft about the new version release of Microsoft Dynamics NAV. This all happened in Microsoft World Partner Conference.

NAV 2013 R2 - Cumulative update 9 Released

Hi all, Please find below the details of  Cumulative Update 9 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 9 for Microsoft Dynamics NAV 2013 R2 Build No. - 37221 Release Date - July, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU, CZ (NEW) Download Link With Cumulative Update 9 Microsoft have released a new feature i.e Merging Application Objects using Windows PowerShell . We will see the use of new feature in future post.

NAV 2013 - cumulative update 16 Released.

Hi all, Please find below the details of Cumulative Update 16 released for Microsoft Dynamics NAV 2013. Title -  Cumulative update  16 for Microsoft Dynamics NAV 2013  Build No. - 37201 Release Date - July, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK Download Link

NAV 2013 & NAV 2013 R2 - How to - Using Filter Expressions in OData URIs.

Hi all, In Previous post related to ODATA we saw how to publish and consume a Odata Web Services from NAV 2013 & 2013 R2. Below are some link Related to Old Articles Published for Odata - NAV RTC - Introduction to Web Services. Introduction of ODATA Services In NAV 2013. What is the ODATA? Max. Page Size in ODATA Parameter. Consuming Output of ODATA - Part 1 How to Use OData to Return OR Obtain a Service Metadata (EDMX) Document How to - Use OData to Return OR Obtain a JSON Document Today we will see how to Using Filter Expressions in OData URIs. To add a filter to an OData URI, add $filter= to the end of the name of the published web service.

NAV 2013 & NAV 2013 R2 - How to - Use OData to Return OR Obtain a JSON Document.

Hi all, In Previous post related to ODATA we saw how to publish and consume a Odata Web Services from NAV 2013 & 2013 R2. Below are some link Related to Old Articles Published for Odata - NAV RTC - Introduction to Web Services . Introduction of ODATA Services In NAV 2013 . What is the ODATA? Max. Page Size in ODATA Parameter Consuming Output of ODATA - Part 1 How to Use OData to Return OR Obtain a Service Metadata (EDMX) Document Today we will see how to Return / Obtain a JSON Document. What is JSON?