The following global settings are applicable to applications in general.
To view Default settings, click Category to sort global settings by category.
The following out-of-the-box Default settings are included:
Setting Name |
Base Type |
Property Type |
Description |
Default |
confirmScreenTabClose |
ENUMERATED |
BOOLEAN |
If true, a message box prompts the user to confirm that the screen should be closed. |
false |
DatabaseEndYear |
INTEGER |
INTEGER |
Sets the last year the system accepts as valid. The end year should be set to no later than the last year your database recognizes. |
9,999 |
DatabaseStartYear |
INTEGER |
INTEGER |
Sets the first year the system accepts as valid. The start year should be set to no earlier than the first year your database recognizes. |
1,753 |
defaultCurrencyLocale |
STRING |
STRING |
Sets the default currency locale |
en_US |
DefaultPriceListQuantity |
INTEGER |
INTEGER |
Sets the default quantity used when adding related products using a price list (with Opportunity, Product Bundle, Quote, Lead or Orders) |
1 |
dynamicTabLabelUsingFieldValue |
ENUMERATED |
BOOLEAN |
If true, a caption for the saved record is added to the title of the tab. For example, an Organization tab for an existing organization includes the name of the organization. |
true |
ExportCancelThreshold |
INTEGER |
INTEGER |
Maximum number of rows that may be exported from list |
10000 |
ExportThresholdWarningLimit |
INTEGER |
INTEGER |
Number of export rows that triggers a message to the user to confirm the export |
5000 |
isGuestAlwaysEnabled |
ENUMERATED |
BOOLEAN |
If set to true, guest users can log into Web Self-Service. |
true |
isProductionDeployment |
ENUMERATED |
BOOLEAN |
If true, your application runs in production mode (normally specified during application installation). Production mode enables your application to run faster than the alternative development mode. |
true |
OptimizeTabGroup |
ENUMERATED |
BOOLEAN |
If true, the server-side tabs feature is enabled. The server-side tabs feature postpones loading subform data until the user requests it by clicking the tab. |
|
ReservedSequence |
INTEGER |
INTEGER |
Specifies the number of blocks of sequences that are reserved by the Sequence Generator at a time. Any unused sequence numbers that are reserved are lost if a server restart occurs. |
20 |
SelfRegisterMode |
STRING |
STRING |
Determines whether new users can create their own initial record upon login. Three settings are possible: automatic, prompt, and restricted. |
prompt |
ServerEnvironmentName |
STRING |
STRING |
The name of the server environment used for metadata targeting assigned to this cluster. Possible values are testing, stage, production, development, or a user-created server environment. |
DEFAULT |
ShowAggregatedPipeline |
ENUMERATED |
BOOLEAN |
Displays the Aggregated Pipeline in the Sales menu. The aggregated pipeline allows you to combine all versions of a sales process in a common graphic or to specify a single version. |
true |
ShowVersionPipeline |
ENUMERATED |
BOOLEAN |
Displays the Pipeline module in the Sales menu. This standard pipeline displays the latest version of the sales process you select. |
false |
TrackMessageTemplateUsage |
ENUMERATED |
BOOLEAN |
Logs usage of manually selected e-mail templates and auto-reply e-mail templates in addition to suggested template usage. Suggested template usage is logged regardless of this setting. |
false |
useExactMatchInQBESearches |
ENUMERATED |
BOOLEAN |
Determines whether the application uses "Exact match" search or "Starts With" search on query-by-example (QBE) forms. When this setting is true, you must add a % operator to your search criteria in order to perform a "like" search. |
true |
useExistingRecordCaptionAsTabTitle |
ENUMERATED |
BOOLEAN |
If true, a caption for the saved record is added to the title of the tab. For example, an Organization tab for an existing organization includes the name of the organization. |
false |
Related Topics