mktg_order_discount_expression Table
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. |