How To Quickly Find Newly Created Fields In Salesforce

How To Quickly Find Newly Created Fields In Salesforce
In this blog, you will learn how you can quickly find newly created fields in salesforce.

Follow below simple steps

  • Go to Setup
  • Open Developer Console
  • Go To Query Editor
  • Write a Simple Query

Select DeveloperName, TableEnumOrId, CreatedDate From CustomField 
Where CreatedDate = Today

  • Select Use Tooling API Checkbox
  • Click on Execute

Reference:

Salesforce Developer - Click Here


0 Comments