This table identifies the features used by the Product Exploration and Product Comparison metaphors and the sequence in which the features display.
Column Descriptions
Column Name
| Column Type
| Description |
FEATUREID
| INTEGER NOT NULL
| The internal reference number of the feature. Foreign key to the ICEXPLFEAT table.
|
STOREID
| INTEGER NOT NULL
| The internal reference number of the store to which this feature setting belongs.
|
METAPHORID
| INTEGER NOT NULL
| The internal reference number of the metaphor to which this feature setting belongs. Foreign key to ICMETAPHOR table.
|
DISPLAYABLE
| INTEGER NOT NULL
| Determines whether or not this feature will display. Valid values:
0 = do not display this feature (attribute) in this metaphor.
1 = display this feature (attribute) in this metaphor.
|
ORDERSEQ
| INTEGER NOT NULL
| The sequence in which the features display.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|