You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
2/17/14
Table: ItemSale, Column(s) added
Name | Data Type | Allow Nulls | Default | Notes |
---|
ParentObjectId | Guid | True | NullN | Used to relate children ItemSale records to a parent ItemSale record. i.e. A combo named "Lunch Meal Deal" is sold which consists of Burger, Fries, Drink. The ItemSale data output will consist of: - 1 ItemSale record which represents the combo "Lunch Meal Deal".
- 3 ItemSale records with a ParentObjectId which equals the ObjectId of the "Lunch Meal Deal"
- The 3 ItemSale records represent the Burger, Fries, and Drink.
|