Executing external programs

Sometimes it’s needed to add functionality not delivered by NAV. One way is to use .net addemblies or automations. Another scenario can be to run an external program in C/AL. The old way is to use the quite old SHELL Command or class WshShell of the…

Customize Ribbon – Beware

It often happens that customers change their ribbon. Mostly to remove the clutter of actions and only keep the actions they care about. Today we got a customer change request saying, that if they have an error (the yellow bar on the document). They want to…