
[{
"badge": "Primary",
"filter": "svmx_credential = '25847b77-b4f5-4d14-8718-6a9d985c2bf1' AND svmx_level = 30",
"color": "rgb(244,167,10)",
"text": "P"
}, {
"badge": "Secondary",
"filter": "svmx_credential = '25847b77-b4f5-4d14-8718-6a9d985c2bf1' AND svmx_level = 20",
"color": "rgb(146,167,178)",
"text": "S"
}, {
"badge": "Tertiary",
"filter": "svmx_credential = '25847b77-b4f5-4d14-8718-6a9d985c2bf1' AND svmx_level > 0",
"color": "rgb(138,89,61)",
"text": "T"
}]
|
Property
|
Description
|
|---|---|
|
badge
|
Readable name used to identify the badge. Required.
|
|
filter
|
Valid SMQL query expression executed on the Qualification object, used to specify badge conditions. Syntax is the same as for Nearby Jobs filtering, except that the target object is Qualification instead of Job. Required.
|
|
color
|
Background color for the badge. Can be any valid color-name value, such as #fff, blue, or rgb(140, 66, 31). If not specified, #ccc is used by default.
|
|
text
|
Single character that appears on the badge (English recommended). If multiple characters are specified, only the capitalized first character is used. If not specified, badges appear without characters.
|
|
|
• No default values are specified in the Resource Badge Rules setting that ships with Service Board. The badge and filter properties are required.
• In cases where multiple Resource Badges match a Resource, only the first appears.
|