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



Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

label Labels

Comments 0