Question:
How to find the actual Salesforce Object Query Language (SOQL) Query for a View defined on My Account Page in CRM?
Answer:
The View records are stored in the View_vod object, the actual SOQL query for each View is stored in Statement_vod field of this object.
For example, query the View_vod object using SOQL in Salesforce Workbench, the query stored in Statement_vod field looks like this:
Related Documentation:
N/A
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.