a!tagItem( text, backgroundColor, textColor, tooltip, showWhen, recordLink )
Displays a short text label with colored background for use with a!tagField. Tag items can contain a record link or user record link.
See also: Tag Field, Tag design guidance
Name | Keyword | Types | Description |
---|---|---|---|
Text |
|
Text |
Text to display within the tag. The tag displays a maximum of 40 characters. |
Background Color |
|
Text |
Determines the background color. Valid values: Any valid hex color or |
Text Color |
|
Text |
Determines the text color. Valid values: Any valid hex color or |
Tooltip |
|
Text |
Text to display as a tooltip on the tag. |
Visibility |
|
Boolean |
Determines whether the tag is displayed on the interface. When set to false, the tag is hidden and is not evaluated. Default: true. |
Record Link |
|
Record Link |
The record link to apply to the tag. Create a link with |
The following patterns include usage of the Tag Item.