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 IErpSyncAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class ErpConnectionListMapping : Carrier
Constructors
ErpConnectionListMapping()
Default constructor
Declaration
public ErpConnectionListMapping()
See Also
Properties
CrmList
The SuperOffice listItem
Declaration
public virtual MDOListItem CrmList { get; set; }
Property Value
Type | Description |
---|---|
MDOListItem |
See Also
ErpActorTypeName
The actorType belonging to the ListMapping
Declaration
public virtual string ErpActorTypeName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
ErpCrmListItemMappings
Array of all the list item mappings
Declaration
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
public virtual int ErpFieldId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
ErpListName
The ERP list name, if the field has a list of values supplied by the ERP Connector
Declaration
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. |