Table Name: | cdo_context_map |
Table Number: | 9773 |
Group: | Process Manager |
Description: | Defines a mapping between CDO names in 2 different contexts |
Flags: | |
Baseline/Custom: | Baseline |
Field Name | Common Type | Database Type | Generic Field ID | Array Size | Default | Flags | Comment | Field Used in Views |
---|---|---|---|---|---|---|---|---|
dev | LONG | int | 151 | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | ||
is_fieldmap | LONG | tinyint | DIRECT, ALLOW_NULL | 0 = whole CDO mapping, 1 = field level mapping. | Search (2) | |||
objid | LONG | int | 3 | DIRECT | Internal record number | Search (2) | ||
source_field | CHAR | varchar | 64 | For field level mapping, the source field name | Search (2) | |||
target_field | CHAR | varchar | 64 | For field level mapping, the target field name | Search (2) |
Relation | Type | Target Object | Inverse Relation | Comment | Flags | MTM Table | Used in Views |
---|---|---|---|---|---|---|---|
map_from2cdo_context | MTO | cdo_context | from_context2cdo_context_map | Map from this name | Search (2) | ||
map_to2cdo_context | MTO | cdo_context | to_context2cdo_context_map | Map to this name | Search (2) | ||
cdo_context_map2function | MTO | function | function2cdo_context_map | The process step that defines the mapping | Search (2) |
Index Name | Fields | Flags |
---|
Index Name | Fields | Additional Information |
---|---|---|
mf2cc9773 | map_from2cdo_context | nonclustered located on PRIMARY |
mt2cc9773 | map_to2cdo_context | nonclustered located on PRIMARY |
objindex | objid | clustered, unique located on PRIMARY |
View ID | View Name | Tables |
---|---|---|
9899 | cdo_map_view | cdo_context, cdo_context_map, function |
9900 | procdef_cdomap_view | cdo_context, cdo_context_map, function |
cdo_context_map | |||