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:
-
Open the solution in Visual Studio.
-
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.
-
Rebuild the solution.
-
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).
-
Finally we just need to pack content of build into zip archive.
-
Only the created zip file is required to install plugin into AppEngine.