screen_definition_action Table (371)
Some tooltip text!
• 1 minute to read
• 1 minute to read
An action to perform for a certain button in an screen
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
screen_definition | The screen-definition this element belongs to | FK screen_definition | ● |
button | The name of the button triggering this action | String(255) | ● |
ejscript | Deprecated. The ejscript to execute if this is a form which is posted | FK ejscript | ● |
ejscript_body | The script to execute for this button/action | Clob | ● |
do_check | If set, then run check() before executing button (making sure values in form fields are ok) | Bool | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
screen_definition | FK | Index |
ejscript | FK | Index |
Relationships
Table | Description |
---|---|
ejscript | ejscript |
screen_definition | A configurable screen |
Replication Flags
- None
Security Flags
- No access control via user's Role.