Upgrading an Existing Installation¶
If using the Lime CRM desktop client: The VBA module, Lime Bootstrap apps and the Actionpads must always be manually upgraded.
Upgrading to 8.x¶
- In Lime Admin, go to Settings -> Add Company Data -> Setup. Fill in the information and click the Check installation button and then Install. This will install the needed user and new field.
- If you cannot use the add-on installer for some reason, you need to manually create the new user and new field in LISA:
- Create an inactive integration user called
acd@lime
with at least Read, Write and Update permissions for the configured company limetype. - On the configured company limetype: Add a text field
acd_errormessage
(with a length of 512 and invisible and readonly for the desktop client).
- Create an inactive integration user called
- If you cannot use the add-on installer for some reason, you need to manually create the new user and new field in LISA:
- In Lime Admin, go to Settings -> Add Company Data. Select the newly created field
Error message data provider
in the drop down for "Saving error property".
If Proff is used as data provider:
Also do these steps:
- Add application config to enable automatic updates.
- Configure in Lime Admin whether the manual update button should be shown.
- In Lime Admin switch on the code editor and check for
last_checked_for_updates
. Proff API only serves changes for the last 30 days. If the shown date is older than that, you'll miss out on changes if you don't manual update these companies. Therefore, go to the company table-view and filter onacd_lastupdated
older than 30 days and manually update every company. - If running Lime CRM on-premise: restart the Task Handler and Task Scheduler service.
Upgrading to 7.x¶
If Bisnode is used as data provider:
The provider Bisnode has been renamed to Dun & Bradstreet Business Contacts. Follow these steps to upgrade:
- Rename
bisnode
todnbbc
in the application configuration. - If using the Lime CRM desktop client: The LBS apps needs to be replaced with the new ones.
Upgrading to 6.x¶
If Creditsafe is used as data provider:
- The configuration in Lime Admin needs to be updated accordingly:
countriesFallback
key undercreditsafe
node should be removed.countries
key undercreditsafe
node is now required. You should add the countries that ACD should search in as default. The countries that is set must be active in the agreement with Creditsafe.
- If using the Lime CRM desktop client: The old LBS apps do not work at all with this new major version, they must be replaced.
Upgrading to 5.x¶
- Provider authentication credentials must be moved from runtime configuration to application configuration. See
Configuration
for how to add the credentials to application configuration. - If using the Lime CRM desktop client: The old LBS apps do not work at all with this new major version, they must be replaced.
Upgrading to 4.x¶
If using the Lime CRM desktop client: The old LBS apps do not work at all with this new major version, they must be replaced.
Upgrading to 3.x¶
The major difference from 2.x is support for the new object card in the Lime CRM web client. A migration script will automatically try to move the configuration for ACD's web component. See Configuration
for how to manually add ACD's web component if it does not show up after an upgrade.