Show / Hide Table of Contents

Class ErpSyncKeyFetcher

Inheritance
object
ErpSyncKeyFetcher
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top