Skip to main content
A sync connector (plugin to the connector web-service host) will need to implement theIErpConnector interface. This interface contains methods needed to both set up and save a sync connection and to retrieve and save ERP actors. TheIErpConnector interface, along with all related classes and interfaces are contained in SuperOffice.Plugins.DLL. If you do not want to use the web-service host, you will need to implement the SOAP web service interface directly. TheIERpConnectorWS interface is identical in functionality but uses SOAP definitions rather than .Net definitions.

Interface members

For details about timestamps, see ErpActor. In addition to implementing the methods of IErpConnector, a sync connector will need to have a unique name attribute, for example:
This connector would be compiled into a DLL, and then exposed to the web using the WCF ERP sync service host.