How to create Table Extension in visual studio code?
This Blog explains creating new fields in existing table using Table Extension.
Table Extension are used to extend the existing tables such as creating new fields, renaming, etc.
To create table extension, first you need to create separate folder for your project in visual studio code.
Open the Visual Studio Code
Press “Ctrl+Shift+P” to get the Commands
From the Commands select “AL: Go!” to create a new folder
Type the folder name at the end of your file path and then press Enter
You will get your the folder in Explorer
Enter your server name in json file
Click on the “Ctrl+Shift+P” to get the commands
From the commands select the “AL: Download symbols” to download symbols. Symbols which contain all the default object in Business Cen...