
WHERE CreatedDate = TODAY AND TableEnumOrId = '01I.' WHERE CreatedDate = TODAY AND TableEnumOrId = 'Account'Ĭustom Object SELECT DeveloperName, TableEnumOrId FROM CustomField If you want to fetch from a single object, you can also filter by TableEnumOrId: Standard Object SELECT DeveloperName, TableEnumOrId FROM CustomField
For custom objects, it gives the Object ID. For standard objects, the TableEnumOrId gives the Name of the object directly like Account, Contact, Opportunity etc. TableEnumOrId is the ObjectName/ ObjectId. Fields created TODAY: SELECT DeveloperName, TableEnumOrId FROM CustomField Open your Developer Console, click on the Query Editor tab, click the “Use Tooling API” checkbox, then copy the below query! Here’s a quick and easier way to find the list of newly created fields. If you don’t want to go through that manual clicking process, then you are at right place.
Good luck if you want to find what new fields were created this week or this month or even this quarter. You need to manually click each and every field to know what’s the created date. The fields list in object manager doesn’t have a column for ‘Created Date’.
Click Save and verify the changes are now correct.This post is a part of the daily blog series A Tip A Day, daily dosage of learning!ĭay #39 – Easily Find Newly Created Fieldsįinding the CreatedDate of fields in Lightning Experience is hard work. Make any necessary changes by clicking the Edit Assignment button and choosing the correct page layout to use. If you do not see your changes, verify the Compact Layout Assignment by clicking the Compact Layout Assignment. Return to the page and verify the changes are correct. Add/Remove fields from the Selected Fields list using the arrows. Click on Compact Layouts from the list on the left and select the page layout you are using (if applicable). For this example we will be using the Account object. Navigate and select the object you want to edit the highlights panel on. Click on the Gear icon and choose Set Up. To Add/Remove fields form the Highlights Panel: Standard and custom fields can be displayed here so you can create formula field to put several together (e.g., Rep + Territory + State) to get more information into the panel. These fields will be data that will help the user ‘know’ the contact or easily access their contact information. You can edit each page highlights panel to include up to six fields. Salesforce Lightning has a new Highlights Panel that can show important information easily at the top of the page.