Make a form that lets users edits existing records from Salesforce, and pre-fills fields with data from the record.
Set your form to update mode
Salesforce
.Update record
.Create a custom update link per record
settings icon
on the upper right side followed by Open Advanced Setup
.Object Manager
. Click your object
. In our example, we used Contact.Fields & Relationships
and create a New
field.Preview your form
Finish setup
. You can test your form in Preview
mode or use one of the unique links to update a record once your form is live.Your form will automatically pre-fill the data for the record it is updating.Button
field.
This button can then be embedded within Salesforce interfaces for users to easily manage records.