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 |
|
- Knowledge Management procedures
- Create or update a knowledge/news article
- Download the Knowledge Packaging tool
- Quickstart - Package knowledge articles using the Knowledge Packaging tool
- Export knowledge articles from Service Manager
- Import knowledge article packages
- Index SharePoint knowledge articles in Service Management
- Moderate Q&A
- Analyze Self-service portal knowledge searches
- Create a knowledge article based on Service Portal user activity
- Create an offering based on Service Portal user activity
- Localize articles
How to localize articles
You can export your articles to CSV files which can be sent off for localization. You can translate articles into one or more of the languages supported by Service Management.
The values in the exported files must be translated, after which the files are imported back into Service Management.
After a successful import, the localized article is displayed in the Service Portal in the language of the user's locale, as long as the article has been translated into that language.
Moreover, when Service Portal users perform searches, the results are displayed in the localized language.
For example, if articles were translated into French and Chinese, Service Portal users on French and Chinese locales see the article search results in French and Chinese respectively.
Note
-
If an article was not translated into the language of the user's locale, or if an entry was not translated, the original article is displayed in the Service Portal.
In the example above, users on a German locale see the original, non-translated article.
- When exporting a file with rich text fields to CSV and saving it in Excel, the formatting may become corrupted, and the re-imported file may not display correctly.
Export articles for localization
-
From the main menu, select Build > Knowledge.
-
Select Articles.
-
Above the record list, click the More button, and select Export for localization.
-
Select the languages for localization, and click Export.
The following files are generated:
Number of languages selected Exported file 1 Article_<language>.csv 2 or more Article_translations.zip
The ZIP file contains a corresponding CSV file for each language selected
Example
Languages selected Exported file French Article_translations_fr.csv French, Chinese Article_translations.zip.
Contains:
- Article_translations_fr.csv
- Article_translations_zh-CN.csv
Translate the values in the exported article
-
Open the CSV file.
-
For each record, translate the value in the Source Value field, and enter the translation into the last position in the row, the Translated Value field.
Note Do not delete the quotation marks.
-
Save your changes.
-
Recommended: When all the data is translated, zip up the translated CSV files.
Import the translated files
You must be an administrator to import the translated files. To import the files, see How to import translated articles.
Related topics