Skip to main content

Posts

MSDYN365BC - Error This AL extension version for Visual Studio Code cannot be used with the specified server.

Hi Readers, In this article, we will discuss about the latest error message that you may face in future. As most of you know I always try to keep my Business Central installation as latest as soon as its possible. With this Today I Installed two updates on my local machine - Installed Microsoft Dynamics 365 Business Central Cumulative Update 03. Installed Visual Studio Code to 1.3.0.2 With those updates installed, I started working on my next extension using Visual Studio Code. But when I Try to publish my extension Visual Studio Code generated below Error Message.

MSDYN365BC - How to Do Futuristic Development in CAL?

Hi Readers, As requested by multiple readers we will discuss in this article series about how to do Futuristic development. This is the first article in this series where we will take the example of a customer requirement and going forward we will develop that using CAL and will see the benefit of using Event Driven Programming in C/AL. I am considering this example as this capture all object types and also include base object changes.

MSDYN365BC - Cumulative Update 03 released for Business Central on Prem.

Hi Readers, Microsoft has released, Cumulative Update 03 for Microsoft Dynamics 365 Business Central on-premises and is available for download. Details are still not available for download link is available for everyone. I will post an update in the same article once the details of changes will be available on the Microsoft website.

MSDYN365BC - Object Designer for AL.

Hi Readers, In today's article, we will be discussing a great VS Code extension. I am using that extension and I loved the extension. The extension is built by Marton Sagi and is available in Marketplace and can be deployed in Visual Studio Environment. If you are new to AL Programming or VS Code Editor, two things you will understand from this article - You can build an extension for AL programming. How this Extension will help all developers.

MSDYN365BC - Event Recorder - How to Identify Event to subscribe for Extensions?

Hi Readers, Thank you for all your question. In this article, we will discuss a question from Justin Arnold. "How Do we identify Which Event to Subscribe to appropriately integrate our own logic?" With Business Central Microsoft Released a Feature called Event Recorder which works in the same way as Permission Recorder in NAV?