Installation Instructions
Preparations
- Check that the requirements are met.
- Make sure that LIP is installed in order to easily install the add-on. If LIP is not installed, you need to manually download the LIP zip file and extract the files necessary from it.
Installation in Lime CRM
This section describes what needs to be done in Lime CRM to set up the integration.
- Enter the VBA editor in the desktop client and run
lip.Install "erpconnector-erpmaster"
from the immediate window. - Make sure that the configuration variables at the top of the VBA file
AO_ERPConnector_ERPMaster
look correct. - From the immediate window, run the command
AO_ERPConnector_ERPMaster.Validate
. This will print to the immediate window if any of the configuration variables point to tables or fields that do not exist. - In the VBA module
ControlsHandlerCompany
, add code marked with ADD-ON erpconnector-erpmaster as in the fileControlsHandlerCompany.Setup.txt
. If there is no VBA moduleControlsHandlerCompany
: Add it and make sure it is instantiated inGeneralControlsHandler
. - In the VBA module
LC_ActionpadCompany
, add code marked with ADD-ON erpconnector-erpmaster as in the fileLC_ActionpadCompany.CopyAddress.txt
. - Compile and save the VBA project.
Installation of Syncify Service
This is managed by Syncify. Both for on-premise and cloud ERP systems.