Are the Sales Order and the quotation doctype connected?

I want a custom field in my Sales Order doctype that displays a Value from the associated Quotation. Is this somehow possible? I am using SAAS.

You can make two fields and use the add fetch custom script.

https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-scripts/custom-script-examples/custom-script-fetch-values-from-master.html

1 Like

If the custom fields are named exactly the same, they are automatically mapped.

1 Like