Compute qty * net weight

this script i put in my server it is working

Hello,

this works! but this is not refreshing :frowning: i need to input again the cbm to recompute it

and where can i input this script?

cur_frm.add_fetch(“item_code”, “net_weight”, “cbm”);

if I include this with the same doctype it is not computing

i need to get the net weight from item maintenance to cbm field

Hello I tried it again and it workd but need to re input the cbm it is not automatically computing

use this

instead of cur_frm.add_fetch(“item_code”, “net_weight”, “cbm”);

1 Like