Data Dictionary
>
FPSINPUT Tables
> FPSINPUT.GEN_BADGES
Table FPSINPUT.GEN_BADGES"
Table list the badge configurations for to display in NextMove.
-
Schema: FPSINPUT
-
Tablespace: FPSDATA
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
BADGE_NAME |
VARCHAR2(20) |
The unique badge name. |
|
|
BADGE_COLOR |
VARCHAR2(24) |
Background color of the badge. Only fill this is when using badge text. |
|
|
BADGE_ICON |
VARCHAR2(50) |
Bootstrap badge icon name to be used to display an icon rather than text. If this field is populated the badge_text column must be null. |
|
|
BADGE_TEXT |
VARCHAR2(12) |
Text value to display in the badge. If this field is populated the badge_icon column must be null. |
|
|
DISPLAY_SORT |
NUMBER(3) |
N |
Sort rank to display in NextMove. Lower numbered badges will display furthest to the left |
|
FONT_SIZE |
NUMBER(2) |
Font Size of the badge text or icon. |
|
|
IS_BOLD |
CHAR(1) |
N |
Font Weight of the badge text or icon. |
|
IS_TEXT_ONLY |
CHAR(1) |
N |
For text_only badges, background color, shadow, and border are removed. |