Design Pattern: Security – SSL in Dynamics NAV

The security of data transmission is just as important as the security of data storage. When data is transmitted over the web, Secure Sockets Layer (SSL) is available to be used with the web client in Dynamics NAV. Microsoft’s NAV cloud solution has SSL enabled by default.

Bron : Dynamics NAV Team Blog
Lees meer…

Field Level Security using Events in Dynamics NAV 2016

One of the cool new features in Microsoft Dynamics NAV 2016 is the options to use Events.

Through events you can create functions that are published and subscribe to them in other objects. The great part here is that Microsoft have incorporated a long list of published functions as part of the standard application which can be subscribed to in custom code. This will simplify maintaining and upgrading the objects since modifications can be done completely separated from the standard objects.

Bron : Olof Simren
Lees meer…

Implement Security Certificates NAV 2013

Document helps you implement Security Certificates Authentication for NAV 2013.
It is required by UserName and NavUserPassword credential types.
To make it easy, all certificates are generated and you just import them for using:
– Valid time: from 2013-01-01 to 2040-01-01.
– Password: “navservice”.
– Thumbprint: “4c 69 ca bc 65 4d 07 d5 61 f1 43 61 21 55 44 00 bf 30 79 f5”.

Bron : 4BzSoftware
Lees meer…