2015 archive

How to set/change the default sorting order of a page in Microsoft Dynamics NAV

Over the past few weeks I noticed there were several forum queries regarding how to sort a page with a different key. So thought to write a small blog post about how to do. As the example I would take customer ledger entry page in Microsoft Dynamics NAV 2015. As you see in default system …

Continue reading

Microsoft has released programming guidelines for C/AL programmers to follow

Microsoft has released programming guidelines for C/AL programmers to follow. Why to follow guideline : It is not a must to follow these guidelines but it will definitely help other and the original programmer to understand the code in a later stage, Addition to that once the code is optimized program will run smoothly and even if there is a programming error it will be easy to …

Continue reading

Either the caller does not have the required permission or the specified path is read-only – Microsoft Dynamics NAV

Once we complete the installation of Microsoft SQL and Microsoft Dynamics NAV all we want to have a smooth start up of the application and see the homepage of the Microsoft Dynamics NAV. How many of us get that satisfaction ? I am pretty sure most of the people get the smooth startup of Microsoft Dynamics NAV. But for unfortunately …

Continue reading

Function definition error in Dynamics NAV

This is a small issue I recently identified in Microsoft Dynamics NAV. Last week I developed a function to do some email formatting and it compiled without any problem. Everything went very smooth without any issue until I call the developed function with the required parameters. Once I compile the codeunit which has the function call this error popped up.  …

Continue reading