CA Service Desk Manager (SDM) has a built-in spell check function that is separate from the web browser's spell check. This functionality is available on certain out of the box forms. In certain cases, you might like to add or remove a word from the CA SDM spell check dictionary.
Release: 17.3 or higher
Component: CA Service Desk Manager
The pdm_lexutil command lets you add and remove words from the CA SDM spell check dictionary.
For example, the following command adds the word "ExampleCompany" to the dictionary (note that the word is case sensitive):
pdm_lexutil -a ExampleCompany
The ability to remove a word is limited to only the words that are added using the pdm_lexutil command. For example to remove "ExampleCompany" from the dictionary you would run the following command:
pdm_lexutil -d ExampleCompany
The pdm_lexutil command by default adds and removes the word from the userdict.tlx file located at NX_ROOT\site\mods\lexicons.
To see other options available please reference the following: