This table holds the predefined substitution
parameters which can be used while creating the title and meta
description. At run-time the substitution parameter will be
replaced with the values based on the request properties
Column Descriptions:
Name | Type | Description |
SUBPARAMNAME | VARCHAR (254) NOT NULL | The name of the substitution parameter used
within the page definition descriptions such as the title, meta
description and image alternate description. |
STOREENT_ID | INTEGER NOT NULL | The reference number of the store entity that the
substitution parameter belongs to. |
ADMINDESC | VARCHAR (254) | The description of the substitution
parameter. |
CLASSNAME | VARCHAR (254) NOT NULL | The name of the class to retrieve the
substitution parameter value from. |
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 |
<SYSTEM-GENERATED> | SUBPARAMNAME+STOREENT_ID | Primary Key |
I0001415 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3703 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |