Upgrading an Existing Installation

  1. Make sure to save the values of the configuration parameters in the VBA module AO_ERPConnector_Order before doing anything else.

Upgrading to a New Major Version

Upgrading to v6.x.y

In major version 6 a feature that requires Lime CRM Server version 2.224.0 is used in the web client guide and that's the reason we went to a new major version.

Upgrading to v5.x.y

  1. Prepare and build solution.
  2. Install your solution.
  3. Make all changes in the runtime configuration.

Two new runtime configuration parameters were added in major version 5 and one was removed. Do as follows to remove the deprecated config parameter:

  1. Go to the Runtime Configuration in Lime Admin.
  2. Activate Show code editor.
  3. Remove article_articletype_property from the "article": {..} node.
  4. Save your new configuration.

The first new configuration parameter is Use "Generate an order from a deal with deal articles" (order_generate_order_from_deal). If you have previously used the functionality for generating orders from a deal with deal articles, this configuration parameter should be checked.

The second new configuration parameter is Lime types for which to use the order guide instead of the default new dialog for orders (order_prevent_default_from_limetypes). Here you choose for which limetypes you want to prevent the deafualt new dialog to show and instead display the order guide.

Upgrading to v4.x.y

In major version 4 an order guide for the web client was added and it will be presented instead of the default new dialog. When creating an order from deal it will work as before, meaning that a custom endpoint will be called generating an order from det deal and its deal articles.