Hi @wenybai,
Possible, but it’s challenging.
You can set up UOM conversions. For example, you can set up a conversion where 1 package equals 10 lbs. By doing this, when you add the product to a quote, It will automatically calculate the quantity in pounds based on the custom field of number of packages entered. This can be done in the Item master or directly in the Sales Order/Quotation.
If the above method doesn’t meet your requirements or if you need more flexibility, you can customize it to achieve the desired functionality. You can create a client/server script that calculates the quantity in pounds based on the number of packages entered and updates the quantity field accordingly. Alternatively, you can add a custom field to the Sales Order/Quotation form where you input the number of packages, and then use a client/server script to calculate and populate the quantity field based on the package quantity and weight per package.
Reference:
Hope this helps.