Home > Extensions > Unsupported > SQL > QuickFind Active Or Resolved (Inactive) Cases

By default, CRM’s quick find, the find you use on any of the standard search pages, does not let you find inactive items. In December on Jim Wang’s blog, he talked about how to change it so that you can find inactive items, but that doesn’t always help. Maybe you want something a little more detailed like not finding any item that has a specific state type or stage specification, etc.

After some further searching I found another blog by Delta-N, a CRM Gold Partner in the Netherlands. Delta-N had two techniques specified on their blog entry.

I was able to use Delta-N’s option 2 to enable editing of the Case Filter and specify the filter to be a status of Active or Resolved instead of just Active. I don’t care about Cancelled cases (because we only cancel them if they were opened in error).

How I modified the Quick Find for Active Cases
Using the method from Delta-N’s blog to edit the Default Filter on a Quick Find…

  1. Use Microsoft SQL Server Management Studio to enable editing the Saved Query
    UPDATE [SavedQueryBase]
       SET IsCustomizable = 1
     WHERE Name = 'Quick Find Active Cases'
    
  2. Open CRM and go to Customization, then the entity (In my case it was Case)
  3. Open the QuickFind view
  4. Click “Edit Filter Criteria,” edit, and save
  5. Save and close the View
  6. Save, then Publish the entity

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2011 MSCRM Blogger

This site does not necessarily represent the views of Microsoft. The material posted on this blog are provided AS-IS, and you are to use the content at your own risk. Some of the code and information on this site may use unsupported methods. If you experience any problems using the information provided through this website, please post a comment and we will do our best to assist you, however, we can in no way guarantee support or resolution.

Microsoft Dynamics®, Silverlight®, Visual Studio®, and the corresponding logos are a registered trademarks owned by Microsoft Corporation. MSCRM Blogger has made every effort to supply trademark information about company names, products, and services mentioned on this blog. All third party trademarks are the property of their respective owners. Any rights not expressly granted herein are reserved.