Frappe.io
Frappe Cloud
Documentation
Partners
Frappe School
Marketplace
Public Chat
Frappe Forum
How to add a child table after creating a new document using frappe.new_doc() in JavaScript?
Frappe Framework
js
,
script
,
howto
,
custom_script
NCP
April 23, 2024, 2:18pm
8
Use it.
frappe.model.set_value(row.doctype, row.name, "item_code", i.item_code);
How to make the calculations automatically
show post in topic