Hi all,
Don’t know if exists or if is a requirement but now i need to fetch like this
frappe.call({
method: "frappe.client.get_list",
args:{
doctype: ["Item","Item Barcode"],
filters: [
["disabled", "=", 0],
["barcode", "!=", ""]
],
fields: ['name','item_name','barcode','standard_rate']