expressions Element

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The expressions element determines whether expressions are loaded from the Commerce Server 2002–compatible schema or from the new Marketing System schema. This element is required, and is a child of the CommerceServer container element.

The following table lists and describes the attributes of the expressions element.

Attribute

Data type

Description

schema

String

The type of schema that will be used. Valid values are "Auto", "Profiles", and "Marketing":

  • In an Auto schema, the system automatically detects the presence of the new Marketing System expressions table, named "mktg_expression", in the Marketing System (Campaigns) database. If this table is in the database, the Expressions system initializes in Marketing System mode. If this table is not in the database, the system initializes in Commerce Server 2002 Profiles compatibility mode.

  • In a Profiles schema, expressions are loaded from the es_ExprInfo table in the BizDataStore (Profiles) database.

  • In a Marketing schema, expressions are loaded from the mktg_expression table in the Marketing System (Campaigns) database. In this case, expressions are loaded from the database referenced in the Campaigns resource.

The default value is Auto.

This attribute is required.

Example

<expressions schema="Auto" />

See Also

Other Resources

Web.Config Configuration Settings