General Data Protection Regulations (GDPR) – a Microsoft perspective

The EU General Data Protection Regulation (GDPR) is the most important change in data privacy regulation in 20 years – make sure you’re prepared.

On May 25, 2018 the new regulations around how we treat personal data in all EU countries* will come into effect. The key changes of the new regulations is much about introducing consequences to previously established rules from former directive, so if you’re not living up to these – this is the time to get your house in order. You may not think that these new regulations will have any effect on your business – simply because you don’t process personal information.

Well – you would be surprised what is considered “processing personal information”. Very few companies do not in some shape or form. E.g. if you support your custo- mers via remote help – that’s a case of a situation that require rules and processes to be described for cases of breaches.

On this session, the National Technology Officer of Microsoft Denmark, Ole Kjeldsen, gave an introduction into how Microsoft views the GDPR – what their advice to the industry is and also touch upon some of the things happening on the R&D front of Microsoft to comply with GDPR.

*The GDPR not only applies to organizations located within the EU but it will also apply to orga-nizations located outside of the EU if they offer goods or services to, or monitor the behavior of, EU data subjects. It applies to all companies processing and holding the personal data of data subjects residing in the European Union, regardless of the company’s location. That means that Brexit won’t exclude UK companies if they do business abroad.

7 Strong arguments to sell Dynamics NAV today

Dynamics NAV finds itself in an interesting position today! On the one hand, it is the most successful ERP system in the worldwide mid-market by far. On the other hand, the recent announcements around Dynamics 365 created questions and even some confusion around its future. Sounds familiar to you?

In this edition of QBS Talks we give you ‘7 strong arguments to continue selling Dynamics NAV’ as the safest choice in the market today, combined with the brightest future available. We’ll teach you three smart scenarios to take your prospective customer by the hand. Step 1: let them make a safe start with Dynamics NAV or CRM. And step 2: guide them into a great Dynamics 365 future whenever the product is completely localized and the transition moment is there for them.

After watching this valuable 52 minutes’ video, you’ll walk away with a good understanding of how to position your Dynamics NAV solution even better and more effectively in the ever-changing Microsoft world. Honestly, for you as a Dynamics NAV partner, missing this session is not really an option!

Part 1 – Microsoft Dynamics Development Preview

Microsoft released during Christmas an Azure Virtual Machine where you can play around with the new Development Environment. In the coming months I will blog about the new NAV development environment.

In this first post you will find information about Azure subscription and how you can create your first app.

HAVE FUN AND STAY TUNED!

If you want to keep up with the latest from Microsoft you need to have an Azure subscription. Information can be found on: https://account.windowsazure.com/signup?showCatalog=True. You can start with a free subscription.

SO WELCOME IN THE AZURE WORLD!

The developer preview will be updated on a regular basis. Be aware that it is a preview so things you make can be broken in a next version. Follow the NAV team blog to see if a new version is available: https://blogs.msdn.microsoft.com/nav/category/announcements. If you run into any issues, please log them on GitHub project:  https://blogs.msdn.microsoft.com/nav/category/announcements/

SO IT IS TIME TO GET STARTED!

The new Azure Virtual Machine (VM) can be created via http://aka.ms/navdeveloperpreview and provide the parameters to create it. The deployment will start and will take some time to finish.

 

In the end, you will see the VM with additional information.

When you click on Server1, the VM information will be displayed

Make sure you stop the VM in case you don’t require this.Once stopped (and thus dislocated) the hours won’t be invoiced by Microsoft.

Start a remote desktop application and connect to the virtual machine by using the DNS name label. When you stop / start your VM a new IP address will be provided, so connecting via the public IP address will work only once.

SO IT IS TIME TO GET STARTED !

Start the new Development Environment called Visual Studio Code

If you compare the old (left) against the new (right) one, there are not that many changes 🙂

There is no Object Designer anymore, so you can start directly with coding. NB: Don’t type too fast as most of the information you want to see can be inputted via IntelliSense.

First you need to select a folder to store your files.

SO START CODING !

Create a file with the extension .al. This is a pre-requisite for NAV IntelliSense to work !

It is straight forward to create a new file newtables.al and to create your first table

Compiling [F5] results in an error message, when you check the created app.json you are can see what issues may occur.

The installed NAV version is US, so the locale should be US.

As this is an addition to the standard NAV application, the standard navx files should be in C:\TEMP.

When everything goes as it should press [F5] to publish your app.