You need to sign in to do that
Don't have an account?

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 .
You need to sign in to do that
Don't have an account?
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
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,
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