Dynamics 365 Business Central: Intellisense will suggest tables for report extension data-items

VS Code IntelliSense features are powered by a language service. A language service provides intelligent code completions based on language semantics and an analysis of your source code. If a language service knows possible completions, the IntelliSense suggestions will pop up as you type.

Source :Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: How to manually add new Power Automate (Flow) action from VS Code (Flow Id and Flow Environment Id)

Today I would like to talk about how to manually add new Power Automate action from VS Code.

Power Automate empowers customers to create their own workflows using a low-code/no-code approach with a vast amount of connectors that make it easy to integrate systems.

Source : Dynamics 365 Lab
Read more…

VS Code: Keep your code clean by running extension commands on save

There are many VS Code Extensions that make our lives as developers easier. If I think of the AL programming language, for example, they help us with the following things: Replace missing brackets Correct the casing of words Sort fields in tables …and the list could go on forever.

Source : BUSINESS CENTRAL DEEP DIVE
Read more…