Custom Field to Other site

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

thanks.

Export the property setter and custom field doctype and import in new site

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 .

Please refer to the documentation on fixtures

There is also one other way:

  1. Customize Form → Select DocType → Add custom Field
  2. On the top click on ActionsExport Customizations.
  3. Choose your custom app in Module to export
  4. Check Sync on migrate option → Submit

This will create a json file with the field details and when you install your app on different site you will be able to see the changes.

1 Like

Thanks
I will try to doing those steps