Hi all,
I’m new to Frappe/ERPNext, I would like to ask on how to change a doctype’s list data after submitting a web form. Below, i will explain the detail.
Detail:
- There is a “car” doctype with 3 fields which are car_name (Data), is_published (Checkbox) and Route (Data).
- There is a “car_appointment” doctype with 2 fields which are car_name (linked to “car_name” in car doctype) and customer_name (Data).
- There is a “booking” web form which linked to “car_appointment” doctype.
What I want to do is:
- After a user submit a form, the particular car in the “car” doctype’s list will be automatically unpublished. Which means to uncheck the “is_published” field.
I would like to thank you in advance for any help given. Thank you.