Monday 28 March 2016

Create Query From Developer Console

In our daily coding/administration life, we often write a query on Query Editor to get the list of rows and columns, it is not possible to remember all the API names present in the org. And this is time consuming task as every time we need to go back to see the API and copy n paste into the Query Editor.

To overcome this situation, Salesforce has provided a Create Query option from Developer Console, which is very easy to use.

Steps:

  • Open Developer Console
  • Click on File then click on Open, select Objects
  • Select the Object(Double Click) on which you want to make a Query
  • Select the Fields and click on Query button

Here you go, your query is ready to use.