7

I am looking for the table that holds the criteria records for MS Dynamics CRM system views or saved Advanced Find views. Every saved view (system view or custom view) has some criteria that are used to filter the results. I would like to find the table in the database that holds this criteria as records.

jayt.dev
  • 975
  • 6
  • 14
  • 36

1 Answers1

12

System views are stored inside SavedQuery

https://msdn.microsoft.com/en-gb/library/gg594431.aspx

User views (saved from Advanced Find) are stored inside UserQuery

https://msdn.microsoft.com/en-us/library/gg509053.aspx

Guido Preite
  • 14,905
  • 4
  • 36
  • 65
James Wood
  • 17,286
  • 4
  • 46
  • 89