web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
How to get the Enum Value Name in Dynamics 365 Business Central

As you already know that Enum is a new data type in AL and it is a replacement for Option data type. More information about the Enum’s can be found in the below links. Extensible Enums Enum Data Type Let’s take a case that you want to ...

Divesh 327
Like (0)
Visual Studio Code and Azure DevOps

I was planning to blog about the basics on how to use Source Control Management from Visual Studio Code with Azure DevOps Services when developing AL Extensions with Visual Studio Code and came across these two nice blog posts which pretty much co...

Divesh 327
Like (0)
Fix & Run outdated NAV & BC containers

When creating NAV/Business Central Containers from New-Navcontainer command, If you have not used this switch -accept_outdated, your container will not work after 90 days and will end up with this below message. You are trying to run a container w...

Divesh 327
Like (0)
Demo Data for Business Central (Docker Image)

I have installed the latest version (12.3.23139.0) of the Business Central W1 Docker image and found that it has no data. It has only one company called “My Company” without any data. I searched the GitHub and found that we need to im...

Divesh 327
Like (0)
How to calculate the current UTC Time Zone from Navision?

There was a case where i need to get this kind of output hh:mm:ssZ where Z stands for UTC Time Zone (20:15:00+0200) to the external system for integration. For Instance, the current time zone in the system is UTC +02:00 and we need to get this val...

Divesh 327
Like (0)
Evaluating text value to decimal value based on the regional settings.

This is my first blog and i wish to take this as a platform to share my experience with MSD NAV. In this first post, i am sharing some basics about formatting the decimal text value before evaluating it to the decimal data type based on the region...

Divesh 327
Like (0)
Web Page Viewer Control Add–in – Part 02 – Email Dialog

In the previous post, we have seen how the Web Page Viewer control add-in was used in the Report Viewer for displaying the reports that are saved as HTML. In this post, we will see how the Web Page Viewer control add-in is used in the Page 9700 Em...

Divesh 327
Like (0)
Web Page Viewer Control Add–in – Part 01 – Report Viewer

Web Page Viewer control add-in was introduced in NAV 2017. Below are the lists of page objects where the Web Page Viewer control add-in is used. In this post, we will first see how this add-in works in the Page 2115 Report Viewer. We need to set...

Divesh 327