Configuration
VBA Module
In the VBA module AO_ERPConnector_ERPMaster
, there are Consts
at the top of the file for settings for the communication with the Syncify services.
Parameter | Values | Default Value | Comment |
---|---|---|---|
m_bUpdateFromLimeOK |
True or False |
False |
States whether the user will be allowed to modify integrated fields and see the update in ERP button or not. |
m_sClassName |
String | "company" |
Only used for validation purposes at the moment. The database name of the table that is used as a company in the integration. |
m_sErpSystem |
String | "" |
Which ERP system the integration is running towards. Must be one of the following strings: vismaadministration , vismabusiness , navision , fortnox , economic , vismanet , bladministration , businesscentral , powerofficego , vismaeekonomi , exactonline , uniconta , tripletex . |
m_sReadonlyFields |
String | According to Base Solution and standard ERP Connector | Semicolon separated list of database field names for the fields to set as readonly on integrated companies. |
m_sReadonlyFieldsVisiting |
String | According to Base Solution and standard ERP Connector | Semicolon separated list of database field names for the visiting address fields to set as readonly when integrating with some ERP systems. |
m_sFieldNameErpId |
String | "erpid" |
The database name of the field on the m_sClassName table that contains the ERP Id. |