Show / Hide Table of Contents

Class ErpConnectionListMapping

Information about a mapping between two lists between CRM and the ERP system.

Carrier object for ErpConnectionListMapping. Services for the ErpConnectionListMapping Carrier is available from the ErpSync Agent.
Inheritance
object
ErpConnectionListMapping
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class ErpConnectionListMapping : Carrier

Constructors

ErpConnectionListMapping()

Default constructor

Declaration
public ErpConnectionListMapping()
See Also
IErpSyncAgent

Properties

CrmList

The SuperOffice listItem

Declaration
[DataMember]
public virtual MDOListItem CrmList { get; set; }
Property Value
Type Description
MDOListItem
See Also
IErpSyncAgent

ErpActorTypeName

The actorType belonging to the ListMapping

Declaration
[DataMember]
public virtual string ErpActorTypeName { get; set; }
Property Value
Type Description
string
See Also
IErpSyncAgent

ErpCrmListItemMappings

Array of all the list item mappings

Declaration
[DataMember]
public virtual ErpCrmListItemMapping[] ErpCrmListItemMappings { get; set; }
Property Value
Type Description
ErpCrmListItemMapping[]
See Also
IErpSyncAgent

ErpFieldId

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

Declaration
[DataMember]
public virtual int ErpFieldId { get; set; }
Property Value
Type Description
int
See Also
IErpSyncAgent

ErpListName

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

Declaration
[DataMember]
public virtual string ErpListName { get; set; }
Property Value
Type Description
string
See Also
IErpSyncAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IErpSyncAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IErpSyncAgent

See Also

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