Jump to Calculated fields
Calculate the total weight of an item on the order lines using calculated fields in Uniconta.
If you want to see the total weight of an item on the order lines, you can create a calculated field.

- Go to Tools / Calculated fields
- Select the table called: DebtorOrderLineClient
- Click on Calculated fields
- Click on Add field
- Name the field, e.g. ucWeight
- Enter a command prompt, e.g. Total weight
- Select type: Double
- In the Script field, type: rec.InvItem.Weight * rec.Qty
