Skip to main content
Dynamics 365

Microsoft Dynamics 365 Team articles

Microsoft logo
Microsoft Dynamics 365 Team
Published 
1 min read

Anti-Patterns in NAV Upgrade 

See how (not) to  mess up your Dynamics NAV upgrade, on-premises or in the cloud. With real-life examples – incidents we helped fix in PaaS. Warning: NAV partners, don’t do this at home (nor at work).
Published 
<1 min read

Design Pattern: Security – Data Encryption 

Context: After applying Sensitive Data Encapsulation, all sensitive data is gathered in a known place in the database. This makes it possible to apply further protection best practices. Problem: If any non-authorized actor manages to get access to a copy of the database, the sensitive data is immediately available in clear-text.
Published 
1 min read

Design Pattern: Security – SSL in Dynamics NAV 

Context: 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.
Published 
1 min read

Design Pattern: Passwords and sensitive data 

By Bogdana Botez at Microsoft Development Center Copenhagen This pattern is supported starting from Microsoft Dynamics NAV version 2016. Abstract Protect data like passwords, social security numbers, credit card numbers etc by encrypting it and by placing it in a single table with restricted access.