<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MSCRM Blogger &#187; quickfind</title>
	<atom:link href="http://mscrmblogger.com/tag/quickfind/feed/" rel="self" type="application/rss+xml" />
	<link>http://mscrmblogger.com</link>
	<description>Achieving it all with Microsoft Dynamics CRM™</description>
	<lastBuildDate>Fri, 09 Jul 2010 14:57:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>QuickFind Active Or Resolved (Inactive) Cases</title>
		<link>http://mscrmblogger.com/2009/06/15/quickfind-inactive-records/</link>
		<comments>http://mscrmblogger.com/2009/06/15/quickfind-inactive-records/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 11:41:30 +0000</pubDate>
		<dc:creator>Carlton Colter</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cases]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[crm4]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[incidents]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[quickfind]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://mscrmblogger.com/?p=62</guid>
		<description><![CDATA[By default, CRM's quick find, the find you use on any of the standard search pages, does not let you find inactive items.  Here is way to modify the system views for an entity, like the QuickFind for Cases.  I modified the criteria to allow text searches to search both active and inactive cases.]]></description>
			<content:encoded><![CDATA[<p>By default, CRM&#8217;s quick find, the find you use on any of the standard search pages, does not let you find inactive items.  In December on <a href="http://jianwang.blogspot.com/" target="_blank">Jim Wang&#8217;s blog</a>, he talked about how to change it so that you can find inactive items, but that doesn&#8217;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.</p>
<p>After some further searching I found another blog by <a href="http://www.delta-n.nl/" target="_blank">Delta-N</a>, a CRM Gold Partner in the Netherlands.  Delta-N had two techniques specified on their <a href="http://blogs.delta-n.nl/crm/Lists/Posts/Post.aspx?ID=6" target="_blank">blog entry</a>. </p>
<p>I was able to use Delta-N&#8217;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&#8217;t care about Cancelled cases (because we only cancel them if they were opened in error).</p>
</p>
<p><b>How I modified the Quick Find for Active Cases</b><br />
Using the method from Delta-N&#8217;s blog to edit the Default Filter on a Quick Find&#8230;</p>
<ol>
<li>Use Microsoft SQL Server Management Studio to enable editing the Saved Query
<pre name="code" class="sql">
UPDATE [SavedQueryBase]
   SET IsCustomizable = 1
 WHERE Name = 'Quick Find Active Cases'
</pre>
</li>
<li>Open CRM and go to Customization, then the entity (In my case it was Case)</li>
<li>Open the QuickFind view</li>
<li>Click &#8220;Edit Filter Criteria,&#8221; edit, and save</li>
<li>Save and close the View</li>
<li>Save, then Publish the entity</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblogger.com/2009/06/15/quickfind-inactive-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
