Assuming your connection to your AL development server is setup set up and working (Publishing the Hello World demo project (.al)) and the Mobile WMS app is installed (Before extending), you are ready to start developing your custom Mobile WMS Extension.
...
.
Step 1
...
- Open "app.json"
Step 2
...
- Add dependency
Copy the block below
...
and insert it in the "Dependencies"-section
"dependencies": [
{
"appId": "a5727ce6-368c-49e2-84cb-1a6052f0551c",
"name": "Mobile WMS",
"publisher": "Tasklet Factory",
"version": "5.xx.xxx.xx" <<< UPDATE THIS
}
],
Example:
Step 3 - Update version
- Change the "version": to the Mobile WMS extension, you are using. You can always find this the current version in on the Extensions page.
...
- Extensions Management > Mobile WMS
Step 4
...
- Download symbols
Press Ctrl+Shift+P : AL: Download Symbols
The symbol download request must now include a line for the includes Mobile WMS app
You are now ready to start developing your custom code for Mobile WMS.
Next:
Sample app.json for BC13 / BC14
...
Tutorial: Create a Positive Adjustment function