> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ErpConnectionListMapping

# <a id="SuperOffice_WebApi_Data_ErpConnectionListMapping" /> Class ErpConnectionListMapping

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for ErpConnectionListMapping.
Information about a mapping between two lists between CRM and the ERP system.

```csharp theme={null}
public class ErpConnectionListMapping : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[ErpConnectionListMapping](SuperOffice.WebApi.Data.ErpConnectionListMapping.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_ErpConnectionListMapping__ctor" /> ErpConnectionListMapping()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public ErpConnectionListMapping()
```

## Properties

### <a id="SuperOffice_WebApi_Data_ErpConnectionListMapping_CrmList" /> CrmList

The SuperOffice listItem

```csharp theme={null}
public virtual MDOListItem CrmList { get; set; }
```

#### Property Value

[MDOListItem](SuperOffice.WebApi.Data.MDOListItem.md)

### <a id="SuperOffice_WebApi_Data_ErpConnectionListMapping_ErpActorTypeName" /> ErpActorTypeName

The actorType belonging to the ListMapping

```csharp theme={null}
public virtual string ErpActorTypeName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_ErpConnectionListMapping_ErpCrmListItemMappings" /> ErpCrmListItemMappings

Array of all the list item mappings

```csharp theme={null}
public virtual ErpCrmListItemMapping[] ErpCrmListItemMappings { get; set; }
```

#### Property Value

[ErpCrmListItemMapping](SuperOffice.WebApi.Data.ErpCrmListItemMapping.md)\[]

### <a id="SuperOffice_WebApi_Data_ErpConnectionListMapping_ErpFieldId" /> ErpFieldId

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

```csharp theme={null}
public virtual int ErpFieldId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_ErpConnectionListMapping_ErpListName" /> ErpListName

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

```csharp theme={null}
public virtual string ErpListName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[ErpSyncAgent](SuperOffice.WebApi.Agents.ErpSyncAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.ErpConnectionListMappingContainer](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpConnectionListMappingContainer.md)
- [SuperOffice.WebApi.Agents.ErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ErpSyncAgent.md)
- [SuperOffice.WebApi.Agents.IErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IErpSyncAgent.md)
- [SuperOffice.WebApi.Data.ErpSync SaveConnectionListMappingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_SaveConnectionListMappingsRequest.md)
- [SuperOffice.WebApi.Data.ErpSync GetConnectionListMappingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_GetConnectionListMappingsRequest.md)
- [SuperOffice.WebApi.Data.ErpSyncFieldMapping](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncFieldMapping.md)
