CatCart::updateFromProduct Method
Updates the LineAmount values for product lines based on any changes in the application.
Syntax
client server public static void updateFromProduct()
Run On
Called
Remarks
This method is only called when the user loads the shopping cart.
Hence, we should not update such non-essential data that is unlikely to change for performance reasons. Such as the ProductName, ProductDescription, and ProcurementCategory fields.