In our day-to-day salesforce activities, we may come across
deleting records from the sandbox. It may be because you don’t need it or
by mistake, you have added it or you need to get back your storage limits by
cleaning up some junk data. In this post, I will show an easy way to delete
records from the developer console in salesforce.
Steps
Log in to Salesforce lightning
Click on the Gear icon at the top right corner and click on the Developer console
In the Developer Console, notice the bottom section with
multiple subtabs
In case you are not able to see it, click the arrow mark
Click on the Query Editor, write a sample query and click on the Execute button as shown in
the below screenshot
Make sure you get the necessary records with the filter
condition.
How to Delete single record
Click on any record in the list and click on the Delete Row button
as shown below
Click Yes
How to Delete multiple records
Select multiple records using CTRL + Click on each record or
Make use of SHIFT [Click on the first record and scroll down, Pressing SHIFT +
click on the last record], it will select multiple records.
Click the Delete Row button
Select Yes in the popup, It will delete selected records.
Awesome! You just deleted junk data in your sandbox. In this
post, we have seen an easy way to delete multiple records from the Salesforce
Org.
Post your queries or feedback in the comments section below.
You may also like
0 Comments