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
Shobha JamesShobha James 

how to check if a custom field is used in salesforce report filter logic(All Reports)

Is it possible to check  if a  custom field is included in the filter Logic  in All Reports .
Best Answer chosen by Shobha James
VinayVinay (Salesforce Developers) 
Hi Shobha,

You would need to retrieve metadata of reports using VS code and search for field reference.

https://ryanwingate.com/salesforce/other/retrieve-salesforce-metadata-into-sfdx-in-vs-code/

Please mark as Best Answer if above information was helpful.

Thanks,

All Answers

VinayVinay (Salesforce Developers) 
Hi Shobha,

You would need to retrieve metadata of reports using VS code and search for field reference.

https://ryanwingate.com/salesforce/other/retrieve-salesforce-metadata-into-sfdx-in-vs-code/

Please mark as Best Answer if above information was helpful.

Thanks,
This was selected as the best answer
Shobha JamesShobha James
Hi  Vinay ,
Thanks for your reply ,I  have some probem  for authorizing the org with VS code ,working on that .Meantime , do you think it would be the same for List View as well,or is there any way to see if a custom field is using in List View filter? I was trying to retrieve List View metadata using workbench ,but I am getting the error Entity of type 'ListView' named 'Account.XXXXX' cannot be found.

Appreciate your help.
Thanks,
Shobha