Correspondence Management has built-in default support for 210 special characters that you can insert in letters with ease.
For example, you can insert the following special characters:
You can insert special characters in letters:
The admin can add support for more/custom special characters by customization. This article provides the instructions on how you can add support for additional, custom special characters.
Use the following steps to add support for custom special characters:
Go to https://'[server]:[port]'/[ContextPath]/crx/de
and login as Administrator.
In the apps folder, create a folder named specialcharacters with path/structure similar to the specialcharacters folder (in the textEditorConfig folder under libs):
Right-click the specialcharacters folder at the following path and select Overlay Node:
/libs/fd/cm/ma/gui/configuration/textEditorConfig/specialcharacters
Ensure that the Overlay Node dialog has the following values:
Path: /libs/fd/cm/ma/gui/configuration/textEditorConfig/specialcharacters
Overlay Location: /apps/
Match Node Types: Checked
Do not change the /libs branch. Any changes you do make may be lost, because this branch is liable to change whenever you:
* Upgrade on your instance
* Apply a hot fix
* Install a feature pack
Click OK and then click Save All. The specialcharacters folder is created in the specified path.
After creating the overlay, verify the node structure tags. Each node created in /apps using the overlay should have the same class and properties as defined in /libs for that node. If any property or tag is missing in the node structure under /apps location, sync its tags with the corresponding node in /libs.
Ensure that the textEditorConfig node has the following properties and values:
Name | Type | Value |
---|---|---|
cmConfigurationType | String | cmTextEditorConfiguration |
cssPath | String | /libs/fd/cm/ma/gui/components/admin/createasset/textcontrol/clientlibs/textcontrol |
Right-click the specialcharacters folder at the following path and select Create > Child Node and then click Save All:
/apps/fd/cm/ma/gui/configuration/textEditorConfig/specialcharacters/<YourChildNode>
Refresh the Text Editor\Create Correspondence UI page. The node that you have added is the last one in the list of Special characters in the UI.
Click Save All.
Changes in the special characters as required:
To... | Complete the following steps |
Add a custom special character |
|
Update an existing special character's properties |
|
Hide a special character |
|
Hide multiple special characters |
|
Order special characters |
|