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.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public class ErpConnectionListMapping : Carrier
Constructors
ErpConnectionListMapping()
Default constructor
Declaration
public ErpConnectionListMapping()
See Also
Properties
CrmList
The SuperOffice listItem
Declaration
[DataMember]
public virtual MDOListItem CrmList { get; set; }
Property Value
| Type | Description |
|---|---|
| MDOListItem |
See Also
ErpActorTypeName
The actorType belonging to the ListMapping
Declaration
[DataMember]
public virtual string ErpActorTypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
ErpCrmListItemMappings
Array of all the list item mappings
Declaration
[DataMember]
public virtual ErpCrmListItemMapping[] ErpCrmListItemMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| ErpCrmListItemMapping[] |
See Also
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
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
See Also
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. |