Business Central 開發入門

攻城人生 RED Lin 2022-03-15 107

準備

  • 安裝 Visual Studio Code
  • 安裝 VS Code Extension
    • AL Language
    • AZ AL Dev Tools/AL Code Outline
    • waldo’s CRS AL Language Extension
  • 準備測試環境

建立專案

  • 打開 VS Code
  • F1 -> AL:GO!
  • 設定 .vscode/launch.json
    • To Cloud Sandbox
    • On-prem/Docker container
  • 設定 app.json
    • app name
    • app publisher name
    • app version number
    • app description
    • logo
    • object range
    • dependencies
  • 設定 .vscode/settings.json (optional)

Publish app

  • F5 - Publish with Debugging
  • Ctrl+F5 - Publish without Debuggin