Skip to main content

Posts

NAV 2013 R2 & Later - Table Information.

Hi all, In Good Old time till NAV 2013 we were able to see Record Count, Record Size and Size (KB) from Classic Client. But i received a query from a Friend about the same view in NAV 2013 R2 & NAV 2015. In this article we will see how we can achieve it.

C/AL Coding Guidelines - 2015 Released.

Hi all, While Browsing through Microsoft Dynamics Community i Found C/AL Coding Guidelines under Design Pattern. Let's Make Use of the Same Guidelines and share it with all your colleagues to follow standard and to Keep the code as clean as you can. This is what i feel About Coding -  "A Good Written Code is Always Easy to Read by anyone and that is the first step for a good Performance too. "

NAV2013 & Later - How to Change Service Parameters Using Powershell.

Hi All, I received a query from a friend about setting properties of the service instance using powershell for NAV 2013 R2. Let's see how we can set those properties using powershell. Open and Load NAV Cmdlets in Powershell window. ** How to open and Load NAV Cmdlets in powershell. For Changing any property in the service instance there is a cmdlet called as Set-NAVServerConfiguration, as shown below.

Happy New Year - 2015 & My Blogging Summary Till 2014.

Hi All,   Wish you a Happy New Year 2015.  "I hope that in this year to come, you make mistakes. Because if you are making mistakes, then you are making new things, trying new things, learning, living, pushing yourself, changing yourself, changing your world. You're doing things you've never done before, and more importantly, you're doing something."  - Neil Gaiman

NAV 2015 - BUG Virtual Tables are not Complied.

Hi All, In continuation to the Last post where i listed all the Virtual / Hidden Tables in NAV 2015. I was trying to access some of the Virtual tables for a customization but i found out that the Metadata of the tables is not updated. Till 2009 we had a option to force compilation of all objects in alter database by enabling and disabling the Role Tailored Client, but i doubt we can force system to update the system tables metadata with NAV 2015. Below tables cannot be used with NAV 2015 Cronus W1 Build - Table No. Table Name 2000000024 Monitor 2000000042 OLE Control 2000000046 Automation Servers 2000000047 Server 2000000070 Error List

Tip #2 - Pipe Filter with Excel | Alternative 3.

Hi all, I just looked at the video by Kerry Rosvold , an article from Mark Brummel & an article from Mohana on how to make a pipe filter in excel. Link To Kerry Rosvold Video. Link To Kerry Mark Brummel Article. Link to Mohana Article I do it in a different way which is kind of similar to Kerry & Mohana , I used it for quite some time for Filtering objects in object designer While Merging a Rollup.