Microsoft Dynamics NAV 2013 RDLC Reporting RBC Attacks: Part 1 of 10

Ask any NAV developer and they can tell you exactly what an RDLC brain cramp feels like. It is a pain behind the eyes that causes you to want to stare into space for hours, and bite the heads off innocent gummy bears. This intense pain is preceded by hours wasted searching one forum after… Continue reading Microsoft Dynamics NAV 2013 RDLC Reporting RBC Attacks: Part 1 of 10

How to Determine Who Has a Table Locked in Microsoft Dynamics NAV

I recently fielded a support call from a frantic customer that went something like this: “Help! Nobody can post anything! All we get is a message that Item Ledger Entry is locked by another user! AAAAAAHHH!!!” Very useful. The system knows enough to realize there is a block, but won’t bother to tell you which… Continue reading How to Determine Who Has a Table Locked in Microsoft Dynamics NAV

What's New in NAV 2013 R2 Part 1: Multi-tenancy

Multi-tenancy is a principle of software architecture where a single instance of the software runs on a server and supports multiple customers or tenants. The overarching principle to multi-tenancy is to have zero-overhead for each tenant. In other words, it is a shared application. That sounds like a simple idea on the surface, and to… Continue reading What's New in NAV 2013 R2 Part 1: Multi-tenancy

Simplify Reports using CSS

Could the power of CSS (Cascading Style Sheets) simplify reporting in NAV? Reports have 2 elements, Data and Display. The display is the notoriously elusive, ever changing, and proprietary technology that literally drives developers nuts and costs customers lots of money. Developers have been using the same Data access tools for decades, virtually unchanged. CSS… Continue reading Simplify Reports using CSS