This table holds the contextual information related
to the catalog entry display property configuration.
Column Descriptions:
Name | Type | Description |
CEDISPCTX_ID | BIGINT NOT NULL | The internal reference number of the catalog
entry display property contextual information. |
CATGROUP_ID | BIGINT NOT NULL | The internal reference number of the catalog
entry display property contextual information. Catalog group for
which the catalog entry display configuration is
defined. |
STOREENT_ID | INTEGER NOT NULL | Store for which the catalog entry display
configuration is defined. |
STARTTIME | TIMESTAMP | The start time of the display configuration. The
configuration with NULL start time is effective immediately. |
DISPLAYMODE | VARCHAR (64) NOT NULL DEFAULT 'plain' | This field defines UI preferences. Two values are
defined, so far: "plain" and "showPins".
- "showPins" enables highlighting of products whose position
in the display order is fixed. This benefits people who edit
display sequencing rules. It alerts them to the fact that these
products aren't being positioned by the rules.
- "plain" disables this highlighting. This is our old display
style. It is simpler. This is preferable when the business user has
merely fixed one or more products to a specific position in the
sort order, and used no rules. |
FIELDID | VARCHAR (256) | Reserved for HCL internal use. |
LASTUPDATE | TIMESTAMP NOT NULL DEFAULT CURRENT TIMESTAMP | Reserved for HCL internal use. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
P_0036 | CEDISPCTX_ID | Primary Key |
I0001529 | CATGROUP_ID+STOREENT_ID+STARTTIME | Non-Unique Index |
I0001530 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3775 | CATGROUP_ID | CATGROUP | CATGROUP_ID | Cascade |
F_3776 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3774 | CEDISPCTX_ID | CEDISPCONF | CEDISPCTX_ID | Cascade |