Quantcast
Channel: Kauffmann @ Dynamics 365 Business Central
Viewing all 118 articles
Browse latest View live

Read Server Settings from C/AL code

$
0
0
In this example I will show how to read the server settings directly from NAV code. Without the need to know the location of the config file or to create an external .Net dll. Also PowerShell isn’t needed, and you don’t … Continue reading

Https URL cannot be registered when enabling NAV Web Services

$
0
0
Two weeks ago, a Dynamics NAV partner in The Netherlands asked me whether I know how to solve the message “Https URL cannot be registered”. This message is telling us that the NAV server is trying to register a port … Continue reading

NAV 2016 installation overwrites NAV 2015 Administration Tool

$
0
0
If you are like me, than you might have installed NAV 2016 right away after it was released during Directions EMEA in Mannheim this week. Dynamics NAV 2016 installs nicely side-by-side with Dynamics NAV 2015. (By the way, the items … Continue reading

Dynamics NAV 2016 Image Library

$
0
0
This post is becoming a traditional one. About one week after the official release of a new version of Dynamics NAV I feel almost obliged to release a new version of the Dynamics NAV Image Library. The updated Dynamics NAV … Continue reading

Send in your suggestions for NAV events

$
0
0
Without any doubt, the introduction of events in NAV 2016 is one of the most exciting improvements. For more information about events, see: Introducing Events on MSDN. A complete list of all available events is published here: Get Started with … Continue reading

NAV 2016 CU1 and NAV 2015 Administration Tool

$
0
0
As you can read here, the installation of the RTM version of NAV 2016 overwrites the NAV 2015 Administration Tool. With the first Cumulative Update, this has been fixed. The NAV 2016 Administration Tool now got its own registry key: … Continue reading

NAV Techdays 2015 – The Web Service Examples

$
0
0
NAV Techdays was held last week in Antwerp, and it was (again) a fantastic event. With 953 attendees from 42 countries it was a fully packed event. At the preconference day, there were 13 workshops attended by 180 people. It … Continue reading

Web Services Examples Part 1 – The Basic Pattern

$
0
0
With this first part in the series on web services examples demonstrated at Directions and NAV Techdays, I want to introduce a pattern that can be reused to call any REST web service. Why specifically REST web services and nothing about … Continue reading

How to split a string to array with Dynamics NAV

$
0
0
During the preparation of the web services examples, I stumbled upon some .Net interoperability issues in Dynamics NAV. One of these issues was about splitting a string into an array. There are examples out there, how to do that in Dynamics NAV, using pure C/AL code. Not the most elegant code, though. And I also […]

Web Services Examples Part 2 – Verify E-mail Address

$
0
0
This is the second part in a series about useful web services. The series was introduced with this post. In the first part I have introduced the basic pattern for calling any REST web service from Dynamics NAV. Now with this post I want to jump into the first example that was demonstrated at Directions […]

Web Services Examples Part 3 – Generate Barcode

$
0
0
What a busy december month it has been! That last month of 2015 ended before I realized it. I wish everybody a very happy and prosperous 2016! The last post in the web services series was about one month ago, so it is about time to post the next one. This time we will look […]

Dynamically hide and show controls on Card Page

$
0
0
Do you recognize that? That moment you think ‘I should have known that earlier’. Well, for me this was such a moment, as I realized that something that allegedly wasn’t possible since we said goodbye to the Classic Client, proved to be possible but in a different way… The problem Dynamically hide and show a control on […]

Web Services Example Part 4 – Send SMS text message

$
0
0
With the fourth part in the web services series we are going to look at a web service that draw a lot of attention at Directions and NAV Techdays: sending SMS messages from Dynamics NAV. Now this is something that has already been done by several others, including ISV’s, and I don’t want to give the […]

Warning: Data Upgrade process in NAV 2016 runs Codeunit 2 automatically

$
0
0
Recently I studied carefully the content of What’s New: Developer and IT Pro Changes for Microsoft Dynamics NAV 2016. One topic (amongst a lot of others) draw my attention. Let me quote the paragraph here: Automatic Company Initialization During Data Upgrade Previously, when upgrading data from an older version of Microsoft Dynamics NAV to the […]

NAV2016 Data Upgrade process and language settings [update]

$
0
0
In the previous post I explained why automatically running Codeunit 2 Company Initialization during the data upgrade could be a problem. Main problem is the language used during the data upgrade. It can’t be set with the Start-NAVDataUpgrade cmdlet and as a result the company initialization is executed in ENU instead of the local language. […]

Web Services Example Part 5 – DocuSign Integration

$
0
0
It is about time to continue the web services series. This time I want to focus at integrating with DocuSign, a service to send and sign documents electronically. Documents are stored in the cloud and can easily be managed with the DocuSign portal. First of all one might ask why DocuSign is a useful web […]

Web Services Example 6 – Office 365 Inbox

$
0
0
Better late than never… When writing the last post about the web services examples I couldn’t imagine that the next one would take so long. However, here it is! And the code has been completely revised. This example is about integrating with Office 365 using web services. And I assume, without having tested it, that […]

The New Developer Experience for Extensions

$
0
0
Interesting title, isn’t it? At Directions US last week, there was a session called ‘Modern Development Experience and Improvement for Developers’. And of course, that session will be held next week at Directions EMEA as well. See here, here and here. Two session slots and an interactive discussion about the same topic, that must be […]

Web Services Example 7 – Call NAV OData Web Services (Part 1)

$
0
0
The Web Services series was started almost a year ago, after NAV Techdays 2015. All demos that I demonstrated have now been published. But I promised an extra example: call NAV OData web services directly from C/AL code. And at Directions EMEA 2016, a few weeks ago, I demonstrated that it is possible to call […]

Read Server & Tenant Settings from C/AL Code

$
0
0
Back in April 2015 I wrote an article about reading server settings with C/AL code. Unfortunately, that code didn’t work in NAV 2015 and above. However, the question pops up now and then, and I decided to give it another try. Being curious myself, of course… And I found a solution that works on NAV […]
Viewing all 118 articles
Browse latest View live