Hi @keerthi_kuttan:
Create server script, type “API”
From client side call it directly with method name.
frappe.call({
method: ‘yourmethod,`
Check this thread:
Hope this helps.
Hi @keerthi_kuttan:
Create server script, type “API”
From client side call it directly with method name.
frappe.call({
method: ‘yourmethod,`
Check this thread:
Hope this helps.