Field |
Field Type |
Null |
Notes |
Description |
SCENARIOBATCHID |
uniqueidentifier |
 |
|
GUID used to group discount combination runs - used to optimize the combination of scenarios. |
SCENARIOCOMBINATIONID |
uniqueidentifier |
|
|
GUID used to group discount scenarios to form a valid combination of scenarios for a discount. |
DISCOUNTSCENARIOID |
uniqueidentifier |
|
|
Foreign key to a discount scenario in the SALESORDERITEMDISCOUNTOPTION table. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
DISCOUNTSCENARIOGROUPID |
uniqueidentifier |
|
|
GUID of the discount scenario group - groups together discount scenarios that have overlapping items. Discount scenarios groups can be combined independently. |