How To Manage Small Project Changes

“Can’t we just add this in?” one of my project team members said to me the other day. “It will take longer to go through the change process than it will to do the work.” He had a fair point. The change management process on our…

Extending ExcelBuffer (NAV2013)

Since NAV2013, the ExcelBuffer no longer uses automations to create Excel Sheets. Therefore if you have custom implementation, like color formating, or text size, you need to rewrite your solution with the use of openxml. I had to implement this for our product, so i’d like…