Custom Scripts Not orking on v11

Custom scripts dont seem to work on v11, I tried to fetch customer tax id from customer master to quotation with “cur_frm.add_fetch(‘customer’, ‘tax_id’, ‘tax_id’)” scripts. Kindly suggest way foward.
Regards
Brian

Use Fetch From instead.

1 Like

Doesn’t work for me, I put: customer.tax_id into fetch from, but nothing happened.

Hi, am facing the same issue, tried custom scripts (cur_frm.add_fetch(‘customer’,‘tax_id’,‘tax_id’)) but no luck.