Publishing the Hello World demo project (.al)
Create a new project in VS Code
The AL sample "Hello World" project will be created in AL when using the "AL:GO" command.
Creating and publishing the "Hello World" project is useful to make sure your launch.json and app.json is correctly configured, before adding the additional complexity of referencing the Mobile WMS App.
Step 1: Run AL:GO
- Press CTRL + SHIFT + P
- Type AL:GO
You will be asked to:
- Select target
- Connect to your Online Sandbox or local development server
Step 2: Download symbols
- Press CTRL + SHIFT + P (F1 if you are using function keys)
- AL: Download symbols
Step 3: Publish and run project
- Press F5
If you get the message "App published: Hello World" from the BC Web Client, everything is working and you are ready to start developing your Mobile WMS Extension.