ui_button_set
- Last UpdatedNov 12, 2024
- 1 minute read
The ui_button_set table stores the set of available configurable buttons for each Operator screen that may have configurable buttons. Populated with default data when the database is first created and so users cannot add or modify this data.
Allows many buttons to be defined per screen. It is possible for a single button to be included on multiple screens, or for the same button to be included many times on a single screen with different images, text and runtime parameters.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
screen |
string40 |
Y |
N |
Identify the screen or tab to which the set of available buttons is defined |
|
button_id |
int32 |
Y |
N |
Identify the button as being available for this screen |
|
display_seq |
int32 |
N |
N |
The default sequence of the buttons at configuration time |
|
incl_by_default |
logical |
N |
N |
Is this button included by default,i.e., when screen is opened for the first time? |
FK from button_id to ui_button. (Cascade delete)