Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create a new project in VS Code

...

Update launch.json to reference your own development server i.e.:

 

{

    "version""0.2.0",

    "configurations": [

        {

            "type""al",

            "request""launch",

            "name""DOCKER01",                  CHANGE THIS

            "server""http://10.10.xx.xx:5500", CHANGE THIS

            "port"55049,                       CHANGE THIS

            "serverInstance""NAV",

            "authentication""UserPassword",

            "startupObjectId"22,

            "startupObjectType""Page",

            "breakOnError"true,

            "launchBrowser"true,

            "schemaUpdateMode""Synchronize"

        }

    ]

}

  

Download symbols

...

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.


Next:

Setup Add dependency for Mobile WMS dependency from your own custom extension (.al)Extension