Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Parameter: localizedecimalpoint
Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.
Parameter
localizedecimalpoint
Description
This parameter enables users to use a pre-configured decimal symbol (for example, the comma) when completing numeric fields. By default, this parameter is disabled (set to "0"), and users can only enter a period as a decimal symbol. However, in Europe a comma is normally used. When this parameter is enabled, users can enter numeric values using the Decimal Symbol (either a period or comma) defined for one of the following currencies, listed from the highest to lowest priority:
- The currency defined in the Display Currency field in the user's operator record
- The currency defined in the Basis Currency field on the General tab of the System Information Record
-
The US Dollar currency
Tip To view the Decimal Symbol setting for a specific currency, click System Administration > Base System Configuration > Currencies, and then click Search.
-
Whether this parameter is enabled or disabled, when a user views a cost value, Service Manager automatically converts the value according to the above currency settings. For example, when an operator whose currency is British Pounds is ordering an item from the Service Catalog, Service Manager displays the item's cost in British Pounds (for example, £ 50,00). However, there are exceptions (for example, the Total Cost value of an Order in Request Management always display in US Dollars.)
-
When creating an unload file in .txt format, Service Manager always uses a period as the decimal symbol even if the original decimal symbol is a comma, and it can successfully process the unload when loading it back. If you need to edit the unload file before loading it back, always use a period as the decimal symbol; otherwise errors will occur when the unload is loaded back.
-
When using the Export to Excel feature, each decimal symbol (for example, a comma) will be exported as is. For this reason, be sure not to select a comma as the delimiter when exporting data.
Caution When the Service Manager server is running on a Linux host, set the locale to en_US.utf8. If you use other locale settings such as de_DE.utf8 or fr_FR.utf8, it is not possible to assign a number with decimal places to a variable in RAD expressions or JavaScript. If you try to assign something like "$number=1.456" in RAD Debugger, the result is 1.
Valid if set from
Server's operating system command prompt
Initialization file (sm.ini)
Requires restart of the Service Manager server?
Yes
Default value
0 (Disabled)
Possible values
0: Disabled
1: Enabled
Related topics
System parameters
Enter a parameter in the sm.ini file
Localization parameters