Tips & Tricks – Single Parameter Function Shortcut & Gotcha
NOTE: I come from a world where a function always returns a value and a procedure or method does not. In NAV all functions/methods/procedures are called functions, so I will be using that terminology...
View ArticleDynamics NAV Design Patterns Forum on Mibuso
There is a new Dynamics NAV Design Patterns forum available on Mibuso.com. The forum is moderated by Mark Brummel. You may also find the Design Patterns Wiki and Design Patterns Videos interesting.
View ArticleDynamics NAV .Net Add-in Control With Custom Events and EventArgs
Download Sample Project and NAV Objects There are some decent blogs out there about Dynamics NAV .Net add-in controls, but I have not seen many that focus on using custom events and using custom event...
View ArticleC/AL Coding Guidelines Posted
The C/AL (MS Dynamics NAV) coding guidelines have been posted here. They include design, internationalization, localizability, readability, design patterns, cookbook recipes and more. The guidelines...
View ArticleBlog Migration Has Been Completed
Well, I’ve been reading John Sonmez’s excellent book Soft Skills and he has inspired me to move my blog from Blogger to my own hosted domain. For anyone looking to make the same type of migration,...
View ArticleFree Email Course – How To Create A Successful Blog
Image Source Do you want to start a blog? If so, what is holding you back? Perhaps you’re not sure how to get started. Or maybe you’re worried that you have nothing to write about or that nobody cares...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 1 – Introduction
Code available on Github If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with an item. However, there is not...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 2 – Creating the .Net Image...
Code Available on GitHub Part 2 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 3 – Creating the .Net Image...
Code Available on GitHub Part 3 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 4 – Creating the .Net Image...
Code Available on GitHub Part 4 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 5 – Creating the .Net...
Code Available on GitHub Part 5 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 6 – Creating the Dynamics...
Code Available on GitHub Part 6 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 7 – Hooking Up the Item...
Code Available on GitHub Part 7 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV Wizard Finite State Machine
Export Programming Tutor Recently I was tasked with creating a wizard in Dynamics NAV for a custom claims module. The wizard required collecting some data from the user, which was then used to create a...
View ArticleParsing NAV Object Dependencies – Part 1
Introduction I recently had the privilege of being interviewed by Linda Rosencrance from MSDynamicsWorld.com about how my employer has adopted Dynamics NAV and my experiences with customization and...
View ArticleParsing NAV Object Dependencies – Part 2
Introduction I recently had the privilege of being interviewed by Linda Rosencrance from MSDynamicsWorld.com about how my employer has adopted Dynamics NAV and my experiences with customization and...
View ArticleBook Review – Soft Skills – John Sonmez
Introduction I recently read the book Soft Skills – The Software Developer’s Life Manual by John Z. Sonmez. Actually, I read it twice. It is a gold mine of great advice ranging from topics on career...
View ArticleGuest Post – It’s Okay To Break Tradition
After a few month hiatus for summer (there is lots of family stuff to do with four kids, but no vacation this year—booerns), some heavy work deadlines and admittedly, a bit of laziness on my part, I’m...
View ArticleNAV Tech Days 2015 – Presentations Posted on Mibuso
They have begun posting the NAV Tech Days 2015 presentations on Mibuso. I was not able to attend this year, but the presentations look interesting. There is lots of great information on NAV 2016. Go...
View ArticleGuest Post – What Programmers Can Learn from Golfing Legend Moe Norman
It’s been a while…again. I can’t believe this is only my first post for 2016. I’ve been spending lots of time on Pluralsight becoming addicted to F#. I’ll likely start adding some blog posts on F# and...
View Article