Table Name: | cl_act_src |
Table Number: | 5389 |
Group: | Mixed Media |
Description: | The source for a specific action. This is always a Java script |
Flags: | |
Baseline/Custom: | Baseline |
Field Name | Common Type | Database Type | Generic Field ID | Array Size | Default | Flags | Comment | Field Used in Views |
---|---|---|---|---|---|---|---|---|
comments | CHAR | varchar | 255 | Comments about the module | ||||
dev | LONG | int | 151 | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | ||
module_name | CHAR | varchar | 2 | 80 | Name of the module | |||
objid | LONG | int | 3 | DIRECT | Internal record number | |||
src_code | CHAR | text | ALLOW_NULL | Script source code | ||||
type | LONG | tinyint | 0 | DIRECT | Source code type; 0=JScript, 1=VBScript, default=0 | |||
version | CHAR | varchar | 20 | Version of the source code |
Relation | Type | Target Object | Inverse Relation | Comment | Flags | MTM Table | Used in Views |
---|---|---|---|---|---|---|---|
cl_act_src2cl_action | OTM | cl_action | cl_action2cl_act_src | Actions using the source code |
Index Name | Fields | Flags |
---|---|---|
cl_act_src_ind | module_name | UNIQUE |
Index Name | Fields | Additional Information |
---|---|---|
cl_act_src_ind | module_name | nonclustered, unique located on PRIMARY |
ind_module_name | module_name, version | nonclustered located on PRIMARY |
objindex | objid | clustered, unique located on PRIMARY |
View ID | View Name | Tables |
---|
cl_act_src | |||