How to fetch values automatically in ERPNEXT

Total Qty.:-50

qty.:-
so how to copy values using customization

Please describe issue in more detail.

on java (client script)
frappe.db.get_value (doctype, name , filedname)
on python (server script)
frappe.db.get_value(doctype, name)

1 Like