Custom script not appeared in code frappe

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.

1 Like