Create a Calculative field in Order Entry.

By | August 21, 2008

Want to Categorize the Products based on their weight? Looking for functionality to display total weight of the Line Item based on the weight of the Product?
Solution:
In the Product entry screen from Data management section there will be field called weight to the new product screen so that user can enter weight value before saving record.

It will display the total weight for each line item. The logic will be as (qty * weight).
In order entry on each line item weight is being displayed which was entered for that products.