Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The mktg_order_discount_expression table in the marketing database contains information about order discount expressions in the Marketing System.
The following table describes the columns in the mktg_order_discount_expression table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_disc_id |
int |
no |
The ID of the associated order discount. This is a primary key, and a foreign key into the mktg_order_discount table. |
i_discexpr_expr |
int |
no |
The ID of the expression associated with this order discount. This is a primary key, and a foreign key into the mktg_expression table. |