Formatting Missing Item Messages - Client - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Folders

Platform
OnBase
Product
Client
Release
Foundation 22.1
License
Standard
Essential
Premier

Apply formatting tags to the Text for Missing Item to make the item's absence more noticeable in the OnBase Client. Place the opening tag before the text being formatted. Place the closing tag after the text being formatted. The closing tag has a forward slash within the angled brackets, as shown in the table below.

Note:

Formatting tags apply only to folder templates used in the OnBase Client, Web Client, and Unity Client. For more differences between OnBase client applications, see Folder Feature Support.

Formatting Tag

Description

<BOLD></BOLD>

Makes the enclosed text bold. For example, to have the word “I-9” displayed in bold, type:

Missing <BOLD>I-9</BOLD>

<COLOR></COLOR>

Displays the enclosed text in the specified color. For example, to display the words "Missing I-9" in red, type:

<RED>Missing I-9</RED>

Supported colors are red, green, blue, yellow, cyan, magenta, black, gray, and white. Avoid using white; white text is unreadable until the text is selected.

<ITALIC></ITALIC>

Italicizes the enclosed text. For example, to italicize the words “Missing I-9,” type:

<ITALIC>Missing I-9</ITALIC>

<STRIKE></STRIKE> or <K></K>

Strikes out the enclosed text with a horizontal line. For example, to strike out the word “I-9,” type:

<STRIKE>I-9</STRIKE>

Or:

<K>I-9</K>