Enum ErpSyncResponseCode
Response codes used by ErpSync services
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum ErpSyncResponseCode
Fields
| Name | Description |
|---|---|
| ErrorConnectorHasConnections | 1: Could not perform operation because connector has connections |
| ErrorNotFound | 2: Could not perform operation because the entity wasn't found |
| NoError | 0: No error |