Gedas B articles

Gedas B
Published 
3 min read

How to control keyboards events in Add-in 

With Microsoft Dynamics NAV Role Tailored Client we’ve received possibility to add ControlAddIn to any field on page. This opens huge possibilities to extend functionality with own controls. We can create any .
Published 
2 min read

“Timer” usage in Microsoft Dynamics NAV 2013 

Last time we have seen our “old” NTimer.dll was Microsoft Dynamics NAV 2009. It was placed in  ..\Common\Microsoft Dynamics NAV\Timer.. folder. Usually we have used it for NAS or other looping tasks. We want to have the same in Microsoft Dynamics 2013 and later, however we see that the same doesn’t work anymore.
Published 
2 min read

How to collect environment info for Dynamics NAV client using PowerShell 

Following Lars script for 3-tier troubleshooting, I’ve created my own script which collects info from PC where Dynamics NAV clients are installed. This info could be used for further investigations and potential problems findings. What does script do? In current folder (where from script was started) is created subfolder ‘Results’.
Published 
13 min read

How to create/read xml file from Microsoft Dynamics NAV without using xmlports 

Periodically we receive support requests about XMLport errors, which really are missing features in xmlport’s functionality.However most of these requests are rejected because: xmlports are not supposed to fulfill all possible xml standard scenarios.So there always will be xml file which can’t be created or readed by NAV xmlport.Possible workaround could be to use XML DOM automations.