Skip to content
Stefano Demiliani

Stefano Demiliani

  • Follow me on Twitter
  • Follow me on LinkedIn

Taking the Web out of the box: Microsoft Dynamics 365 Business Central, Microsoft Dynamics NAV, Azure, Serverless, Power Platform and all about the Microsoft's technology stack | www.microsoftarchitects.com | www.d365bc.com

  • HOME
  • ABOUT ME
  • MY BOOKS
    • Mastering Dynamics 365 Business Central 2nd Edition
    • Mastering Dynamics 365 Business Central
    • Microsoft Dynamics 365 Business Central Development Quick Start Guide
    • Azure DevOps Explained
    • Building ERP Solutions with Microsoft Dynamics NAV
    • Implementing Azure Cloud Design Patterns
    • Migrating Applications to the Cloud with Azure
  • TRAININGS
    • Microsoft Official Trainings
  • PROJECTS
    • SDOps: build pipelines for Dynamics 365 Business Central made easy
  • SPEAKING
  • CONSULTANCY
  • MY COMPANY
  • Microsoft Dynamics 365 Business Central Community
  • Microsoft Dynamics NAV Community

Tag: Visual Studio Code

Azure Function SQL Trigger: how to use it (and why it can be useful in your Business Central projects)

This post comes as a follow-up of my “Serverless Integrations for Dynamics 365 Business Central” training I’ve done yesterday in … More

Azure, Azure Functions, Azure SQL, Cloud, D365BC, Dynamics 365 Business Central, ERP, Integration, MSDyn365BC, Serverless, SQL, Visual Studio Code

Dynamics 365 Business Central: using secrets in JsonObjects.

When working on integrations with external APIs or external services in general, sometimes you need to insert credentials or secrets … More

AL, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, JSON, MSDyn365BC, Security, Visual Studio Code

An MCP server for Dynamics 365 Business Central? Why not?

If you’re following the latest AI trends, you know that the word “MCP” is emerging a lot in the last … More

Agent, AI, AL, Azure, Cloud, Copilot, D365BC, Dynamics 365 Business Central, ERP, Extensions, GitHub, GitHub Copilot, llm, MCP, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: previewing a file from AL.

With Dynamics 365 Business Central 2025 Wave 1 release (version 26) and the new AL Language extension version 15, it … More

AL, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: YAML to JSON and JSON to YAML conversion.

When talking about data exchange between systems, probably the most common ways to represent (serialize) objects are by using JSON … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, JSON, MSDyn365BC, Visual Studio Code, YAML

Dynamics 365 Business Central: merging PDFs online with an Azure Function.

Some days ago on an internal forum (Yammer) someone posted the following request: Is it possible in Dynamics 365 Business … More

.NET, .NET Core, AL, Azure, Azure Functions, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, MVP, Serverless, Visual Studio Code

Announcing Italian BC Day 2025.

Yes, we have it! We’re very proud to announce that the first Dynamics 365 Business Central Italian Day will take … More

AL, Azure, Cloud, Conference, D365BC, Dynamics 365, Dynamics 365 Business Central, ERP, Extensions, MCT, Microsoft, Microsoft Dynamics, MSDyn365BC, MVP, Visual Studio Code

Dynamics 365 Business Central: the misterious “Page Summary Provider” codeunit.

Have you ever had the need to dynamically retrieve the details (name, page type, caption, visible fields, related tooltips etc.) … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: using resources in AL extensions.

The new AL Language version 14.2 introduces the possibility to package resources inside an AL extension and use those resources … More

AL, Azure, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Restrict Azure Logic Apps’s workflows access only to Dynamics 365 Business Central.

Some week ago I wrote an article explaining how you can restrict Azure Logic Apps workflows access to certain IP … More

AL, Azure, Azure Logic Apps, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Security, Serverless, Visual Studio Code

Dynamics 365 Business Central: HttpClient and remote certificate validation future changes.

I think that everyone of you know that the AL HttpClient data type provides a data type for sending HTTP … More

AL, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Security, Visual Studio Code

Dynamics 365 Business Central 2024 Wave 2 release: ToolTips support on Query data items.

The upcoming Dynamics 365 Business Central 2024 Wave 2 release (version 25) has a lot of new features in the … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: setting the default browser to open during AL development.

This is a quick post for showing you a tip (or something similar 😀 ) that I’ve discovered not a … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Running inline C# scripts in Azure Logic Apps workflows

Last week I wrote a post explaining the new Inline Powershell action available in Azure Logic Apps standard. With this … More

.NET, .NET Core, Azure, Azure Logic Apps, Cloud, D365BC, Dynamics 365 Business Central, ERP, MSDyn365BC, Performance, Power Automate, Serverless, Visual Studio Code

Dynamics 365 Business Central 2024 Wave 2 release: Query.SaveAsJson… and why not more?

When talking about integrations with REST services or, more generally speaking, as a cross-platform data exchange protocol, working with JSON … More

.NET, AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: subfolding AL symbols

This is a very quick post, borned from a training I had today with a partner. When showing a demo … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central v25: what’s coming for developers.

Microsoft has publicly announced today the plans for the 2024 Wave 2 release of their Dynamics 365 and Power Platform … More

AL, business-central, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: the power of NumberSequence

Assigning number series to documents seems a simple task to users but in an ERP (where concurrency is always present) … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Performance, Visual Studio Code

Are you ready for the most mystical conference of the year?

3 days until DynamicsMinds 2024 in Portoroz (Slovenia) starts, a 4 days community conference covering Microsoft Dynamics 365 and Power … More

AI, AL, Azure, Azure Logic Apps, Cloud, Conference, D365BC, Dynamics 365, Dynamics 365 Business Central, ERP, Events, Extensions, Microsoft, microsoft-365, MSDyn365BC, Power Platform, PowerApps, PowerAutomate, PowerPlatform, Serverless, Visual Studio Code

Dynamics 365 Business Central: clarifications on changing the identity of an app.

When talking with some partners trying to approach the AppSource marketplace during the last week, I’ve discovered that for many … More

AL, AppSource, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: “this” is a nice AL addition.

If someone is familiar with C#, probably knows that the this keyword is used to refer to the current instance of … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: receive notifications when AppSource apps updates are available in a tenant

When you install AppSource apps in a Dynamics 365 Business Central tenant, app updates are automatically handled by Microsoft during … More

AL, AppSource, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

The 2nd edition of “Mastering Dynamics 365 Business Central” is here…

More than one year of work, many updates and reviews, lots of energies spent. But now I’m proud to announce … More

AL, Azure, Azure Functions, Azure Logic Apps, Books, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MCT, MSDyn365BC, MVP, NAV, Packt, PowerApps, PowerAutomate, PowerPlatform, Telemetry, Visual Studio Code

Dynamics 365 Business Central: support for multiple extensions to same target in the same app

I talked about this upcoming feature with some of you last week, but now that Dynamics 365 Business Central 2024 … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: introducing the Azure File Share module

I wrote in the past some articles about how it’s important to use Azure Storage for storing files in a … More

AL, Azure, Azure Storage, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Azure Functions and Data Parallelism: things to know.

When working with code on some complex data operations, sometimes to improve performances it’s possible to use code techniques like … More

.NET, .NET Core, Azure, Azure Functions, Azure Storage, Performance, Serverless, Visual Studio Code

Dynamics 365 Business Central: how the BCApps repo is moving?

Can you see the image on top of this post? They’re not fireworks of the new year 2024 but instead … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, GitHub, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: Isolated Storage and SecretText support.

With Dynamics 365 Business Central 2023 Wave 2 release (version 23) Microsoft introduced a new data type called SecretText. This new … More

AL, Cloud, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Security, Visual Studio Code

Azure Functions: .NET 7 and .NET 8 local debugging bug on Visual Studio Code.

This is a very quick post signaling a bug that makes me spending hours of troubleshooting. If you’re developing Azure … More

.NET, .NET Core, Azure, Azure Functions, C#, Visual Studio Code

Dynamics 365 Business Central: new additions in Excel Layouts reporting.

One of the reporting features I like the most in Dynamics 365 Business Central is the possibility to create Excel … More

AL, D365BC, Dynamics 365 Business Central, ERP, Excel, Extensions, MSDyn365BC, Visual Studio Code

Azure Functions and Blob Triggers: be careful on the binding type.

This post is borned to signal a problem that I’ve recently found in a customer and I think that sharing … More

Application Insights, Azure, Azure Functions, Azure Monitor, Cloud, Performance, Visual Studio Code

Dynamics 365 Business Central and the AllowInCustomization field property: some clarifications.

If someone of you remember, in August I wrote this post introducing the new AllowInCustomization field property that Microsoft planned … More

AL, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: introducing the new SecretText data type.

Dynamics 365 Business Central 2023 Wave 2 release (version 23) and the new AL language version 12 introdocues a new … More

AL, Azure, Cloud, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC, Security, Visual Studio Code

Dynamics 365 Business Central: attaching VS Code Debugger from client

One of the long awaited feature that you will see in Dynamics 365 Business Central 2023 Wave 2 release (v23) … More

AL, Cloud, D365BC, Dynamics 365 Business Central, Extensions, MSDyn365BC, Visual Studio Code

Dynamics 365 Business Central: Query objects, AppSourceCop and breaking changes.

When developing Dynamics 365 Business Central extensions for AppSource, it’s mandatory to activate the AppSourceCop code analyzers in order to … More

AL, AppSource, D365BC, Dynamics 365 Business Central, ERP, Extensions, MSDyn365BC, Visual Studio Code

Posts navigation

Older posts
Newer posts

Categories

.NET AI Azure Books Cloud Conference DevOps Docker Dynamics 365 Business Central MCT MVP NAV Personal Power Apps Power Automate Power Platform Powershell SQL Teams Uncategorized Visual Studio Code Webcasts
Follow Stefano Demiliani on WordPress.com

Post Archive

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Create a website or blog at WordPress.com
  • Subscribe Subscribed
    • Stefano Demiliani
    • Join 653 other subscribers
    • Already have a WordPress.com account? Log in now.
    • Stefano Demiliani
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Loading Comments...