Microsoft Dynamics NAV 2009 Classic Client – How to Set Up the Job Queue

I’m often asked to schedule processes in Microsoft Dynamics NAV. This blog explains how to do so in the Classic Client. From MSDN: Job Queues in Dynamics NAV enable you to specify, request, and control when certain processes are run, such as the processing of a report or executing a codeunit. You enter your requests… Continue reading Microsoft Dynamics NAV 2009 Classic Client – How to Set Up the Job Queue

How to Use “Item Type” for Non-Stock Items

One of the least known features in Microsoft Dynamics NAV is the “Type” field on the item card. This is a new field that provides some functionality that did not previously exist in NAV. Most of us aren’t aware of this field because you don’t see it on the item card page. You can identify… Continue reading How to Use “Item Type” for Non-Stock Items

NAV 2015: Column Indenting and Disabling Interactive Sorting

Microsoft Dynamics NAV 2013 R2 introduced the concept of interactive column sorting on list pages such as Sales Lines or the Chart of Accounts. This is a very handy feature, but at times, an errant click can send the data into a sort that you can’t get back to unless you close the page and… Continue reading NAV 2015: Column Indenting and Disabling Interactive Sorting

Easily Finding a Dimension Set ID in Microsoft Dynamics NAV

With the advent of the Dimension Set feature in Microsoft Dynamics NAV (Navision), it can be tricky to figure out how to change the Dimension Set ID assigned to a record in code or how to assign new dimensions to code. If you don’t know what you’re doing, you’ll spend a few hours writing stuff… Continue reading Easily Finding a Dimension Set ID in Microsoft Dynamics NAV

Dynamics NAV Web Service Error: “Index was outside the bounds of the array.”

Are you having trouble with web services and seeing a message like: “Index was outside the bounds of the array” in the event viewer? Are you using an Extension codeunit (I’ve also heard them called Helper Codeunits) with a published page in web services? If so, there’s a chance that your extension codeunit contains a… Continue reading Dynamics NAV Web Service Error: “Index was outside the bounds of the array.”