> ## 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.Travel

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel" /> Class UserPreferenceStrings.Travel

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

Travel

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[UserPreferenceStrings.Travel](SuperOffice.WebApi.Data.UserPreferenceStrings.Travel.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_Travel_AdvancedTravelMenu" /> AdvancedTravelMenu

Should the Travel icon/menu display the advanced Travel options
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel_EnableStats" /> EnableStats

Enable logging of usage patterns in CRM. These logs may be subsequently used as background information for improvements to the product and for enhanced user training. (Default = YES)
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel_EnableTravel" /> EnableTravel

Is Travel enabled?
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel_FlushAfterReadAll" /> FlushAfterReadAll

If Yes, the Travel Gateway will force a refresh on all clients after the Read update from all users event has been executed. (Default = YES)
<p />Control type: Bool, access: Admin, Admin users, Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel_GWSilent" /> GWSilent

Should progress dialogs be displayed when Travel Gateway is executing activities? (Default = NO)
<p />Control type: Bool, access: Admin, Admin users, Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel_OfferBlockCentralLogin" /> OfferBlockCentralLogin

Allows Remote Travel users to prevent CRM from trying to perform a Central update even if the central database is available when CRM is started while the Remote Travel user is travelling.(Default = NO)
<p />Control type: Bool, access: Admin, Admin users, Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel_RemoteTravelClient" /> RemoteTravelClient

Program file used to synchronise between a local Remote Travel user and the central document archive. (Default = SORT.EXE)
<p />Control type: Text, access: Admin, Crm, Admin users, Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel_RemoteTravelServer" /> RemoteTravelServer

Name of the EXE file used as your Remote Travel Server. (Default = SORTS.EXE)
<p />Control type: Text, access: Admin, Admin users, Wizard

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

#### Field Value

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

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

Section heading

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Travel_TravelAsMenu" /> TravelAsMenu

Should the Navigator display a Travel icon for users allowed to use Travel?
<p />Control type: Bool, access: Admin, Crm, Admin users, Wizard

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

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.NetServices](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NetServices.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Numbering](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Numbering.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Freetext](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Freetext.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.System](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.System.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Functions](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Functions.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
