I've an external Dynamics NAV 2015 Web Client with "UserName" authentication. We would like to restrict the access to the Web Client only to a group of poeple instead of every NAV user. Is there a way to accomplish this?
You can use CURRENTCLIENTTYPE function and error out if it's not windows for certain users.
It's available in NAV 16. You could do exe upgrade and use it.
Ahmed Rashed Amini
Independent Consultant/Developer
Answers
It's available in NAV 16. You could do exe upgrade and use it.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
See the following...
https://msdn.microsoft.com/en-us/library/hh896049(v=nav.80).aspx
...you can check this when opening the company (subscribe to event OnBeforeCompanyOpen() in codeunit 1) and error if they are not allowed.