Table Name: | btn_action |
Table Number: | 333 |
Group: | System |
Description: | Defines the command actions behind form buttons and controls |
Flags: | |
Baseline/Custom: | Baseline |
Field Name | Common Type | Database Type | Generic Field ID | Array Size | Default | Flags | Comment | Field Used in Views |
---|---|---|---|---|---|---|---|---|
button_type | LONG | int | DIRECT | Indicates whether action invokes a stored procedure or an executable | ||||
command | CHAR | varchar | 255 | Name of the stored procedure or command line of the executable | ||||
dev | LONG | int | 151 | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | ||
execution_order | LONG | int | DIRECT | Defines order of execution: if negative, then order before the default Clarify action; if positive, then order after the default Clarify action | ||||
is_sync | LONG | int | DIRECT | Indicates whether the action is to be executed synchronously or asynchronously | ||||
objid | LONG | int | 3 | DIRECT | Internal record number | |||
platform | CHAR | varchar | 80 | Identifies the hardware platform for execution | ||||
title | CHAR | varchar | 2 | 80 | Descriptive name of the action |
Relation | Type | Target Object | Inverse Relation | Comment | Flags | MTM Table | Used in Views |
---|---|---|---|---|---|---|---|
btn_action_in2argument | OTM | btn_argument | btn_argument2in_action | Related input argument | |||
btn_action_out2argument | OTM | btn_argument | btn_argument2out_action | Related output argument | |||
btn_action2control_db | MTO | control_db | control_db2btn_action | Invoking control object |
Index Name | Fields | Flags |
---|---|---|
btn_action_index | platform:execution_order:btn_action2control_db | UNIQUE |
Index Name | Fields | Additional Information |
---|---|---|
btn_action_index | platform, execution_order, btn_action2control_db | nonclustered, unique located on PRIMARY |
objindex | objid | clustered, unique located on PRIMARY |
View ID | View Name | Tables |
---|
btn_action | |||