Add below get_query to the customer field for that doctype
frm.fields_dict.customer.get_query = function() {
return {
query: "erpnext.controllers.queries.customer_query",
}
}
Add below get_query to the customer field for that doctype
frm.fields_dict.customer.get_query = function() {
return {
query: "erpnext.controllers.queries.customer_query",
}
}
@rohit_w thanks a ton,
Its working if the customer field is in the parent doctype, but doesn’t work if its in the child table,
Where to add it to get it to work in child table as well?
Yes please try
Hi, can I check if v10, search by mobile number at Sales Order is working fine ? my site is not working.