> ## 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.UserPreferenceStrings.FieldReplication

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication" /> Class UserPreferenceStrings.FieldReplication

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

Enables replication of user-defined fields at field level instead of record level. This ensures that field changes for the customer are retained, but may affect the performance of the replication process

```csharp theme={null}
public static class UserPreferenceStrings.FieldReplication
```

#### Inheritance

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

#### Inherited Members

[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)

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_Section" /> Section

Section heading

```csharp theme={null}
public const string Section = "FieldReplication"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_udcontactlarge" /> udcontactlarge

Enables replication at field level for user-defined fields of the type
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string udcontactlarge = "udcontactlarge"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_udcontactsmall" /> udcontactsmall

Enables replication at field level of user-defined fields on the Company card. Activating this setting may affect the speed at which UP and DWN files are read and written (Default = NO)
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string udcontactsmall = "udcontactsmall"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_udpersonlarge" /> udpersonlarge

Enables replication at field level for user-defined fields of the type
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string udpersonlarge = "udpersonlarge"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_udpersonsmall" /> udpersonsmall

Enables replication at field level of user-defined fields in the Contact dialog. Activating this setting may affect the speed at which UP and DWN files are read and written (Default = NO)
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string udpersonsmall = "udpersonsmall"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_udprojectlarge" /> udprojectlarge

Enables replication at field level for user-defined fields of the type
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string udprojectlarge = "udprojectlarge"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_udprojectsmall" /> udprojectsmall

Enable replication at field level for user-defined fields on the Project card. Activating this setting may affect the speed at which UP and DWN files are read and written (Default = NO)
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string udprojectsmall = "udprojectsmall"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_udsalelarge" /> udsalelarge

Enables replication at field level for user-defined fields of the type
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string udsalelarge = "udsalelarge"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FieldReplication_udsalesmall" /> udsalesmall

Enables replication at field level for user-defined fields in the Sale dialog. Activating this setting may affect the speed at which UP and DWN files are read and written (Default = NO)
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string udsalesmall = "udsalesmall"
```

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.FieldLabels](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.FieldLabels.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.ExtraFields](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.ExtraFields.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [WebAPI changes in SuperOffice 12.2](/release-notes/12/api/changes-webapi-12.2.2072.0.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Gdpr](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Gdpr.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.License](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.License.md)
