Edit a particular record from Report #inSalesforce

Inline Edit in Report 

Steps:

Setup > from Reports and Dashboards Settings > select Enable Inline Editing in Reports (Lightning Experience only) > and save your changes


OR


Edit a particular record from Report using formula field:

Go to the object from object manager whose records you want to edit and create a formula field with return type text (use hyperlink like below) on that object as in video.

Use the following following: HYPERLINK('/'&Id&'/e?','Edit')

While creating the report for that object - along with other columns display this new formula field. Run the report and per each record you will find a Edit link. Click on this, to go to the record and edit the record.


Comments