function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhishek Thakur 17Abhishek Thakur 17 

How to find unused field on salesforce?

H i want to know how to find unused field on the salesforce?

 

AnkaiahAnkaiah (Salesforce Developers) 
Hi Abhishek,

Salesforce Optimizer now produces a very similar result out of the box without having to install a package from the AppExchange.
 
You are after three things here;
 
(1) The Field Usage (stored in Salesforce Records)
 
(2) The Field Last Populated (for which you'd need Field History enabled or you could use the most recently record and take the created date if that field is populated)
 
(3) The Field Dependancies 
 
The first two items would be served up by one of the Salesforce APIs with a different API being needed for the last option.

 
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EcsCZUAZ

or use field trip.
https:/appexchange.salesforce.com/listingDetail?listingId=a0N30000003HSXEEA4

If this helps, Please mark it as best answer.

Thanks!!
 
Abhishek Thakur 17Abhishek Thakur 17
Hi Ankaiah
I 've used salesforce optimizer on my org but my field usage is empty. Generally, How long does it take for the optimization to complete? As I saw a toast message saying it takes 24 hours but the org metrics were ready in a few mins but my field usage is still empty.
James HalexJames Halex

For unused fields go to workbench, Select all fields in that particular object and export a report using Bulk CSV option. If no data is in any of the fields then their is a good chance that those fields are not used anywhere. Please let me know it this helped you.