Skip to main content
Version: 2.0

Plugin Deployment

Creating a deployment package is a straightforward process. Simply compile the plugin in Release mode and package the resulting build output into a ZIP file. This ZIP file can then be used for plugin installation, as outlined in theConfiguration and Administration guide.

Creating Deployment Package

Follow these steps to prepare your plugin for deployment:

  1. Open the solution in Visual Studio.

    VS Solution Open

  2. Change the build configuration to either Release or Release10, depending on your target SAP Business One version.

    Note: Release10 is used for SAP Business One version 10.

    Change to Release

  3. Rebuild the solution.

    Rebuild

  4. Now, we need to pack build content of Plugin Project. You can find path of your build in build output (or in your project properties - build - output path).

    Build

  5. Finally we just need to pack content of build into zip archive.

    Build Content

  6. Only the created zip file is required to install plugin into AppEngine.

    Zip file