AustinT
AustinT

Reputation: 2036

Where to find the 'views' settings from crm 2013 sql


I am having troubles finding the views settings section using sql server. What filtered views would I query to find these settings. I was told briefly to try looking in FilteredUserQuery but did not find all of the columns I am looking for. I have attached a screenshot for more clarification on which settings I am looking for. I am interested in these columns while using sql server. Please let me know if you have any questions or confusions with my questions.

Here is a link to all of the different filtered views I have access to http://msdn.microsoft.com/en-us/library/dn531182.aspx

enter image description here

enter image description here

enter image description here

Thanks for the assitance!

Upvotes: 2

Views: 765

Answers (1)

Guido Preite
Guido Preite

Reputation: 15138

You need to look into FilteredSavedQuery, the entity SavedQuery holds the system views.

Upvotes: 3

Related Questions