Getting Start with D365 Business Central Development
Configure VS Code:
Download and Install VS Code
Install Extension
a. AL Language extension for Microsoft Dynamics 365 Business Central
b. AZ AL Dev Tools/AL Code Outline for Visual Studio Code
Create New Project:
In the command palette write AL to get all AL related commands.
To create a new project write AL:GO
Give project path
Select server type
Launch JSON file - Business Central | Microsoft Learn
Now select AL: Download Symbols in the Command Palette. If
If the configuration is ok alpackages will be download. Select the Microsoft_Base_Application to see the available object list.
With the project a sample al file named HelloWorld.al was auto generated. Open that file. It is a page extension for Customer List page to show a message when the page will run.
Comments
Post a Comment