Class ErpSyncKeyFetcher
Inherited Members
Namespace: SuperOffice.CRM.Sale
Assembly: SoDataBase.dll
Syntax
public static class ErpSyncKeyFetcher
Methods
GetErpKey(SoTable, int, int)
Get the ERP key, if it exists and is active, for a certain SuperOffice table/record + ErpConnectionId combination
Declaration
public static string GetErpKey(SoTable crmTable, int crmKey, int erpConnectionId)
Parameters
| Type | Name | Description |
|---|---|---|
| SoTable | crmTable | Which SuperOffice table holds the record |
| int | crmKey | Which record is it |
| int | erpConnectionId | ERP connection id |
Returns
| Type | Description |
|---|---|
| string | ERP key value, null if nothing found |