Column Name
| Column Type
| Description
|
CATGROUP_ID
| BIGINT NOT NULL
| The reference number of the CatalogGroup for which this page name will be displayed. A value of 0 indicates that this page name will be used for for all CatalogGroups.
|
DISPCGPREL_ID
| BIGINT NOT NULL
| The reference number of this entry.
|
LANGUAGE_ID
| INTEGER
| The language in which this page displays. For a list of language components, see the LANGUAGE table.
|
DEVICEFMT_ID
| INTEGER NOT NULL
| The reference number of the device type that the page will be displayed on. Foreign key to the DEVICEFMT table.
|
PAGENAME
| VARCHAR(254) NOT NULL
| The name and path of the display page template. The path is relative to the application document root.
|
STOREENT_ID
| INTEGER NOT NULL
| The reference number of the Store for which this page will be displayed.
|
MBRGRP_ID
| BIGINT NOT NULL
| The reference number of the MemberGroup for which this template page will display. A value of 0 indicates that this template page will be used for for all MemberGroups.
|
DESCRIPTION
| VARCHAR(254)
| A descriptive comment of this entry.
|
RANK
| DOUBLE
| A sequence number used to break ties when more than one page satisfies the selection criteria. The larger the rank, the lower the precedence of the page.
|
FIELD1
| VARCHAR(254)
| Customizable.
|
FIELD2
| VARCHAR(254)
| Customizable.
|
OID
| VARCHAR(64)
| Reserved for IBM internal use.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|