ui_button
- Last UpdatedNov 12, 2024
- 1 minute read
The ui_button tables stores the available configurable buttons and their properties for use in Operator configurable screens. Populated with default data when the database is first created and so users cannot add or modify this data.
Any of these values can be overridden for actual instances of buttons on any particular screen. The instance configuration data is stored in the ui_config table.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
button_id |
int32 |
Y |
N |
Identify the button |
|
button_desc |
string40 |
N |
N |
Button description, e.g., StartJob. Provides default text to display above the button |
|
tooltip |
string254 |
N |
N |
Default tooltip when mouse hovers over the button |
|
def_enabled_img |
string80 |
N |
N |
Default image when button is enabled |
|
def_disabled_img |
string80 |
N |
Y |
Default image when button is disabled. (Defaults to blank) |
|
param_desc |
string254 |
N |
Y |
Optional parameter description (to include when invoking the button’s script) |
|
def_param |
string80 |
N |
Y |
Default parameter to include when invoking the button’s script |
|
config_help |
string254 |
N |
Y |
Configuration Help for the button |
|
dest_option |
string254 |
N |
Y |
Configurable options for destination window/dialog when button is clicked |
|
spare1 |
string80 |
N |
Y |
Spare field Note: This field is currently not used. |
|
spare2 |
string80 |
N |
Y |
Spare field Note: This field is currently not used. |
|
spare3 |
string80 |
N |
Y |
Spare field Note: This field is currently not used. |
|
spare4 |
string80 |
N |
Y |
Spare field Note: This field is currently not used. |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |