How to Edit Custom Fields on GoldFinch Objects
GoldFinch is a sophisticated ERP. There are underlying logics for many out-of-box fields.
We added Visuralforce pages or LWC components to override most of the Salesforce out-of-box New, Edit, Clone, and Delete buttons on GoldFinch objects, to ensure data integrity.
If you want to add custom fields to GoldFinch objects, here are a few options to make them available for users to edit:
Add these custom fields to fieldsets to present them on the Visualforce pages.
Add these fields to the list views.
Create a screen flow with appropriate UX design. Add the screen flow to the detailed page layout to edit fields and update the record.