is there any way to store the output value of frappe.call returned value in javascript
like
let result = frappe.call({
method: "path.func_name",
args:{ ....}
})
console.log(result)
is there any way to store the output value of frappe.call returned value in javascript
like
let result = frappe.call({
method: "path.func_name",
args:{ ....}
})
console.log(result)