QR codes (abbreviated from Quick Response code) are appearing in many different places today, and they are found to be quick and efficient when it comes to working with mobile phones and other devices which can read them. QR Code is a multipurpose inst…
How to Add Shortcuts Menu in the RoleTailored Client
In the Microsoft Dynamics NAV 2009 R2 RoleTailored client environment the Shortcuts Menu feature, which was present in earlier versions of Dynamics NAV for Classic client, has not been added.
In Classic client it is actually possible to Create and Ope…
Manage Max No. of XML Records to Send Option from RoleTailored Client (with .NET Interop)
With NAV 2009 R2 it is now possible to set how many XML records to send to RoleTailored Client (RTC), bypassing the previous hardcoded limitation of 5000 records.
This could be done by installing platform hotfix KB 2492490 Build no. 32146 or higher.
ht…
Manage Max No. of XML Records to Send Option from RoleTailored Client (with .NET Interop)
With NAV 2009 R2 it is now possible to set how many XML records to send to RoleTailored Client (RTC), bypassing the previous hardcoded limitation of 5000 records.
This could be done by installing platform hotfix KB 2492490 Build no. 32146 or higher.
ht…
Useful Dialog Windows with .NET Interop and NAV 2009 R2
We have been asked recently how to display a Dialog window for the RoleTailored client that would collect a Directory path.
The old (good) Codeunit 412 “Common Dialog Management” was not suitable for that purpose (and honestly I would love …
Presence Control Add-In in Microsoft Dynamics NAV with Lync
Some may have seen this Add-In somewhere already as it has been around for some time. This is a high level explanation to how it was actually done.
First thing to mention here is that the base for this Add-In is a publicly available sample of Presence …
Presence Control Add-In in Microsoft Dynamics NAV with Lync
Some may have seen this Add-In somewhere already as it has been around for some time. This is a high level explanation to how it was actually done.
First thing to mention here is that the base for this Add-In is a publicly available sample of Presence …
Let NAV BEEP! (with .NET Interop and Microsoft Dynamics NAV 2009 R2)
It is known that in Role Tailored Based environment BEEP C/AL function is not supported.
http://msdn.microsoft.com/en-us/library/dd301405.aspx
This simple blog is based on SystemSounds Class from System.Media namespace
http://msdn.microsoft.com/en-us/l…
Let NAV BEEP! (with .NET Interop and Microsoft Dynamics NAV 2009 R2)
It is known that in Role Tailored Based environment BEEP C/AL function is not supported.
http://msdn.microsoft.com/en-us/library/dd301405.aspx
This simple blog is based on SystemSounds Class from System.Media namespace
http://msdn.microsoft.com/en-us/l…
Currency Exchange Rates from RSS (using .NET Interop)
This great blog post from Bardur Knudsen (Currency Exchange Rates from RSS) sounded to me like an invitation to extend it using .NET interop variables with Microsoft Dynamics NAV 2009 R2 based on System.XML namespace.
http://msdn.microsoft.com/en-us/li…