Custom Field Updates

We have created a custom field and exported in custom app. We have updated the app in production and the custom field got updated.

If any changes we made in that custom field , its not getting updated after pulling the custom app by exporting that custom field in custom app.

Hi @Kartheek_P88,

If you export the field using the export-fixtures command, any changes made to the field will require you to reapply the command “bench export-fixtures” to update the custom field. However, with every site update or migration, the field will also be updated automatically each time.

“bench export-fixtures” will work if we mentioned the fields in hooks.py. But im exporting the custom fields through the Customize Form.

Hi @Kartheek_P88,

Please check it.

If :heavy_check_mark: then it will sync in every migrate.

I’m using Frappe version 14. I followed your instructions for exporting data using bench export-fixtures and enabled ‘Sync on Migrate,’ but the changes still aren’t showing up.

If you export the field from the customize form then no need to apply the command.

Please check it.

I think, the issue has been fixed now.