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
john s.john s. 

Search complete Salesforce Instance for an Value

SF.Professional 
API/Workflow 


Hello Community,

I want to search an Modified Date in the Whole Salesforce Org. 

How can i achieve this easily ?  Could i do this with an SOQL Browser ( Force com explorer) or sth. like that ? 

regards john 
Arvind KumarArvind Kumar

Hi john,

You should enable Event Monitoring feature & View Audit trail for your org. You can achieve the modified date of the whole salesforce org.

View Setup Audit Trail:
    The view Setup Audit Trail will track all metadata changes including object, fields, layouts, class, page etc..and displays latest 20 changes.
If you want to see last 6 months metadata changes need to download the CSV file.

https://help.salesforce.com/articleView?id=admin_monitorsetup.htm&r=https%3A%2F%2Fwww.google.co.in%2F&type=0

And follow the below link for Event monitoring.

1.)  https://trailhead.salesforce.com/en/modules/event_monitoring
2.)  http://sfdc.nicmcbride.com/event-monitoring/

Follow the above link, it would be helpful for you.

Thanks,
Arvind Kumar