Quantity changes update...
- - the Formula column CartItem.SubTotal using Quantity * UnitPrice.
CartItem.SubTotal changes update...
- - the Rollup column Product.TotalInShoppingCarts
for any
CartItems
associated with the
using sum(CartItem.SubTotal).
... and ... - - the Rollup column ShoppingCart.SubTotal
for any
CartItems
associated with the
using sum(CartItem.SubTotal).
ShoppingCart.SubTotal changes update...
... and ...
- the Formula column ShoppingCart.Total using SubTotal + Tax.ShoppingCart.Total changes update...
Quantity changes update...
- the Rollup column Product.UnitsInShoppingCarts
for any
s
associated with the
using sum(Quantity).
Customer changes update...
- - the Lookup column ShoppingCart.CustomerName
for any of the
ShoppingCarts
associated with the
Customer.
ShoppingCart.CustomerName changes update...
- - the Lookup column CartItem.CustomerName
for any of the
CartItems
associated with the
ShoppingCart.
Customer changes update...
- the Lookup column ShoppingCart.CustomerEmailAddress
for any of the
ShoppingCarts
associated with the
Customer.ShoppingCart.CustomerEmailAddress changes update...
- - the Lookup column CartItem.CustomerEmailAddress
for any of the
CartItems
associated with the
ShoppingCart.
Customer changes update...
- the Lookup column ShoppingCart.CustomerPhoneNumber
for any of the
ShoppingCarts
associated with the
Customer.ShoppingCart.CustomerPhoneNumber changes update...
- - the Lookup column CartItem.CustomerPhoneNumber
for any of the
CartItems
associated with the
ShoppingCart.
Customer changes update...
- the Lookup column ShoppingCart.TaxRate
for any of the
ShoppingCarts
associated with the
Customer.ShoppingCart.TaxRate changes update...
SubTotal changes update...
- - the Formula column ShoppingCart.Tax using SubTotal * TaxRate.
ShoppingCart.Tax changes update...
SubTotal changes update...
- the Formula column ShoppingCart.Total using SubTotal + Tax.ShoppingCart.Total changes update...