Skip to main content

Class ErpConnectionListMapping

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ErpConnectionListMapping. Information about a mapping between two lists between CRM and the ERP system.

Inheritance

objectCarrierErpConnectionListMapping

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ErpConnectionListMapping()

Default constructor - defaults any enum props to 0.

Properties

CrmList

The SuperOffice listItem

Property Value

MDOListItem

ErpActorTypeName

The actorType belonging to the ListMapping

Property Value

string

ErpCrmListItemMappings

Array of all the list item mappings

Property Value

ErpCrmListItemMapping[]

ErpFieldId

The id of the field that is using the lists. Readonly

Property Value

int

ErpListName

The ERP list name, if the field has a list of values supplied by the ERP Connector

Property Value

string

See Also

ErpSyncAgent