|
BatchAdd.aspx
|
Previous Top Next |
| · | Cart Field "ID" to get it's value from Database Field "PartNo"
|
| · | Cart Field "Description" to get it's value from Database Field "Description"
|
| · | Cart Field "RawCost" to get it's value from Database Field "Price"
|
| · | Cart Field "Quantity" gets a literal value of 1
|
|
|
| Checking the IsLiteralValue checkbox and typing the value into the value textbox is how to define a literal value for the Quantity field.
|
|
|