Hello
I have Many Customize field in Sales Invoice ,Quotation ,Sales Orders , Sales Invoice Item and quotations items doctype
know I want to move those or copy the Customize fields to other site for example copy them form my local erpnext
to my erpnext site in frappe Cloude
what is the easy way to do that so I don’t have to add them again from begging
I search about how to export custom field on google but I found information about how to export doctype
data to excel
but I did not found info how to export just the customize field from doctype
can you please explain more for me how to export .
@Hamza_Erpnext Did this resolve the issue for you? I’m currently running into problems when migrating exported customizations. The sync_on_migrate flag doesn’t seem to be working in my case.
I’m not yet fully convinced this is the right approach, since Frappe provides the Export Customizations logic. That makes me think customizations are meant to be created this way, rather than through the more general fixtures logic.