Class UserPreferenceStrings.Travel
Travel
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class Travel
Fields
AdvancedTravelMenu
Should the Travel icon/menu display the advanced Travel options
Control type: Bool, access: Wizard
Declaration
public const string AdvancedTravelMenu = "AdvancedTravelMenu"
Field Value
Type | Description |
---|---|
String |
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)
Control type: Bool, access: Wizard
Declaration
public const string EnableStats = "EnableStats"
Field Value
Type | Description |
---|---|
String |
EnableTravel
Is Travel enabled?
Control type: Bool, access: Wizard
Declaration
public const string EnableTravel = "EnableTravel"
Field Value
Type | Description |
---|---|
String |
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)
Control type: Bool, access: Admin, Admin users, Wizard
Declaration
public const string FlushAfterReadAll = "FlushAfterReadAll"
Field Value
Type | Description |
---|---|
String |
GWSilent
Should progress dialogs be displayed when Travel Gateway is executing activities? (Default = NO)
Control type: Bool, access: Admin, Admin users, Wizard
Declaration
public const string GWSilent = "GWSilent"
Field Value
Type | Description |
---|---|
String |
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)
Control type: Bool, access: Admin, Admin users, Wizard
Declaration
public const string OfferBlockCentralLogin = "OfferBlockCentralLogin"
Field Value
Type | Description |
---|---|
String |
RemoteTravelClient
Program file used to synchronise between a local Remote Travel user and the central document archive. (Default = SORT.EXE)
Control type: Text, access: Admin, Crm, Admin users, Wizard
Declaration
public const string RemoteTravelClient = "RemoteTravelClient"
Field Value
Type | Description |
---|---|
String |
RemoteTravelServer
Name of the EXE file used as your Remote Travel Server. (Default = SORTS.EXE)
Control type: Text, access: Admin, Admin users, Wizard
Declaration
public const string RemoteTravelServer = "RemoteTravelServer"
Field Value
Type | Description |
---|---|
String |
Section
Section heading
Declaration
public const string Section = "Travel"
Field Value
Type | Description |
---|---|
String |
TravelAsMenu
Should the Navigator display a Travel icon for users allowed to use Travel?
Control type: Bool, access: Admin, Crm, Admin users, Wizard
Declaration
public const string TravelAsMenu = "TravelAsMenu"
Field Value
Type | Description |
---|---|
String |