Temporary table in NAV

I recently found a very interesting blog post about temporary tables by Vjekoslav Babic. It explains really good the different ways a temporary table is handled when used as a parameter . You can basically call a method with a table by value or by reference.…

Real Business Intelligence: The Roles of KPIs in ERP Success

Let’s face it: the complexities, risks and pitfalls of ERP implementations can challenge even the most seasoned professionals. In fact, and as underscored in our 2012 ERP Report (Panorama’s study of hundreds of ERP initiatives across the globe), most ERP implementations cost more than expected, take…

Reading Notes through code

If you ever had to read the notes blob in the Record Link table, you might have notices that it contains some strange characters. This makes it hard to use anywhere without some handling. This is because NAV uses .NET BinaryWriter and writes the length of…