Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


Assuming your connection to your AL development server is setup and working (Publishing the Hello World demo project (.al)) and the Mobile WMS app is installed (How-to - Create new Mobile WMS Docker container for extension development), you are ready to start developing your custom Mobile WMS Extension.

In app.json add the dependency to Mobile WMS. This will need to be the exact Mobile WMS version currently intalled at your development server (in a bc15 project, the Mobile WMS dependency below should be added to the list of other existing dependencies) :

 

  "dependencies": [

    { 

      "appId""a5727ce6-368c-49e2-84cb-1a6052f0551c"

      "name""Mobile WMS"

      "publisher""Tasklet Factory"

      "version""5.0.144.175" 

    }

  ],

 

Download symbols to verify your Mobile WMS reference is working.

The symbol download request must now include a line for the Mobile WMS app

 

 

You are now ready to start developing your custom code for Mobile WMS.

 

Troubleshooting

Use Extension Management from the web client to determine the exact Mobile WMS version installed.



Next:

Sample app.json for bc13/bc14

Sample app.json for bc15


 




  • No labels