Allow users to log on to the system even if they are already logged in on another computer (Default = No)
Control type: Bool, access: Admin, Admin users, Wizard
public const string AllowForcedLogin = "AllowForcedLogin"
Force single-phase queries (like the Win client uses) in archives, instead of two-phase
where we first determine primary keys, and use a second query to get the full-width rows afterwards
public const string ForceSinglePhaseArchives = "ForceSinglePhase"
The name of the database in SuperOffice CRM where Lotus Notes e-mail is saved (default: SOCONFIG\SoMailArchive.nsf )
Control type: Text, access: Admin, Admin users, Wizard
public const string NotesSODbName = "NotesSODbName"
Which country you are currently located in. This affects phone number prefixes and the suggested country when entering a new company.
Control type: ListTableRef, access: Admin, Crm, Admin users, Wizard
Replicates selection members to Travel and satellite databases. After changing this preference you need to regenerate satellites and create new prototypes. This will reduce performance. Default: No
Control type: Bool, access: Admin, Admin users, Wizard
public const string ReplicateSelection = "ReplicateSelection"
Default unsafe file types. Downloading and archiving these are not allowed.Values are seperated by either , or ;.
Values with or without . are both valid value-formats.Example: “msi,bat,exe”
Example: “.msi;.bat;.exe”
public const string UnsafeFileTypes = "UnsafeFileTypes"
When trying to open a document or email via WebTools, how many seconds
should CRM wait before assuming document failed to open and present
warning-dialog for user.Default: 10.A value of 0 means never show dialog.
public const string WebToolsDetectionTimeout = "WebToolsDetectionTimeout"