Fetching Sales Order % Delivered to Custom Doctype

Can we get the live data of Sales orders % Delivered field in custom doctype field that updates automatically as synchronized with Sales Order data?

cur_frm.add_fetch('sales_order_no','per_delivered','per_delivered');

Doesn’t seem to work :frowning:

1 Like