Showing posts with label Client Type. Show all posts
Showing posts with label Client Type. Show all posts

Saturday, 20 December 2014

How to Identify Client Type via Code - Dynamics NAV


The following Microsoft Dynamics NAV clients interact with the Microsoft Dynamics NAV database through Microsoft Dynamics NAV Server:
  • Microsoft Dynamics NAV Windows client
  • Microsoft Dynamics NAV Web client 

If we have to differentiate development for Windows Client and Web Client then how to identify the client via code?

We have 2 functions available in Codeunit 419 - File Management called IsWindowsClient and IsWebClient.