Dynamics 365 Business Central: View the actual error message in the debugger

Today I would like to share a mini tip when debugging in VS Code, viewing the error message in the debugger.

The process of finding and correcting errors is called debugging. With Visual Studio Code and the AL Language extension you get an integrated debugger to help you inspect your code to verify that your application can run as expected.

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: View the actual error message in the debugger

Today I would like to share a mini tip when debugging in VS Code, viewing the error message in the debugger.

The process of finding and correcting errors is called debugging. With Visual Studio Code and the AL Language extension you get an integrated debugger to help you inspect your code to verify that your application can run as expected.

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: How to create Message Box with Timer (Close a Message Box after several seconds)2

I saw a very interesting question a few days ago, is it possible to create a message box with a timer in Business Central? They want to close a message after 10 seconds.

Yeah, although we can’t do a perfect one, we can easily do a similar one.

Source : Dynamics 365 Lab
Read more…

Adding Your Own Messages To Power Query Query Diagnostics

A quick point: while the Power Query Query Diagnostics functionality is relatively new, it’s based on Power BI/Power Query trace logging that has been around for a while. I’ve just realised that this means you can use the Diagnostics.Trace M function that I blogged about back in 2016 to add your own messages to the output of Query Diagnostics.

Source : Chris Webb’s BI Blog
Read more…

Web Services Example Part 4 – Send SMS text message

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 impression that this demo is the only way to do it. What I just want to demonstrate is how easy it can be to send out an SMS text message directly from Dynamics NAV code.

Bron : Kauffmann @ Dynamics NAV
Lees meer…