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…

Selection Filter to Clipboard

I have now seen three posts about using Excel to help create a Pipe Filter. The latest one from Mohana is similar to the way I normally do this. His post is a followup from the original video from Kerry Rosvold and an alternative from Mark…