<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>TIDBITS on Microsoft Dynamics CRM</title><link>http://www.crmlady.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TidbitsOnMsCrm" /><description>Shared Tips and Tidbits from the field on Microsoft Dynamics CRM.</description><language>en-US</language><lastBuildDate>Wed, 17 Mar 2010 06:12:47 PDT</lastBuildDate><generator>http://www.typepad.com/</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TidbitsOnMsCrm" /><feedburner:info uri="tidbitsonmscrm" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Just one Button: LinkedIn and Dynamics CRM</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/_QtnLTYGKKI/just-one-button-linkedin-and-dynamics-crm.html</link><category>CRM Development</category><category>MS CRM ISV and 3rd Party Add-on Products</category><category>MS CRM Partner Resources</category><category>MS CRM Selling</category><category>MS CRM Tip of the Day</category><category>MS CRM Users: The Executive Office</category><category>MS CRM Users: The Marketing Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 17 Mar 2010 06:12:47 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/just-one-button-linkedin-and-dynamics-crm.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Just a small bit of code placed in just the right place. Sometimes the biggest business benefit is not necessarily the biggest development effort.&#0160; </p>
<p><a href="http://marcoamoedo.com/blog/adding-linkedin-to-dynamics-crm/">Marco has a great post about how to turn on access to LinkedIn within Microsoft Dynamics CRM.</a> </p>
<p>A small little button opening a world of possibilities.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_QtnLTYGKKI:YT-iDlyuc1Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_QtnLTYGKKI:YT-iDlyuc1Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_QtnLTYGKKI:YT-iDlyuc1Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_QtnLTYGKKI:YT-iDlyuc1Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=_QtnLTYGKKI:YT-iDlyuc1Q:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Just a small bit of code placed in just the right place. Sometimes the biggest business benefit is not necessarily the biggest development effort. Marco has a great post about how to turn on access to LinkedIn within Microsoft Dynamics...</description><feedburner:origLink>http://www.crmlady.com/2010/03/just-one-button-linkedin-and-dynamics-crm.html</feedburner:origLink></item><item><title>Developing in the world of concurrency</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/aEVBNOzT4q8/developing-in-the-world-of-concurrency.html</link><category>CRM Development</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 17 Mar 2010 06:07:06 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/developing-in-the-world-of-concurrency.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>For numerous years developers didn&#39;t need to worry about the complexity of creating multi-threaded applications in the PC World.&#0160;&#0160;The&#0160;availability of hardware and operating systems that supported multi-threaded applications just didn&#39;t exist. </p>
<p>Over the last couple of years this has now all changed. Multi-processors and multi-threaded support built into the operating systems of even the smallest computers&#0160;increases the requirements for creating&#0160;code that can take advantage of all that power and performance. </p>
<p>You can now, not only create pieces of applications that run concurrently, but you can also create situations where different pieces of the applications overlap, use asynchronus and synchronus services and even tap into different physical processing power at different times. &#0160;</p>
<p>If you consider a former tool to be one instrument (like a violin), then in today&#39;s development world, whole orchestras (violins, cellos, trumpets, sax, etc.)&#0160;are being managed with symphonies of success being deployed.</p>
<p>Needless to say the failures can&#0160;make&#0160;quite a racket and&#0160;the people who can detangle and fix this racket are a special breed.</p>
<p>Tools, Tools, and more Tools.</p>
<p>The Microsoft Research teams have&#0160;been looking at some of the concurrency problems and are interviewed on Channel 9 about their&#0160;discoveries.&#0160;&#0160;<a href="/shows/The+Knowledge+Chamber/Microsoft-Research-Tools-to-help-resolve-concurrency-problems/" id="ctl00_MainPlaceHolder_Starter_TitleLink"><a href="http://channel9.msdn.com/shows/The+Knowledge+Chamber/Microsoft-Research-Tools-to-help-resolve-concurrency-problems/">Microsoft Research: Tools to Help Resolve Concurrency Problems</a></a><a>&#0160;</a></p>
<p>Two little applications might be of interest for further analysis and learning. These include <a href="http://research.microsoft.com/en-us/projects/cuzz/">Cuzz</a>&#0160;and <a href="http://research.microsoft.com/en-us/projects/featherlite/default.aspx">Featherlight</a></p>
<br /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=aEVBNOzT4q8:WX9TUZHhe8Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=aEVBNOzT4q8:WX9TUZHhe8Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=aEVBNOzT4q8:WX9TUZHhe8Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=aEVBNOzT4q8:WX9TUZHhe8Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=aEVBNOzT4q8:WX9TUZHhe8Q:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>For numerous years developers didn't need to worry about the complexity of creating multi-threaded applications in the PC World. The availability of hardware and operating systems that supported multi-threaded applications just didn't exist. Over the last couple of years this...</description><feedburner:origLink>http://www.crmlady.com/2010/03/developing-in-the-world-of-concurrency.html</feedburner:origLink></item><item><title>So Many Variables: Windows Server 2008, 64 Bit</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/Y1f1e_nsoaU/so-many-variables-windows-server-2008-64-bit.html</link><category>MS CRM Installing</category><category>MS CRM Partner Resources</category><category>MS CRM Roll Out</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 08 Mar 2010 07:14:04 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/so-many-variables-windows-server-2008-64-bit.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>One of the benefits of blogging is having a place to capture items that might be worth remembering when problems occur.</p>
<p>Recently Microsoft released a <a href="http://support.microsoft.com/kb/950100">technical article on running Microsoft Dynamics CRM v4.0 in a Windows 2008 64 Bit Server environment.</a> </p>
<p>Some of the Key Items include an </p>
<p>&quot;Error message when you try to open the Microsoft Dynamics CRM 4.0 Web application&quot;</p>
<p>but the article also includes work arounds to many of the issues discovered in the field. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Y1f1e_nsoaU:OPIcZneZaM0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Y1f1e_nsoaU:OPIcZneZaM0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Y1f1e_nsoaU:OPIcZneZaM0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Y1f1e_nsoaU:OPIcZneZaM0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=Y1f1e_nsoaU:OPIcZneZaM0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>One of the benefits of blogging is having a place to capture items that might be worth remembering when problems occur. Recently Microsoft released a technical article on running Microsoft Dynamics CRM v4.0 in a Windows 2008 64 Bit Server...</description><feedburner:origLink>http://www.crmlady.com/2010/03/so-many-variables-windows-server-2008-64-bit.html</feedburner:origLink></item><item><title>A few small format changes</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/R5TGatx5MPc/a-few-small-format-changes.html</link><category>Announcements</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Sat, 06 Mar 2010 14:22:34 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/a-few-small-format-changes.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[A few small changes to format. I must admit I am amazed at all that SixApart&#39;s <a href="http://www.typepad.com" title="SixApart&#39;s Typepad">TypePad</a>&#0160;producct&#0160;has offered me over the last five years. What a great company!<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=R5TGatx5MPc:ZPDQpd-rDfQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=R5TGatx5MPc:ZPDQpd-rDfQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=R5TGatx5MPc:ZPDQpd-rDfQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=R5TGatx5MPc:ZPDQpd-rDfQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=R5TGatx5MPc:ZPDQpd-rDfQ:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>A few small changes to format. I must admit I am amazed at all that SixApart's TypePad producct has offered me over the last five years. What a great company!</description><feedburner:origLink>http://www.crmlady.com/2010/03/a-few-small-format-changes.html</feedburner:origLink></item><item><title>Feature Driven Development</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/wdw8DqJhhIE/feature-driven-development.html</link><category>Books</category><category>CRM Development</category><category>MS CRM Partner Resources</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Tue, 02 Mar 2010 12:29:06 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/feature-driven-development.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><a href="http://executiveblogging.blogs.com/.a/6a00e54ffd1b5788330120a8ed92ac970b-pi" style="DISPLAY: inline"><img alt="Feature-Driven-Development-FDD-Pinup" border="0" class="asset asset-image at-xid-6a00e54ffd1b5788330120a8ed92ac970b " src="http://executiveblogging.blogs.com/.a/6a00e54ffd1b5788330120a8ed92ac970b-800wi" title="Feature-Driven-Development-FDD-Pinup" /></a> <br /> </p>
<p>For those of you who work within&#0160;a Feature Driven Development&#0160;model (FDD)&#0160;there are&#0160;a number of great resources on the whole subject area on this <a href="http://www.step-10.com/SoftwareProcess/FeatureDrivenDevelopment/index.html" title="Feature Driven Development">website.</a> &#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=wdw8DqJhhIE:k4eugJn0G0w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=wdw8DqJhhIE:k4eugJn0G0w:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=wdw8DqJhhIE:k4eugJn0G0w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=wdw8DqJhhIE:k4eugJn0G0w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=wdw8DqJhhIE:k4eugJn0G0w:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>For those of you who work within a Feature Driven Development model (FDD) there are a number of great resources on the whole subject area on this website.</description><feedburner:origLink>http://www.crmlady.com/2010/03/feature-driven-development.html</feedburner:origLink></item><item><title>The CRM Configuration Manager</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/wZQX7S9r3zg/the-crm-configuration-manager.html</link><category>CRM Development</category><category>MS CRM Installing</category><category>MS CRM Partner Resources</category><category>MS CRM Roll Out</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Tue, 02 Mar 2010 09:59:12 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/the-crm-configuration-manager.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>A big shoutout thanks to <a href="http://blog.halan.se">Daniel Halan</a>&#0160;for creating this little toolkit <a href="http://blog.halan.se/post/CRM-Configuration-Manager.aspx">(CRM Configuration Manager)</a>&#0160;and for sharing it!!! and thanks to <a href="http://blog.customereffective.com/blog/2010/03/microsoft-crm-configuration-manager.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+CustomerEffectiveBlog+%28Customer+Effective+Blog%29">Joel Lindstrom over at Customer Effective</a>&#0160;for point it out as something useful to have.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=wZQX7S9r3zg:DvZAZKkjslk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=wZQX7S9r3zg:DvZAZKkjslk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=wZQX7S9r3zg:DvZAZKkjslk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=wZQX7S9r3zg:DvZAZKkjslk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=wZQX7S9r3zg:DvZAZKkjslk:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>A big shoutout thanks to Daniel Halan for creating this little toolkit (CRM Configuration Manager) and for sharing it!!! and thanks to Joel Lindstrom over at Customer Effective for point it out as something useful to have.</description><feedburner:origLink>http://www.crmlady.com/2010/03/the-crm-configuration-manager.html</feedburner:origLink></item><item><title>Builds</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/d4lL1AzfySs/builds-.html</link><category>CRM Development</category><category>MS CRM Installing</category><category>MS CRM Roll Out</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Tue, 02 Mar 2010 07:28:49 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/builds-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Given our focus on builds and deployments to different environments I found this post by the team over at Inetium of interest. </p>
<p><a href="http://blogs.inetium.com/blogs/azimmer/archive/2010/03/01/environment-aware-custom-workflow-configuration.aspx">Environment-Aware Custom Workflow Configuration</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=d4lL1AzfySs:1z7r3t8ZDc0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=d4lL1AzfySs:1z7r3t8ZDc0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=d4lL1AzfySs:1z7r3t8ZDc0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=d4lL1AzfySs:1z7r3t8ZDc0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=d4lL1AzfySs:1z7r3t8ZDc0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Given our focus on builds and deployments to different environments I found this post by the team over at Inetium of interest. Environment-Aware Custom Workflow Configuration</description><feedburner:origLink>http://www.crmlady.com/2010/03/builds-.html</feedburner:origLink></item><item><title>Duplicate Checking</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/LKTnmLmGR-Y/duplicate-checking-.html</link><category>CRM Development</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 01 Mar 2010 16:04:30 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/duplicate-checking-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Alas I received bad news today about duplicate checking. As it turns out if you have duplicate checking set to check on create and update AND you find a duplicate the system does not acknowledge or save your response. Needless to say the system will continue to check for duplicates even if you told it that the two items found are NOT duplicate.</p>
<p>There is a way to get around this. </p>
<p>1) Make your duplicate checking rules a bit more sophisticated. </p>
<p>2) Tap into some of the 3rd party code to &quot;pimp&quot; your duplicate checking rules.</p>
<p>Anyone else have any great solutions? I know we are not the only ones to run into&#0160;the&#0160;statement &quot;that is how it is designed&quot;&#0160;</p>
<p>Thanks!!&#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=LKTnmLmGR-Y:5zkC8h0PfhU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=LKTnmLmGR-Y:5zkC8h0PfhU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=LKTnmLmGR-Y:5zkC8h0PfhU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=LKTnmLmGR-Y:5zkC8h0PfhU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=LKTnmLmGR-Y:5zkC8h0PfhU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Alas I received bad news today about duplicate checking. As it turns out if you have duplicate checking set to check on create and update AND you find a duplicate the system does not acknowledge or save your response. Needless...</description><feedburner:origLink>http://www.crmlady.com/2010/03/duplicate-checking-.html</feedburner:origLink></item><item><title>Hiding a Section</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/TM262zlEpwU/hiding-a-section.html</link><category>CRM Development</category><category>MS CRM Tip of the Day</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 01 Mar 2010 15:47:12 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/03/hiding-a-section.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>We recently had the need to hide a section on a Microsoft Dynamics CRM 4.0 Form. After review of four or five different options it was decided <a href="http://mscrm4ever.blogspot.com/2008/08/show-hide-crm-form-section.html">that this offered the best approach.</a></p>
<p>Why?</p>
<p>The number one reasons is because the option&#0160;supports the need to move code between different environments and as such is much more Enterprise centric. </p>
<p>A big THANKS to&#0160;Adi for posting.&#0160;&#0160;</p>
<p><span style="FONT-FAMILY: ; COLOR: #bf5f00"><span style="FONT-FAMILY: ; COLOR: #bf5f00; FONT-SIZE: 12px"><span style="FONT-FAMILY: ; COLOR: #bf5f00; FONT-SIZE: 11px">One small note: Just be aware that if you move sections around you might break the code.</span></span></span></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=TM262zlEpwU:5fFthkd10UE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=TM262zlEpwU:5fFthkd10UE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=TM262zlEpwU:5fFthkd10UE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=TM262zlEpwU:5fFthkd10UE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=TM262zlEpwU:5fFthkd10UE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>We recently had the need to hide a section on a Microsoft Dynamics CRM 4.0 Form. After review of four or five different options it was decided that this offered the best approach. Why? The number one reasons is because...</description><feedburner:origLink>http://www.crmlady.com/2010/03/hiding-a-section.html</feedburner:origLink></item><item><title>More on Duplicate Detection</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/Ld1R6BKBFXQ/more-on-duplicate-detection.html</link><category>CRM Development</category><category>MS CRM Users: The Executive Office</category><category>MS CRM Users: The Sales Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 22 Feb 2010 04:58:55 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/more-on-duplicate-detection.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>A few weeks back Duplicate Detection was quite the focus in parts of my world and as per usually someone pointed out that Soundex wasn&#39;t an option. </p>
<p>Low and Behold - Check out this recent post called <a href="http://marioraunig.blogspot.com/2009/03/pimp-your-duplicate-detection-with.html" title="Pimp your duplicate detection">&quot;Pimp your Duplicate Detection&quot;</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Ld1R6BKBFXQ:roOIhzx0n2A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Ld1R6BKBFXQ:roOIhzx0n2A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Ld1R6BKBFXQ:roOIhzx0n2A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Ld1R6BKBFXQ:roOIhzx0n2A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=Ld1R6BKBFXQ:roOIhzx0n2A:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>A few weeks back Duplicate Detection was quite the focus in parts of my world and as per usually someone pointed out that Soundex wasn't an option. Low and Behold - Check out this recent post called "Pimp your Duplicate...</description><feedburner:origLink>http://www.crmlady.com/2010/02/more-on-duplicate-detection.html</feedburner:origLink></item><item><title>BIDS</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/pOQFwVqzzAg/looking-for-recommendations-on-favorite-business-intelligence-development-studio-blogs-bids--if-you-have-a-favorite-site-it.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Thu, 18 Feb 2010 07:17:55 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/looking-for-recommendations-on-favorite-business-intelligence-development-studio-blogs-bids--if-you-have-a-favorite-site-it.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[Looking for recommendations on favorite Business Intelligence Development Studio Blogs (BIDS)<br /><br />If you have a favorite site it would be cool if you shared it!<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=pOQFwVqzzAg:oylj7UXCf6c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=pOQFwVqzzAg:oylj7UXCf6c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=pOQFwVqzzAg:oylj7UXCf6c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=pOQFwVqzzAg:oylj7UXCf6c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=pOQFwVqzzAg:oylj7UXCf6c:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Looking for recommendations on favorite Business Intelligence Development Studio Blogs (BIDS) If you have a favorite site it would be cool if you shared it!</description><feedburner:origLink>http://www.crmlady.com/2010/02/looking-for-recommendations-on-favorite-business-intelligence-development-studio-blogs-bids--if-you-have-a-favorite-site-it.html</feedburner:origLink></item><item><title>How Do You Manage Changes?</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/558lmj8mpfA/how-do-you-manage-changes.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 17 Feb 2010 13:42:43 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/how-do-you-manage-changes.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I was having an interesting discussion about the impact of changes and change requests&#0160;today and I realized it was worth a short post. </p>
<p>As it turns out any change or change request has a time impact. There is the time to discuss the potential for a change, there is the time to discuss and outline the exact specifics of the change and there is the time to research the impact that a change might have. (Realize this is all before the change is actually made)</p>
<p>Needless to say this&#0160;is not a problem if you build this type of time into your process and project. The key is that managing requests and&#0160;responses to&#0160;requests are just as important as managing the actual change.&#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=558lmj8mpfA:F3i-WY6y-sE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=558lmj8mpfA:F3i-WY6y-sE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=558lmj8mpfA:F3i-WY6y-sE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=558lmj8mpfA:F3i-WY6y-sE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=558lmj8mpfA:F3i-WY6y-sE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>I was having an interesting discussion about the impact of changes and change requests today and I realized it was worth a short post. As it turns out any change or change request has a time impact. There is the...</description><feedburner:origLink>http://www.crmlady.com/2010/02/how-do-you-manage-changes.html</feedburner:origLink></item><item><title>Thinking about Social Media</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/umjCZHnBO9U/thinking-about-social-media-.html</link><category>MS CRM Users: The Executive Office</category><category>MS CRM Users: The Marketing Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 17 Feb 2010 05:15:52 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/thinking-about-social-media-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The big news today are all the interesting things announced for <a href="http://www.microsoft.com/office/2010/en/socialconnector/default.aspx">Microsoft Outlook 2010 when it comes to Social Media</a> connections! If you have not seen the <a href="http://news.cnet.com/8301-30685_3-20000074-264.html">numerous posts check this out.</a> </p>
<p>This is also good motivation to take another look at the Microsoft Dynamics CRM Social Media Accelerator. <a href="http://www.microsoft.com/showcase/en/us/details/c8c07884-86f6-4aa4-b617-daf65daa2f80">Barry Givens gives a great demonstration in this little video</a>.</p>
<p>For those in the technical arena take a moment to touchbase with your clients marketing&#0160;departments and connections. Their world is changing and it is changing fast. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=umjCZHnBO9U:mgnYngWSrMw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=umjCZHnBO9U:mgnYngWSrMw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=umjCZHnBO9U:mgnYngWSrMw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=umjCZHnBO9U:mgnYngWSrMw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=umjCZHnBO9U:mgnYngWSrMw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>The big news today are all the interesting things announced for Microsoft Outlook 2010 when it comes to Social Media connections! If you have not seen the numerous posts check this out. This is also good motivation to take another...</description><feedburner:origLink>http://www.crmlady.com/2010/02/thinking-about-social-media-.html</feedburner:origLink></item><item><title>A Smile for a Saturday</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/AncsZRSgG9s/a-smile-for-a-saturday.html</link><category>CRM in General</category><category>CRM Vendor News</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Sat, 13 Feb 2010 07:11:10 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/a-smile-for-a-saturday.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>One of the reasons I started this blog&#0160;was to share information on Microsoft Dynamics CRM with those who might also share back. </p>
<p>It gives me great joy to find answers when I am stuck with a question on Microsoft Dynamics CRM and the fact that I can easily share that joy is something I can&#39;t resist. </p>
<p>What I wasn&#39;t expecting was some of the other side effects. Today I had a little surprise. I was listed as one of <a href="http://www.marketingautomation.org/2010/27-crm-thought-leaders-to-read-and-follow">27 CRM Thought leaders to read and follow</a>. Definitely added a smile to my wintery, yet sunny Saturday morning. </p>
<p><a href="http://www.marketingautomation.org/2010/27-crm-thought-leaders-to-read-and-follow/">http://www.marketingautomation.org/2010/27-crm-thought-leaders-to-read-and-follow/</a>. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=AncsZRSgG9s:IiWaTjgCGBA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=AncsZRSgG9s:IiWaTjgCGBA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=AncsZRSgG9s:IiWaTjgCGBA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=AncsZRSgG9s:IiWaTjgCGBA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=AncsZRSgG9s:IiWaTjgCGBA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>One of the reasons I started this blog was to share information on Microsoft Dynamics CRM with those who might also share back. It gives me great joy to find answers when I am stuck with a question on Microsoft...</description><feedburner:origLink>http://www.crmlady.com/2010/02/a-smile-for-a-saturday.html</feedburner:origLink></item><item><title>Marketing Lists</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/EHuy887zi3M/marketing-lists.html</link><category>MS CRM Users: The Marketing Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 08 Feb 2010 06:39:48 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/marketing-lists.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>A very nice post from Customer Effective that starts out as follows .......... </p>
<p>&quot;Running Microsoft CRM Workflows Against Marketing List Members</p>
<div class="entry-content">
<div class="entry-body">
<p>I love the marketing list functionality in Microsoft Dynamics CRM.&#0160; It really is like advanced find on steroids, so you can use multiple step logic to build a list of people or companies to target in a campaign or direct email.&quot;&#0160; </p>
<p><a href="http://blog.customereffective.com/blog/2009/10/running-microsoft-crm-workflows-against-marketing-list-members.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+CustomerEffectiveBlog+%28Customer+Effective+Blog%29">Read More</a></p>
<br />
<p>Marketing Lists can also be dropped into Excel and shared with outside marketing initiatives so even if you do not use the full marketing functionality of Microsoft Dynamics CRM, Marketing Lists can be a powerful feature to tap into.</p></div></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EHuy887zi3M:tE02rnau6o0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EHuy887zi3M:tE02rnau6o0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EHuy887zi3M:tE02rnau6o0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EHuy887zi3M:tE02rnau6o0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=EHuy887zi3M:tE02rnau6o0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>A very nice post from Customer Effective that starts out as follows .......... "Running Microsoft CRM Workflows Against Marketing List Members I love the marketing list functionality in Microsoft Dynamics CRM. It really is like advanced find on steroids, so...</description><feedburner:origLink>http://www.crmlady.com/2010/02/marketing-lists.html</feedburner:origLink></item><item><title>Thinking about Social? or Intranet or Internet Content?</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/EdfBBPh-JgI/thinking-about-social-or-intranet-or-internet-content.html</link><category>CRM in General</category><category>MS CRM Users: The Executive Office</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 08 Feb 2010 06:29:19 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/thinking-about-social-or-intranet-or-internet-content.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>One of my goals in life is to continue to invest in improvement as opposed to reinvention. Needless to say when I see something that makes a great foundation I tend to capture into my library of thought. </p>
<p>Here is a great list about capturing or assigning content responsibilities. </p>
<p><a href="http://www.netjmc.net/globally_local/2009/10/decentralized-publishing-principles.html">7 Principles for Decentralizing Publishing</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EdfBBPh-JgI:mlnZEBp04HE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EdfBBPh-JgI:mlnZEBp04HE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EdfBBPh-JgI:mlnZEBp04HE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EdfBBPh-JgI:mlnZEBp04HE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=EdfBBPh-JgI:mlnZEBp04HE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>One of my goals in life is to continue to invest in improvement as opposed to reinvention. Needless to say when I see something that makes a great foundation I tend to capture into my library of thought. Here is...</description><feedburner:origLink>http://www.crmlady.com/2010/02/thinking-about-social-or-intranet-or-internet-content.html</feedburner:origLink></item><item><title>Are you new to Microsoft XRM Development?</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/LDN17o0O4uA/are-you-new-to-microsoft-xrm-development.html</link><category>CRM Development</category><category>MS CRM Configuring</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 08 Feb 2010 06:25:28 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/are-you-new-to-microsoft-xrm-development.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;; COLOR: #1f497d; FONT-SIZE: 11pt">For anyone new to Microsoft Dynamics CRM – This recording is a great start on how to modify the UI without writing a line of code. It also has one or two tips that are helpful for those a bit more experienced.<o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;; COLOR: #1f497d; FONT-SIZE: 11pt"><o:p>&#0160;</o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><a href="http://www.xrmvirtual.com/events/uitipsandtricks"><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;"><font size="3">http://www.xrmvirtual.com/events/uitipsandtricks</font></span></a><font size="3"> <span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;; COLOR: #1f497d; FONT-SIZE: 11pt"><o:p></o:p></span></font></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=LDN17o0O4uA:AqDlTD_GVGM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=LDN17o0O4uA:AqDlTD_GVGM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=LDN17o0O4uA:AqDlTD_GVGM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=LDN17o0O4uA:AqDlTD_GVGM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=LDN17o0O4uA:AqDlTD_GVGM:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>For anyone new to Microsoft Dynamics CRM – This recording is a great start on how to modify the UI without writing a line of code. It also has one or two tips that are helpful for those a bit...</description><feedburner:origLink>http://www.crmlady.com/2010/02/are-you-new-to-microsoft-xrm-development.html</feedburner:origLink></item><item><title>Super bowl Quote of the Day</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/pH5_tsmgokc/super-bowl-quote-of-the-day.html</link><category>MS CRM General Announcements</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 08 Feb 2010 06:15:50 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/super-bowl-quote-of-the-day.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;; FONT-SIZE: 11pt; mso-fareast-font-family: Calibri; mso-bidi-font-family: &#39;Times New Roman&#39;; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><font face="Calibri">
<ul>
<li>&quot;More Dynamics fun facts: The past 9 Super Bowl winners used Dynamics, and it will be 10 no matter what&quot;</li>
</ul>
</font></span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=pH5_tsmgokc:JdCo2uj4bXY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=pH5_tsmgokc:JdCo2uj4bXY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=pH5_tsmgokc:JdCo2uj4bXY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=pH5_tsmgokc:JdCo2uj4bXY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=pH5_tsmgokc:JdCo2uj4bXY:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>"More Dynamics fun facts: The past 9 Super Bowl winners used Dynamics, and it will be 10 no matter what"</description><feedburner:origLink>http://www.crmlady.com/2010/02/super-bowl-quote-of-the-day.html</feedburner:origLink></item><item><title>CWR Releases v4.2</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/O5HvG6Svci8/cwr-releases-v42-.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 03 Feb 2010 10:16:53 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/cwr-releases-v42-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f"><v:stroke joinstyle="miter"></v:stroke><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"></v:f><v:f eqn="sum @0 1 0"></v:f><v:f eqn="sum 0 0 @1"></v:f><v:f eqn="prod @2 1 2"></v:f><v:f eqn="prod @3 21600 pixelWidth"></v:f><v:f eqn="prod @3 21600 pixelHeight"></v:f><v:f eqn="sum @0 0 1"></v:f><v:f eqn="prod @6 1 2"></v:f><v:f eqn="prod @7 21600 pixelWidth"></v:f><v:f eqn="sum @8 21600 0"></v:f><v:f eqn="prod @7 21600 pixelHeight"></v:f><v:f eqn="sum @10 21600 0"></v:f></v:formulas><v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f"></v:path><o:lock aspectratio="t" v:ext="edit"></o:lock></v:shapetype>
<p><v:shape alt="CWR Mobility" href="http://www.cwrmobility.com/" id="_x0000_s1026" o:allowoverlap="f" o:button="t" style="Z-INDEX: 251658240; POSITION: absolute; MARGIN-TOP: 0px; WIDTH: 95.25pt; HEIGHT: 75.75pt; MARGIN-LEFT: 0px; mso-wrap-distance-left: 0; mso-wrap-distance-top: 0; mso-wrap-distance-right: 0; mso-wrap-distance-bottom: 0; mso-position-horizontal: left; mso-position-horizontal-relative: text; mso-position-vertical-relative: line" type="#_x0000_t75"><v:imagedata src="http://www.cwrmobility.com/Portals/0/CWRLogo.jpg"></v:imagedata><w:wrap type="square"></w:wrap></v:shape><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;"><font size="3"></font></span></p>
<p><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;"><font size="3">&quot;<a href="http://www.cwrmobility.com/">CWR Mobility</a> are proud to present the new release of CWR Mobile version 4.2 of their flagship product, a leading mobile solution for <strong><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;">Microsoft Dynamics CRM 4.0 </span></strong>which is used by organisations worldwide including Danone, Nestlé, Hitachi and Sanofi Pasteur. One of the most important improvements is that BlackBerry and iPhone is now fully integrated with Microsoft Dynamics CRM. &quot;</font></span></p>
<p><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;"><font size="3"><o:p></o:p></font></span>&#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=O5HvG6Svci8:RYayjoUrUgw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=O5HvG6Svci8:RYayjoUrUgw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=O5HvG6Svci8:RYayjoUrUgw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=O5HvG6Svci8:RYayjoUrUgw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=O5HvG6Svci8:RYayjoUrUgw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>"CWR Mobility are proud to present the new release of CWR Mobile version 4.2 of their flagship product, a leading mobile solution for Microsoft Dynamics CRM 4.0 which is used by organisations worldwide including Danone, Nestlé, Hitachi and Sanofi Pasteur....</description><feedburner:origLink>http://www.crmlady.com/2010/02/cwr-releases-v42-.html</feedburner:origLink></item><item><title>Enterprise Architecture: New Article on R7 Outlook Synchronization</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/KYv5gkKSNtU/enterprise-architecture-new-article-on-r7-outlook-synchronization.html</link><category>Announcements</category><category>CRM Development</category><category>MS CRM General Announcements</category><category>MS CRM Knowledge Base Articles</category><category>MS CRM Partner Resources</category><category>MS CRM Studying</category><category>MS CRM Tip of the Day</category><category>MS CRM Training Resources</category><category>MS CRM Users: The Support Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 03 Feb 2010 09:21:23 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/enterprise-architecture-new-article-on-r7-outlook-synchronization.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;"><font size="3">The Nuts and Bolts article <em>Outlook Synchronization in Microsoft Dynamics CRM 4.0</em>, which is available for <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=2d497348-0a10-40ce-8edb-b0ee85f1215e">download from the Microsoft Download Center</a>: <br /></font></span></p>
<p><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;"><font size="3">Outlook synchronization enables Outlook users to view Dynamics CRM information, including contacts, tasks, phone calls, letters, faxes, appointments, and e-mails, within the Outlook interface. This document describes the client synchronization process that is associated with Update Rollup 7 for Microsoft Dynamics CRM 4.0 or later (for on-premise deployments) and with Microsoft Dynamics CRM Online <span style="COLOR: #1f497d">N</span>ovember 2009 Service Update or later (for online deployments).<o:p></o:p></font></span></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=KYv5gkKSNtU:-p3-BuI09oM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=KYv5gkKSNtU:-p3-BuI09oM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=KYv5gkKSNtU:-p3-BuI09oM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=KYv5gkKSNtU:-p3-BuI09oM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=KYv5gkKSNtU:-p3-BuI09oM:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>The Nuts and Bolts article Outlook Synchronization in Microsoft Dynamics CRM 4.0, which is available for download from the Microsoft Download Center: Outlook synchronization enables Outlook users to view Dynamics CRM information, including contacts, tasks, phone calls, letters, faxes, appointments,...</description><feedburner:origLink>http://www.crmlady.com/2010/02/enterprise-architecture-new-article-on-r7-outlook-synchronization.html</feedburner:origLink></item><item><title>Update Rollup 9 (Microsoft Dynamics CRM v4.0 R9)</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/oUo9lTqoamw/update-rollup-9-microsoft-dynamics-crm-v40-r9.html</link><category>Announcements</category><category>MS CRM Installing</category><category>MS CRM Partner Resources</category><category>MS CRM Roll Out</category><category>MS CRM Users: The Support Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 03 Feb 2010 09:18:23 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/02/update-rollup-9-microsoft-dynamics-crm-v40-r9.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;"><font size="3">Take a look and Get Ready</font></span></p>
<p><span style="FONT-FAMILY: &#39;Calibri&#39;, &#39;sans-serif&#39;"><font size="3">Update Rollup 9 for Microsoft Dynamics CRM 4.0 will be available February 11</font><font size="2"><sup>th</sup></font></span></p>
<p><span><font size="3"><a href="http://support.microsoft.com/kb/949256">A list of current Update Rollups for Microsoft Dynamics CRM</a>&#0160;<strong> </strong></font></span></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=oUo9lTqoamw:EMuAI6RjQzI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=oUo9lTqoamw:EMuAI6RjQzI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=oUo9lTqoamw:EMuAI6RjQzI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=oUo9lTqoamw:EMuAI6RjQzI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=oUo9lTqoamw:EMuAI6RjQzI:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Take a look and Get Ready Update Rollup 9 for Microsoft Dynamics CRM 4.0 will be available February 11th A list of current Update Rollups for Microsoft Dynamics CRM</description><feedburner:origLink>http://www.crmlady.com/2010/02/update-rollup-9-microsoft-dynamics-crm-v40-r9.html</feedburner:origLink></item><item><title></title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/XlaheuogH0c/considerations-for-enterprise-deployments--development-is-now-using-dynamics-crm-features-entities-attributes-code-config.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Fri, 22 Jan 2010 06:54:40 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/01/considerations-for-enterprise-deployments--development-is-now-using-dynamics-crm-features-entities-attributes-code-config.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Considerations for Enterprise Deployments<br/><br />
<br/><br />
Development is now using Dynamics CRM features (entities, attributes, code, configuration) to make the interface for debugging and tracing errors much easier. In addition to different displays (more user friendly), they have also offered choices and configurations to turn on and off the level of detailed captured and when. Just a little extra time can save your developer teams hours and hours and hours of trace and solve effort.<br/><br />
</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=XlaheuogH0c:KmXOqkRuxJ0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=XlaheuogH0c:KmXOqkRuxJ0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=XlaheuogH0c:KmXOqkRuxJ0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=XlaheuogH0c:KmXOqkRuxJ0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=XlaheuogH0c:KmXOqkRuxJ0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Considerations for Enterprise Deployments Development is now using Dynamics CRM features (entities, attributes, code, configuration) to make the interface for debugging and tracing errors much easier. In addition to different displays (more user friendly), they have also offered choices and...</description><feedburner:origLink>http://www.crmlady.com/2010/01/considerations-for-enterprise-deployments--development-is-now-using-dynamics-crm-features-entities-attributes-code-config.html</feedburner:origLink></item><item><title>System Jobs: Follow-up</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/hJll5CdRFTA/system-jobs-followup.html</link><category>MS CRM Configuring</category><category>MS CRM Installing</category><category>MS CRM Training Resources</category><category>MS CRM Users: Network and CRM SQL Database Administration</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Fri, 15 Jan 2010 06:41:59 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/01/system-jobs-followup.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>As a follow-up to my system jobs post earlier this week I was pleased to find and to have shared with me two other related posts. </p>
<p>Customer Effectives post titled <a href="http://blog.customereffective.com/blog/2009/12/bulk-deleting-waiting-workflow-instances-from-microsoft-dynamics-crm.html" title="Bulk Deleting Waiting Workflow Instances">&quot;<span style="FONT-SIZE: 12px; FONT-FAMILY: ">Bulk Deleting Waiting Workflow Instances from Microsoft Dynamics CRM&quot;</span></a> </p>
<p>and</p>
<p>Phil Adam&#39;s Blog post titled <a class="taggedlink" href="http://www.typepad.com/post/2009/03/24/Performance-is-slow-if-the-AsyncOperationBase-table-becomes-too-large-in-Microsoft-Dynamics-CRM-40.aspx">Performance is slow if the AsyncOperationBase table becomes too large in Microsoft Dynamics CRM 4.0</a></p>
<p>Both add additional insight on the subject matter that is well worth the read.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=hJll5CdRFTA:HzD9tHNkMAc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=hJll5CdRFTA:HzD9tHNkMAc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=hJll5CdRFTA:HzD9tHNkMAc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=hJll5CdRFTA:HzD9tHNkMAc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=hJll5CdRFTA:HzD9tHNkMAc:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>As a follow-up to my system jobs post earlier this week I was pleased to find and to have shared with me two other related posts. Customer Effectives post titled "Bulk Deleting Waiting Workflow Instances from Microsoft Dynamics CRM" and...</description><feedburner:origLink>http://www.crmlady.com/2010/01/system-jobs-followup.html</feedburner:origLink></item><item><title>Feature of the Week: System Jobs</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/QgEiF7bfQfM/feature-of-the-week-system-jobs.html</link><category>CRM Feedback</category><category>MS CRM Configuring</category><category>MS CRM Roll Out</category><category>MS CRM Tip of the Day</category><category>MS CRM Users: Network and CRM SQL Database Administration</category><category>MS CRM Users: The Support Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 11 Jan 2010 13:45:26 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/01/feature-of-the-week-system-jobs.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you are a &quot;CRM Administrator&quot; have you looked at your System Jobs recently? Now for all those working on various projects ... Have you checked out the System Jobs in your development environments?</p>
<p>Choose SETTINGS</p>
<p>Choose SYSTEM JOBS </p>
<p>Immediately you will see a list of various information regarding various &quot;system jobs&quot; that might have run or might be &quot;waiting&quot;. </p>
<p>Make particular note of the items in the waiting state. Do you know what they are waiting for? Should they really be waiting? Do they need to be cancelled? </p>
<p>Next Question: Are you managing your system job log? Has it been purged lately? </p>
<p>Did you know that Duplicate Detection is a System Job? </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=QgEiF7bfQfM:YS_330Ss440:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=QgEiF7bfQfM:YS_330Ss440:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=QgEiF7bfQfM:YS_330Ss440:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=QgEiF7bfQfM:YS_330Ss440:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=QgEiF7bfQfM:YS_330Ss440:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>If you are a "CRM Administrator" have you looked at your System Jobs recently? Now for all those working on various projects ... Have you checked out the System Jobs in your development environments? Choose SETTINGS Choose SYSTEM JOBS Immediately...</description><feedburner:origLink>http://www.crmlady.com/2010/01/feature-of-the-week-system-jobs.html</feedburner:origLink></item><item><title>CRM Community, Blog, and Tips – Microsoft Dynamics CRM</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/Z_s5V4QWmTc/crm-community-blog-and-tips-microsoft-dynamics-crm.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Tue, 05 Jan 2010 17:16:24 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/01/crm-community-blog-and-tips-microsoft-dynamics-crm.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<blockquote><tr class="cbh700"><td>
<h2 class="cbHeaderText700">Microsoft Dynamics CRM for Developers</h2></td></tr><tr><td class="cbm700">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td valign="top" width="50%">
<div class="bodyCopy" style="WIDTH: 250px">
<p>Visit the CRM Developer Center for the Microsoft Dynamics CRM Software Developer Kit (SDK). You&#39;ll also find CRM Deployment documentation, code samples, and developer-specific community links. </p>
<p><a href="http://msdn2.microsoft.com/en-us/dynamics/crm/default.aspx">CRM Developer Center</a></p></div></td>
<td valign="top" width="50%">
<div class="bodyCopy" style="WIDTH: 250px">
<p>You can get sample code from the MSDN Code Gallery from a number of sources. Start with the CRM team-provided samples. Visit CodePlex for more elaborate code solutions, examples, samples, and code.</p>
<p><a href="http://code.msdn.microsoft.com/mscrm4">CRM Team-Provided Samples</a></p>
<p><a href="http://www.codeplex.com/">CodePlex</a></p></div></td></tr></tbody></table></td></tr></blockquote>
<p><small>via <a href="http://crm.dynamics.com/en-us/communities/crm-community.aspx">crm.dynamics.com</a></small></p>

<p>Have you visited the Microsoft Dynamics CRM Developer website lately? </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Z_s5V4QWmTc:CgfS-NOLDgQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Z_s5V4QWmTc:CgfS-NOLDgQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Z_s5V4QWmTc:CgfS-NOLDgQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=Z_s5V4QWmTc:CgfS-NOLDgQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=Z_s5V4QWmTc:CgfS-NOLDgQ:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Microsoft Dynamics CRM for Developers Visit the CRM Developer Center for the Microsoft Dynamics CRM Software Developer Kit (SDK). You'll also find CRM Deployment documentation, code samples, and developer-specific community links. CRM Developer Center You can get sample code from...</description><feedburner:origLink>http://www.crmlady.com/2010/01/crm-community-blog-and-tips-microsoft-dynamics-crm.html</feedburner:origLink></item><item><title>Feature of the Week: The Special Relationship between Accounts and Contacts</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/ukZ59lt-dDs/feature-of-the-week-the-special-relationship-between-accounts-and-contacts.html</link><category>MS CRM Studying</category><category>MS CRM Tip of the Day</category><category>MS CRM Users: The Marketing Department</category><category>MS CRM Users: The Sales Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Tue, 05 Jan 2010 17:04:49 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2010/01/feature-of-the-week-the-special-relationship-between-accounts-and-contacts.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Accounts and Contacts</p>
<p>Once you create a new account you can use this information to making adding new contacts more efficient. </p>
<p>From the Account Left Navigation Pane</p>
<p>Select Contacts</p>
<p>Select New</p>
<p>Make Note: The address from the Account and the Parent Account are copied into the new contact record automatically. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ukZ59lt-dDs:2OTMpTKPUiU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ukZ59lt-dDs:2OTMpTKPUiU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ukZ59lt-dDs:2OTMpTKPUiU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ukZ59lt-dDs:2OTMpTKPUiU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=ukZ59lt-dDs:2OTMpTKPUiU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Accounts and Contacts Once you create a new account you can use this information to making adding new contacts more efficient. From the Account Left Navigation Pane Select Contacts Select New Make Note: The address from the Account and the...</description><feedburner:origLink>http://www.crmlady.com/2010/01/feature-of-the-week-the-special-relationship-between-accounts-and-contacts.html</feedburner:origLink></item><item><title>Rollup 8 has been released</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/_nPlLIHtA4Q/rollup-8-has-been-released.html</link><category>MS CRM Partner Resources</category><category>MS CRM Roll Out</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Thu, 17 Dec 2009 12:27:37 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/12/rollup-8-has-been-released.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Microsoft has released the latest rollup (<a href="http://support.microsoft.com/?kbid=975995" title="Rollup 8">Rollup&#0160;8</a>)&#0160;to Microsoft Dynamics CRM v4.0. Many of the features are focused on compatibility with Office 2010, but there are a few fixes worth reviewing as well.</p>
<p>The teams&#0160;are on a worldwind release schedule!</p>
<p>Let&#39;s hope the documentation teams can keep up!!</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_nPlLIHtA4Q:95vUv5k9zEE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_nPlLIHtA4Q:95vUv5k9zEE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_nPlLIHtA4Q:95vUv5k9zEE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_nPlLIHtA4Q:95vUv5k9zEE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=_nPlLIHtA4Q:95vUv5k9zEE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Microsoft has released the latest rollup (Rollup 8) to Microsoft Dynamics CRM v4.0. Many of the features are focused on compatibility with Office 2010, but there are a few fixes worth reviewing as well. The teams are on a worldwind...</description><feedburner:origLink>http://www.crmlady.com/2009/12/rollup-8-has-been-released.html</feedburner:origLink></item><item><title>Book Review Request</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/kQVdfgfOAEQ/book-review-request.html</link><category>Announcements</category><category>Books</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 02 Dec 2009 08:43:39 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/12/book-review-request.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I need a little help. </p>
<p>It has been a few weeks since the &quot;Teach Yourself Microsoft Dynamics CRM in 24 Hours&quot; book was released and perhaps some of you have had a chance to read or glance at it.</p>
<p>If it was of value it would be helpful if you would write a few lines or post a comment&#0160;on Amazon&#39;s review page. </p>
<p>Search on <a href="http://www.amazon.com" title="Amazon">Amazon.Com</a> for either Anne Stanton or the book title&#0160;<span style="text-decoration: underline;">Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours</span>&#0160;and then scroll down and select post a comment. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=kQVdfgfOAEQ:YfHe6vHFESY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=kQVdfgfOAEQ:YfHe6vHFESY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=kQVdfgfOAEQ:YfHe6vHFESY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=kQVdfgfOAEQ:YfHe6vHFESY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=kQVdfgfOAEQ:YfHe6vHFESY:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>If the new book was of value it would be helpful if you would write a few lines or post a comment on Amazon's review page.</description><feedburner:origLink>http://www.crmlady.com/2009/12/book-review-request.html</feedburner:origLink></item><item><title>Brian Prince gets the gold star of the Day</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/glUxKQn3DWI/brian-prince-gets-the-gold-star-of-the-day.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Fri, 20 Nov 2009 11:22:18 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/brian-prince-gets-the-gold-star-of-the-day.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><a href="http://executiveblogging.blogs.com/.a/6a00e54ffd1b578833012875be03a9970c-pi" style="DISPLAY: inline"><img alt="Gold star" border="0" class="asset asset-image at-xid-6a00e54ffd1b578833012875be03a9970c " height="111" src="http://executiveblogging.blogs.com/.a/6a00e54ffd1b578833012875be03a9970c-800wi" style="WIDTH: 60px; HEIGHT: 50px" title="Gold star" width="162" /></a>&#0160;Brian Price gets the gold star for the day. He found three small errors in the new book. Tiny items two words which were missing a space and a search and replace that renamed Microsoft SQL Server 2008 to Microsoft Dynamics SQL 2008 (oops).</p>
<p>Can you find errors? Let me know so we make sure to fix them in future releases. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=glUxKQn3DWI:Fy7wAQbhJyQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=glUxKQn3DWI:Fy7wAQbhJyQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=glUxKQn3DWI:Fy7wAQbhJyQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=glUxKQn3DWI:Fy7wAQbhJyQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=glUxKQn3DWI:Fy7wAQbhJyQ:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Brian Price gets the gold star for the day. He found three small errors in the new book. Tiny items two words which were missing a space and a search and replace that renamed Microsoft SQL Server 2008 to Microsoft...</description><feedburner:origLink>http://www.crmlady.com/2009/11/brian-prince-gets-the-gold-star-of-the-day.html</feedburner:origLink></item><item><title>New Article posted on InformIT : KEEPING DATA ORGANIZED AND DUPLICATE FREE WITH MICROSOFT DYNAMICS CRM BY ANNE STANTON</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/bD6LPbamkks/new-article-posted-on-informit-keeping-data-organized-and-duplicate-free-with-microsoft-dynamics-crm.html</link><category>Announcements</category><category>MS CRM Studying</category><category>MS CRM Tip of the Day</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 18 Nov 2009 07:15:00 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/new-article-posted-on-informit-keeping-data-organized-and-duplicate-free-with-microsoft-dynamics-crm.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p class="MsoNormal" style="MARGIN: 0in 0in 10pt"><span style="FONT-VARIANT: small-caps"><font size="3"><span style="FONT-SIZE: 10px"><span style="FONT-SIZE: 11px"><span style="FONT-SIZE: 12px"><span style="FONT-SIZE: 13px"><span style="FONT-SIZE: 14px"><a href="http://www.informit.com/articles/article.aspx?p=1412114">InformIT has a wealth of great resources including the following article. Check it out</a>!</span></span></span></span></span></font></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 10pt"><span style="FONT-VARIANT: small-caps"><font size="3"><span style="FONT-SIZE: 10px"><span style="FONT-SIZE: 11px"><span style="FONT-SIZE: 12px"><span style="FONT-SIZE: 13px"><span style="FONT-SIZE: 14px">Keeping Data organized and duplicate free with Microsoft Dynamics CRM by Anne Stanton<span style="FONT-SIZE: 9px"></span></span></span></span></span></span></font></span></p>
<p>In a collaborative environment sometimes it is hard to keep up with the speed of new accounts, contacts, and leads that an empowered sales team and company can produce. One of the negative symptoms of such a great collaborative environment is data quality issues from duplicated effort. Consider for instance a team of people working on the same accounts and meeting the same contacts. If they are really busy they might easily assume that an account or contact has not been entered, or perhaps they just don&#39;t have time to use the available advanced search to even look to see if a contact exists before creating it. Accounts, contacts, and leads are also not the only item that can be duplicated. It is not unusual for a person to mistakenly enter a duplicate invoice or opportunity or even for a person or different people to create a duplicate quote or order. Duplicates can be a real problem for many systems. </p>
<p>Microsoft Dynamics CRM offers a number of different ways to both protect against duplicates and to find duplicates that may have been created. This not only includes a proactive review of accounts and contacts on create or update, but it also offers you the ability to build in simple or complex rules to check for duplicates in other entities such as leads, activities, orders, opportunities or invoices. Additionally you have the option to check for duplicates during a data import or if you use the Microsoft Outlook client when you go from offline to online. </p>
<p>To simplify getting started using Microsoft Dynamics CRM duplicate checking, the system ships with three standard rules which you can modify, utilize, build onto, or expand. These include a rule to check for duplicate leads which have the same e-mail address, a rule to check for duplicate accounts which have the same e-mail address, and a rule to check for duplicate contacts which have the same e-mail address. These default duplicate rules can be used in a new duplicate job, changed, or deleted. </p>
<p>There are three parts to duplicate checking in Microsoft Dynamics CRM. The first part is found under <em>Settings, Data Management, Duplicate Detection Setting</em>. This option controls when duplicate detection rules run, including the following optional options: </p>
<ul>
<li>when a record is updated or created</li>
<li>when Microsoft Dynamics CRM Outlook client goes from offline to online</li>
<li>during data import</li>
</ul>
<p>The second part of duplicate detection is the defining of the duplicate detection rule or rules. It is also found under <em>Settings, Data Management</em> and is listed as <em>Duplicate Detection Rules</em>. Rules can be very simple, such as asking the system to check for all accounts with an exact match between account names, or the duplicate detection rules can be extremely complex and composed of many different variables. An example of a complex duplicate rule might include only marking an account as a duplicate if the first three characters of the account name match, the city and state are an exact match, and the area code and first 2 digits of the main telephone number also match. The more complex duplicate checking rules allow for the system to check for duplicates where the account name might have significant variations. For instance &quot;Watches International,&quot; &quot;Watches Ltd.&quot;, and &quot;Watches Incorporated&quot; might really all be the same account, but an exact match on the account name would not flag them as duplicates. A more sophisticated rule that looks at the first 6 letters of the account name and a secondary check on another variable in the account record would flag the item and allow the user to review.</p>
<p>Once the duplicate detection rules are defined and published, there is a third part to the functionality: the creation, review and management of the duplicate detection job or jobs. You have the option to run a duplicate detection job on demand or to set a duplicate detection job to run at regular intervals. The duplicate detection job runs one or more of the duplicate detection rules that you defined. A new duplicate detection job is setup using a specific wizard from either, <em>Settings, Data Management, Duplicate Detection Jobs</em> or from <em>My Work, Duplicate Detection</em>. When you create a duplicate detection job you can limit the data that is checked using features that mimic the advanced find functionality. For instance, you can limit a duplicate detection job to all accounts within a specific zip code or all accounts owned by a specific person. Once you limit the data you want to check, you then specify how often you want the duplicate detection job to run, when the job should start, and who should be notified when the job is completed. The system can send an e-mail to a specific email address when the duplicate detection job is finished. </p>
<p>What happens when a new account is entered and a duplicate account exists? If a duplicate detection rule exists and a duplicate detection job is enabled on create or update, then the system will warn the user that a duplicate exists and it will list all the potential duplicates in a review window. The user then has the option to either ignore the warning or to choose the duplicate from the review window and update it with the information that they are trying to enter. When they choose the duplicate it would discard the data that has been entered up until the duplicate check indicated a problem. </p>
<p>Microsoft Dynamics CRM offers a wide variety of options for managing the potential impact of duplicates on data quality. In addition to a powerful search to check for a set of duplicates prior to entering a duplicate record, the software also offers automatic checking on create and update based on user defined rules and user defined duplicate checking jobs. If these features are correctly configured and surrounded by good business process, firms have the ability to significantly increase the quality of their existing data. They also have the ability to not only prevent duplicates, but to check for them if they are imported from other systems. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=bD6LPbamkks:FsvEqovZd2M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=bD6LPbamkks:FsvEqovZd2M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=bD6LPbamkks:FsvEqovZd2M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=bD6LPbamkks:FsvEqovZd2M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=bD6LPbamkks:FsvEqovZd2M:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Microsoft Dynamics CRM offers a number of different ways to both protect against duplicates and to find duplicates that may have been created</description><feedburner:origLink>http://www.crmlady.com/2009/11/new-article-posted-on-informit-keeping-data-organized-and-duplicate-free-with-microsoft-dynamics-crm.html</feedburner:origLink></item><item><title>Maximum Number of Attributes</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/RGBH9uGQggo/maximum-number-of-attributes.html</link><category>CRM Development</category><category>MS CRM Partner Resources</category><category>MS CRM Users: Network and CRM SQL Database Administration</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 16 Nov 2009 08:51:57 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/maximum-number-of-attributes.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The maximum number of attributes within the world of Dynamics xRM is defined&#0160;by any limits within the world of Microsoft SQL Server.</p>
<p><a href="http://eastoceantechnical.blogspot.com/2009/06/maximum-attributes-supported-by-crm-4.html">Here is a post that touches on this great Enterprise Level consideration.</a></p>
<p>To Quote <em>&quot;Eg: SQL 2005 &amp; 2008 is 1024. Which means you can have 1024 attibute[s] per entity creation.&quot;</em><br /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=RGBH9uGQggo:AykaQxVyByw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=RGBH9uGQggo:AykaQxVyByw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=RGBH9uGQggo:AykaQxVyByw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=RGBH9uGQggo:AykaQxVyByw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=RGBH9uGQggo:AykaQxVyByw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>The maximum number of attributes within the world of Dynamics xRM is defined by any limits within the world of Microsoft SQL Server. Here is a post that touches on this great Enterprise Level consideration. To Quote "Eg: SQL 2005...</description><feedburner:origLink>http://www.crmlady.com/2009/11/maximum-number-of-attributes.html</feedburner:origLink></item><item><title>Book Review by Julie Yack</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/y7KhLAUeeEc/book-review-by-julie-yack.html</link><category>Announcements</category><category>Books</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Sat, 14 Nov 2009 07:01:05 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/book-review-by-julie-yack.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>A Thanks to Julie Yack&#0160; for taking the time to both read the&#0160;&quot;Teach Yourself Microsoft Dynamics CRM in 24 Hours book&quot;&#0160;<a href="http://julieyack.blogs.com/my_weblog/2009/11/book-review-teach-yourself-microsoft-dynamics-crm-4-in-24-hours-by-anne-stanton.html">and post an honest review!</a></p>
<p>My goal with the book was to help people get started and, for the more experienced CRM users, to push them to another level. I also wanted to open up a few doors of potential and to clear up a few misunderstandings. Writing a book is like being&#0160;in a deep forest. It is amazing how much you can see&#0160;once it is published.</p>
<p>Items missed for instance or topics that could use a whole additional chapter, but despite that I am glad that we all have another resource. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=y7KhLAUeeEc:oiWlMiAzlTw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=y7KhLAUeeEc:oiWlMiAzlTw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=y7KhLAUeeEc:oiWlMiAzlTw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=y7KhLAUeeEc:oiWlMiAzlTw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=y7KhLAUeeEc:oiWlMiAzlTw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>A Thanks to Julie Yack for taking the time to both read the "Teach Yourself Microsoft Dynamics CRM in 24 Hours book" and post an honest review! My goal with the book was to help people get started and, for...</description><feedburner:origLink>http://www.crmlady.com/2009/11/book-review-by-julie-yack.html</feedburner:origLink></item><item><title>Where Data is Stored</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/XV01Nci9q1o/where-data-is-stored.html</link><category>MS CRM Users: The Executive Office</category><category>MS CRM Users: The Support Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 09 Nov 2009 06:19:41 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/where-data-is-stored.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><a href="http://dmcrm.blogspot.com/2009/11/why-should-i-care-whether-my-data-is-in.html">David taps into an excellent subject today on his blog</a>&#0160;and it is worthy of further discussion. The concept is Why should I care about where my data is stored? </p>
<p>Word, Excel, A Database, ... which database ... </p>
<p>Thoughts?&#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=XV01Nci9q1o:_9dCDo8GGhI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=XV01Nci9q1o:_9dCDo8GGhI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=XV01Nci9q1o:_9dCDo8GGhI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=XV01Nci9q1o:_9dCDo8GGhI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=XV01Nci9q1o:_9dCDo8GGhI:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>David taps into an excellent subject today on his blog and it is worthy of further discussion. The concept is Why should I care about where my data is stored? Word, Excel, A Database, ... which database ... Thoughts?</description><feedburner:origLink>http://www.crmlady.com/2009/11/where-data-is-stored.html</feedburner:origLink></item><item><title>CRM Online : They added a "Home"</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/jnGVDTyKi6k/crm-online-they-added-a-home-.html</link><category>Announcements</category><category>MS CRM General Announcements</category><category>MS CRM Users: The Executive Office</category><category>MS CRM Users: The Sales Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Thu, 05 Nov 2009 15:24:48 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/crm-online-they-added-a-home-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Sweet New Home Form for Dynamics CRM Online</p>
<p><a href="http://executiveblogging.blogs.com/.a/6a00e54ffd1b5788330120a6adb1e5970c-pi" style="DISPLAY: inline"><img alt="New Screen in CRM Online" border="0" class="asset asset-image at-xid-6a00e54ffd1b5788330120a6adb1e5970c image-full" src="http://executiveblogging.blogs.com/.a/6a00e54ffd1b5788330120a6adb1e5970c-800wi" title="New Screen in CRM Online" /></a> <br /> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=jnGVDTyKi6k:MaQZkjyPVSU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=jnGVDTyKi6k:MaQZkjyPVSU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=jnGVDTyKi6k:MaQZkjyPVSU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=jnGVDTyKi6k:MaQZkjyPVSU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=jnGVDTyKi6k:MaQZkjyPVSU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Sweet New Home Form for Dynamics CRM Online</description><feedburner:origLink>http://www.crmlady.com/2009/11/crm-online-they-added-a-home-.html</feedburner:origLink></item><item><title>Developers Tip of the Day</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/vRFkratksHg/developers-tip-of-the-day.html</link><category>CRM Development</category><category>MS CRM Tip of the Day</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Thu, 05 Nov 2009 10:24:27 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/developers-tip-of-the-day.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>CNTL N</p>
<p>When on a specific form Cntl N gives you the internal URL for any Dynamics CRM displayed form. You can then use this with variables in an iFrame to do some interesting things. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=vRFkratksHg:3PUD-CBJXSg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=vRFkratksHg:3PUD-CBJXSg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=vRFkratksHg:3PUD-CBJXSg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=vRFkratksHg:3PUD-CBJXSg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=vRFkratksHg:3PUD-CBJXSg:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>CNTL N When on a specific form Cntl N gives you the internal URL for any Dynamics CRM displayed form. You can then use this with variables in an iFrame to do some interesting things.</description><feedburner:origLink>http://www.crmlady.com/2009/11/developers-tip-of-the-day.html</feedburner:origLink></item><item><title>Tip of the Day: Merging Data</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/i3MUH4gRWHM/tip-of-the-day-merging-data.html</link><category>MS CRM Tip of the Day</category><category>MS CRM User Resources</category><category>MS CRM Users: The Marketing Department</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Thu, 05 Nov 2009 07:56:35 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/tip-of-the-day-merging-data.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The Merge Feature</p>
<p>Microsoft Dynamics CRM gives you the option to merge two accounts or two contacts. On Merge a person can select which fields in each record are accurate and using the data from the selected fields the primary record is updated and the secondary record is flagged as deactivated. </p>
<p>This ability to merge is fairly powerful because of the human interaction. A human can easily tell which of the data from individual fields is most accurate when data gets really messy, whereas a system would have to have more rules and black and white requirements. </p>
<p>Good for review of a few duplications, but not as good for mass cleanup.</p>
<p>A couple of things to watch out for. If you merge two contacts and those contacts are uniquely tracked in two different peoples Outlook. The deactivited or secondary contact would be unlinked. This means that one person might not be too happy.</p>
<p>If you have a lot of cleanup to do you will want to consider how that data is being used &quot;offline&quot; or in other applications before your cleanup efforts. </p>
<p>Once the data is cleaned up you might want to review your deactivated data for further cleanup via the delete functionality.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=i3MUH4gRWHM:BDyDgvJy34Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=i3MUH4gRWHM:BDyDgvJy34Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=i3MUH4gRWHM:BDyDgvJy34Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=i3MUH4gRWHM:BDyDgvJy34Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=i3MUH4gRWHM:BDyDgvJy34Y:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>The Merge Feature Microsoft Dynamics CRM gives you the option to merge two accounts or two contacts. On Merge a person can select which fields in each record are accurate and using the data from the selected fields the primary...</description><feedburner:origLink>http://www.crmlady.com/2009/11/tip-of-the-day-merging-data.html</feedburner:origLink></item><item><title>Resource Lists</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/WoGKnGBscVI/resource-lists-.html</link><category>Announcements</category><category>CRM Feedback</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 04 Nov 2009 11:28:14 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/resource-lists-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Know of any great new Dynamics CRM RSS feeds? or web pages that shouldn&#39;t get missed? It is&#0160;time&#0160;to update my blogs&#0160;left navigation. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=WoGKnGBscVI:rK8exWTjh4Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=WoGKnGBscVI:rK8exWTjh4Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=WoGKnGBscVI:rK8exWTjh4Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=WoGKnGBscVI:rK8exWTjh4Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=WoGKnGBscVI:rK8exWTjh4Q:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Know of any great new Dynamics CRM RSS feeds? or web pages that shouldn't get missed? It is time to update my blogs left navigation.</description><feedburner:origLink>http://www.crmlady.com/2009/11/resource-lists-.html</feedburner:origLink></item><item><title>Databases</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/1H0VXJy6JF4/databases.html</link><category>CRM Development</category><category>MS CRM Installing</category><category>MS CRM Partner Resources</category><category>MS CRM Studying</category><category>MS CRM Training Resources</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 04 Nov 2009 11:26:19 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/databases.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Back in the pre-Microsoft SQL days I spent a good amount of time thinking about databases. There were databases that needed constant tweaking and maintanence and there were databases that were like chunks of granite that rarely had trouble, but when they did have trouble they could be a monster to fix.</p>
<p>I am curious as to if anyone out in the community has run across any favorite Microsoft SQL Server database tools and Dynamics CRM database maintanence best practices.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=1H0VXJy6JF4:ToEgp5H02RA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=1H0VXJy6JF4:ToEgp5H02RA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=1H0VXJy6JF4:ToEgp5H02RA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=1H0VXJy6JF4:ToEgp5H02RA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=1H0VXJy6JF4:ToEgp5H02RA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Back in the pre-Microsoft SQL days I spent a good amount of time thinking about databases. There were databases that needed constant tweaking and maintanence and there were databases that were like chunks of granite that rarely had trouble, but...</description><feedburner:origLink>http://www.crmlady.com/2009/11/databases.html</feedburner:origLink></item><item><title>Are you using the Stunnware toolkit?</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/ac8f7sPa6eY/are-you-using-the-stunnware-toolkit.html</link><category>CRM Development</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 04 Nov 2009 11:23:11 PST</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/11/are-you-using-the-stunnware-toolkit.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>We ran into a bit of a snag yesterday and it was a bit difficult to figure out. One of the filtered lists that had been setup was showing perfectly in an iFrame, but it was not working off the left nav bar. Go figure. </p>
<p>The solution turned out to be that we were using ID as a filter. So instead of using ID (protected and used) AccountID or ContactID is preferred and solved the problem.</p>
<p>What you don&#39;t know about <a href="http://www.stunnware.com/" title="Stunnware&#39;s Toolkits">Stunnware&#39;s toolkit</a>? </p>
<p>It is well worth checking out.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ac8f7sPa6eY:UewiwbMVLZc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ac8f7sPa6eY:UewiwbMVLZc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ac8f7sPa6eY:UewiwbMVLZc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ac8f7sPa6eY:UewiwbMVLZc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=ac8f7sPa6eY:UewiwbMVLZc:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>We ran into a bit of a snag yesterday and it was a bit difficult to figure out. One of the filtered lists that had been setup was showing perfectly in an iFrame, but it was not working off the...</description><feedburner:origLink>http://www.crmlady.com/2009/11/are-you-using-the-stunnware-toolkit.html</feedburner:origLink></item><item><title>Google on: Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/_iCP2xOEHZw/google-on-teach-yourself-microsoft-dynamics-crm-4-in-24-hours.html</link><category>Books</category><category>MS CRM Studying</category><category>MS CRM Training Resources</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Thu, 22 Oct 2009 05:33:30 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/10/google-on-teach-yourself-microsoft-dynamics-crm-4-in-24-hours.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<strong><span style="FONT-SIZE: 14px; FONT-FAMILY: "><span style="FONT-SIZE: 15px; FONT-FAMILY: "><span style="FONT-SIZE: 16px; FONT-FAMILY: "><span style="FONT-SIZE: 16px; COLOR: #ff7f00; FONT-FAMILY: ">The Book is Officially Released :)</span></span></span></span></strong> 
<h3></h3>
<li class="g w0">
<h3 class="r"><a class="l" href="http://www.borders.com/online/store/TitleDetail?sku=0672330679" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;1&#39;,&#39;&amp;sig2=bPymMAxgXzrZBMFkvSxcpA&#39;,&#39;0CAwQFjAA&#39;)"><font size="3"><font color="#551a8b">Sams Teach Yourself Microsoft Dynamics Crm 4 in 24 Hours <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#551a8b" size="3"></font></span> 
<div class="s">0672330679, Sams <strong>Teach Yourself</strong> Microsoft <strong>Dynamics Crm</strong> 4 in <strong>24 Hours</strong>, 9780672330674, Anne Stanton, Paperback, Sams <strong>Teach Yourself</strong> -- <strong>Hours</strong> Ser.<br /><cite><font color="#008000">www.borders.com/online/store/TitleDetail?sku=0672330679 - </font></cite><span class="gl"><a href="http://74.125.93.132/search?q=cache:S79x5rEKeCUJ:www.borders.com/online/store/TitleDetail%3Fsku%3D0672330679+teach+yourself+dynamics+crm+in+24+hours&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us" onmousedown="return clk(&#39;http://74.125.93.132/search?q=cache:S79x5rEKeCUJ:www.borders.com/online/store/TitleDetail%3Fsku%3D0672330679+teach+yourself+dynamics+crm+in+24+hours&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us&#39;,&#39;&#39;,&#39;&#39;,&#39;clnk&#39;,&#39;1&#39;,&#39;&amp;sig2=jYD4lZ-kYT8gJrbi9QhJJQ&#39;)"><font color="#7777cc">Cached</font></a><font color="#7777cc"> - </font><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:www.borders.com/online/store/TitleDetail%3Fsku%3D0672330679"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div>
<div class="wce"><font color="#7777cc"></font></div></li>
<div><font color="#7777cc"></font></div>
<li class="g w0">
<h3 class="r"><a class="l" href="http://www.informit.com/store/product.aspx?isbn=0768689708" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;2&#39;,&#39;&amp;sig2=3tkkeFVCxvo12TGX65T62g&#39;,&#39;0CA8QFjAB&#39;)"><font size="3"><font color="#2200cc">InformIT: Sams Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#2200cc" size="3"></font></span> 
<div class="s">Sams <strong>Teach Yourself</strong> Microsoft <strong>Dynamics CRM</strong> 4 in <strong>24 Hours</strong>, Portable Documents. View Larger Image. larger cover. Add To My Wish List <strong>...</strong><br /><cite><font color="#008000">www.informit.com/store/product.aspx?isbn=0768689708 - </font></cite><span class="gl"><a href="http://74.125.93.132/search?q=cache:0jdpLwRrcasJ:www.informit.com/store/product.aspx%3Fisbn%3D0768689708+teach+yourself+dynamics+crm+in+24+hours&amp;cd=2&amp;hl=en&amp;ct=clnk&amp;gl=us" onmousedown="return clk(&#39;http://74.125.93.132/search?q=cache:0jdpLwRrcasJ:www.informit.com/store/product.aspx%3Fisbn%3D0768689708+teach+yourself+dynamics+crm+in+24+hours&amp;cd=2&amp;hl=en&amp;ct=clnk&amp;gl=us&#39;,&#39;&#39;,&#39;&#39;,&#39;clnk&#39;,&#39;2&#39;,&#39;&amp;sig2=tw_HlERFbvbgxhRR4z8Ojg&#39;)"><font color="#7777cc">Cached</font></a><font color="#7777cc"> - </font><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:www.informit.com/store/product.aspx%3Fisbn%3D0768689708"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div>
<div class="wce"><font color="#7777cc"></font></div></li>
<div><font color="#7777cc"></font></div>
<li class="g w0" style="MARGIN-LEFT: 3em">
<h3 class="r"><a class="l" href="http://www.informit.com/store/product.aspx?isbn=0768689740" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;3&#39;,&#39;&amp;sig2=fJKTdcIN0_GIvgEJfPnyIQ&#39;,&#39;0CBIQFjAC&#39;)"><font size="3"><font color="#2200cc">InformIT: Sams Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#2200cc" size="3"></font></span> 
<div class="s hc" id="mbb3" valign="top">Jul 7, 2009 <strong>...</strong> Sams <strong>Teach Yourself</strong> Microsoft <strong>Dynamics CRM</strong> 4 in <strong>24 Hours</strong> is an easily accessible tutorial that uses a friendly, conversational approach to <strong>...</strong><br /><cite><font color="#008000">www.informit.com/store/product.aspx?isbn=0768689740 - </font></cite><span class="gl"><a href="http://74.125.93.132/search?q=cache:HLVa6wBdyFsJ:www.informit.com/store/product.aspx%3Fisbn%3D0768689740+teach+yourself+dynamics+crm+in+24+hours&amp;cd=3&amp;hl=en&amp;ct=clnk&amp;gl=us" onmousedown="return clk(&#39;http://74.125.93.132/search?q=cache:HLVa6wBdyFsJ:www.informit.com/store/product.aspx%3Fisbn%3D0768689740+teach+yourself+dynamics+crm+in+24+hours&amp;cd=3&amp;hl=en&amp;ct=clnk&amp;gl=us&#39;,&#39;&#39;,&#39;&#39;,&#39;clnk&#39;,&#39;3&#39;,&#39;&amp;sig2=DP4-U6w_KO7WnX35pbEU1Q&#39;)"><font color="#7777cc">Cached</font></a><font color="#7777cc"> - </font><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:www.informit.com/store/product.aspx%3Fisbn%3D0768689740"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span> 
<div class="mbl">
<div class="bl"><span class="ch" id="mbl3">
<table class="ts ti">
<tbody>
<tr>
<td>
<div class="csb mbi" title="Click for more information"></div></td></tr></tbody></table><a class="mblink" href="http://www.typepad.com/site/blogs/6a00e54ffd1b57883300e54ffd1d098833/post/#" onclick="return false"><font color="#2200cc">Show more results from www.informit.com</font></a></span></div></div>
<div id="mbf3" style="PADDING-TOP: 0px"><font color="#2200cc"></font><span></span></div></div>
<div class="wce"><font color="#2200cc"></font></div></li>
<div><font color="#2200cc"></font></div>
<li class="g w0">
<h3 class="r"><a class="l" href="http://www.wowebook.com/e-book/others/sams-teach-yourself-microsoft-dynamics-crm-4-in-24-hours.html" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;4&#39;,&#39;&amp;sig2=K16_FsC_Z9TFWfGBM1I87Q&#39;,&#39;0CBYQFjAD&#39;)"><font size="3"><font color="#551a8b">Sams Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours | Wow <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#551a8b" size="3"></font></span> 
<div class="s">Oct 21, 2009 <strong>...</strong> Product Description In just <strong>24</strong> sessions of one hour or less, you will be up and running with <strong>Dynamics CRM</strong> 4. Using a straightforward <strong>...</strong><br /><cite><font color="#008000">www.wowebook.com/.../sams-<strong>teach</strong>-<strong>yourself</strong>-microsoft-<strong>dynamics</strong>-<strong>crm</strong>-4-in-<wbr /><strong>24</strong>-<strong>hours</strong>.html - </font></cite><span class="gl"><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:www.wowebook.com/e-book/others/sams-teach-yourself-microsoft-dynamics-crm-4-in-24-hours.html"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div>
<div class="wce"><font color="#7777cc"></font></div></li>
<div><font color="#7777cc"></font></div>
<li class="g w0">
<h3 class="r"><a class="l" href="http://www.downtr.net/66489-teach-yourself-microsoft-dynamics-crm-4-in-24.html" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;5&#39;,&#39;&amp;sig2=HMDuZNlNZwpa5vAsuEyEXg&#39;,&#39;0CBkQFjAE&#39;)"><font size="3"><font color="#2200cc">Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours » Download <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#2200cc" size="3"></font></span> 
<div class="s">Anne Stanton <strong>Teach Yourself</strong> Microsoft <strong>Dynamics CRM</strong> 4 in <strong>24 Hours</strong> October 2009 | English | ISBN-13: 978-0-672-33067-4 | 480 Pages | PDF | 11.8 MB In just <strong>24</strong> <strong>...</strong><br /><cite><font color="#008000">www.downtr.net/66489-<strong>teach</strong>-<strong>yourself</strong>-microsoft-<strong>dynamics</strong>-<strong>crm</strong>-4-in-<strong>24</strong>.<wbr />html - 21 minutes ago - </font></cite><span class="gl"><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:www.downtr.net/66489-teach-yourself-microsoft-dynamics-crm-4-in-24.html"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div>
<div class="wce"><font color="#7777cc"></font></div></li>
<div><font color="#7777cc"></font></div>
<li class="g w0">
<h3 class="r"><a class="l" href="http://my.safaribooksonline.com/9780768689754" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;6&#39;,&#39;&amp;sig2=tHqhRgaUsNEIukPJKlykFg&#39;,&#39;0CBwQFjAF&#39;)"><font size="3"><font color="#2200cc">Safari Books Online - 9780768689754 - Sams Teach Yourself <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#2200cc" size="3"></font></span> 
<div class="s">Sams <strong>Teach Yourself</strong> Microsoft® <strong>Dynamics CRM</strong> 4 in <strong>24 Hours</strong> <strong>...</strong> Sams <strong>Teach Yourself</strong> Microsoft <strong>Dynamics CRM</strong> 4 in <strong>24 Hours</strong> is an easily accessible tutorial that <strong>...</strong><br /><cite><font color="#008000">my.safaribooksonline.com/9780768689754 - </font></cite><span class="gl"><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:my.safaribooksonline.com/9780768689754"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div>
<div class="wce"><font color="#7777cc"></font></div></li>
<div><font color="#7777cc"></font></div>
<li class="g w0">
<h3 class="r"><a class="l" href="http://search.barnesandnoble.com/Sams-Teach-Yourself-Microsoft-Dynamics-CRM-4-in-24-Hours/Anne-Stanton/e/9780672330674/" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;7&#39;,&#39;&amp;sig2=lspd_goikaIozEOdvBSctQ&#39;,&#39;0CB8QFjAG&#39;)"><font size="3"><font color="#2200cc">Sams Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours, Sams <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#2200cc" size="3"></font></span> 
<div class="s">BARNES &amp; NOBLE - Find Sams <strong>Teach Yourself</strong> Microsoft <strong>Dynamics CRM</strong> 4 in <strong>24 Hours</strong> by Anne Stanton. Enjoy book clubs, author videos and customer reviews.<br /><cite><font color="#008000">search.barnesandnoble.com/...<strong>Teach</strong>-<strong>Yourself</strong>...<strong>Dynamics</strong>-<strong>CRM</strong>...<strong>24</strong>-<strong>Hours</strong>/...<wbr />/9780672330674/ - </font></cite><span class="gl"><a href="http://74.125.93.132/search?q=cache:Ip4WWo5-ut4J:search.barnesandnoble.com/Sams-Teach-Yourself-Microsoft-Dynamics-CRM-4-in-24-Hours/Anne-Stanton/e/9780672330674/+teach+yourself+dynamics+crm+in+24+hours&amp;cd=7&amp;hl=en&amp;ct=clnk&amp;gl=us" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;clnk&#39;,&#39;7&#39;,&#39;&amp;sig2=XazfplzfRnODq0i5QRzfEQ&#39;)"><font color="#7777cc">Cached</font></a><font color="#7777cc"> - </font><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:search.barnesandnoble.com/Sams-Teach-Yourself-Microsoft-Dynamics-CRM-4-in-24-Hours/Anne-Stanton/e/9780672330674/"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div>
<div class="wce"><font color="#7777cc"></font></div></li>
<div><font color="#7777cc"></font></div>
<li class="g w0">
<h3 class="r"><a class="l" href="http://tehparadox.com/forum/f58/sams-teach-yourself-microsoft-dynamics-crm-4-24-hours-568587/" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;8&#39;,&#39;&amp;sig2=hrUUsE-Mai7p5pGqc-uWFw&#39;,&#39;0CCIQFjAH&#39;)"><font color="#2200cc" size="3">Sams Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours</font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#2200cc" size="3"></font></span> 
<div class="s">
<div class="f">1 post&#0160;-&#0160;1 author&#0160;-&#0160;Last post:&#0160;21 hours ago</div>English | 480 pages | Sams (November 8, 2009) | ISBN: 0672330679 | PDF | 17.2 MB In just <strong>24</strong> sessions of one hour or less, you will be up and running with <strong>...</strong><br /><cite><font color="#008000">tehparadox.com/.../sams-<strong>teach</strong>-<strong>yourself</strong>-microsoft-<strong>dynamics</strong>-<strong>crm</strong>-4-<strong>24</strong>-<strong>hours</strong>-<wbr />568587/ - 21 hours ago - </font></cite><span class="gl"><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:tehparadox.com/forum/f58/sams-teach-yourself-microsoft-dynamics-crm-4-24-hours-568587/"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div>
<div class="wce"><font color="#7777cc"></font></div></li>
<div><font color="#7777cc"></font></div>
<li class="g w0">
<h3 class="r"><a class="l" href="http://www.amazon.com/Teach-Yourself-Microsoft-Dynamics-Hours/dp/0672330679" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;9&#39;,&#39;&amp;sig2=rAVUji8mVkIaqSAcHEuTRw&#39;,&#39;0CCYQFjAI&#39;)"><font size="3"><font color="#2200cc">Amazon.com: Sams Teach Yourself Microsoft Dynamics CRM 4 in 24 <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#2200cc" size="3"></font></span> 
<div class="s">Sams <strong>Teach Yourself</strong> Microsoft <strong>Dynamics CRM</strong> 4 in <strong>24 Hours</strong> is an easily accessible tutorial that uses a friendly, conversational approach to <strong>teach</strong> you the <strong>...</strong><br /><cite><font color="#008000">www.amazon.com/<strong>Teach</strong>-<strong>Yourself</strong>...<strong>Dynamics</strong>-<strong>Hours</strong>/.../0672330679 - </font></cite><span class="gl"><a href="http://74.125.93.132/search?q=cache:4AyWJJwI3VMJ:www.amazon.com/Teach-Yourself-Microsoft-Dynamics-Hours/dp/0672330679+teach+yourself+dynamics+crm+in+24+hours&amp;cd=9&amp;hl=en&amp;ct=clnk&amp;gl=us" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;clnk&#39;,&#39;9&#39;,&#39;&amp;sig2=19pjGlRi2o5mMJAK_9Q_yw&#39;)"><font color="#7777cc">Cached</font></a><font color="#7777cc"> - </font><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:www.amazon.com/Teach-Yourself-Microsoft-Dynamics-Hours/dp/0672330679"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div>
<div class="wce"><font color="#7777cc"></font></div></li>
<div><font color="#7777cc"></font></div>
<li class="g w0">
<h3 class="r"><a class="l" href="http://www.topviewed.info/2009/10/sams-teach-yourself-microsoft-dynamics.html" onmousedown="return clk(this.href,&#39;&#39;,&#39;&#39;,&#39;res&#39;,&#39;10&#39;,&#39;&amp;sig2=v4aWzFkZtIVzPqAxUlRlGg&#39;,&#39;0CCkQFjAJ&#39;)"><font size="3"><font color="#2200cc">The Ebooks Nest : Free Ebooks Download: Sams Teach Yourself <strong>...</strong></font></font></a></h3><span style="DISPLAY: inline-block"><button class="w10"></button><button class="w20"></button><font color="#2200cc" size="3"></font></span> 
<div class="s">Oct 21, 2009 <strong>...</strong> Sams <strong>Teach Yourself</strong> Microsoft <strong>Dynamics CRM</strong> 4 in <strong>24 Hours</strong>. Sams | 2009 | ISBN: 0672330679 | 480 pages | PDF | 17,1 MB. In just <strong>24</strong> sessions of <strong>...</strong><br /><cite><font color="#008000">www.topviewed.info/.../sams-<strong>teach</strong>-<strong>yourself</strong>-microsoft-<strong>dynamics</strong>.html - 17 hours ago - </font></cite><span class="gl"><a href="http://www.typepad.com/search?hl=en&amp;rlz=1G1GGLQ_ENUS289&amp;q=related:www.topviewed.info/2009/10/sams-teach-yourself-microsoft-dynamics.html"><font color="#7777cc">Similar</font></a><font color="#7777cc"> -</font><button class="wci" title="Comment"></button><button class="w4" title="Promote"></button><button class="w5" title="Remove"></button></span></div></li>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_iCP2xOEHZw:MdncMzCPpKU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_iCP2xOEHZw:MdncMzCPpKU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_iCP2xOEHZw:MdncMzCPpKU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=_iCP2xOEHZw:MdncMzCPpKU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=_iCP2xOEHZw:MdncMzCPpKU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>The Book is Officially Released :) Sams Teach Yourself Microsoft Dynamics Crm 4 in 24 Hours ... 0672330679, Sams Teach Yourself Microsoft Dynamics Crm 4 in 24 Hours, 9780672330674, Anne Stanton, Paperback, Sams Teach Yourself -- Hours Ser. www.borders.com/online/store/TitleDetail?sku=0672330679 -...</description><feedburner:origLink>http://www.crmlady.com/2009/10/google-on-teach-yourself-microsoft-dynamics-crm-4-in-24-hours.html</feedburner:origLink></item><item><title>The Book!</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/ZRbbdXmDVQI/the-book-.html</link><category>Announcements</category><category>Books</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Sun, 18 Oct 2009 09:18:14 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/10/the-book-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I think my next book is going to be titled - All the things they added to Microsoft Dynamics CRM after v4.0 was released which I either missed the release notes on or they were slipped in as nice to haves! </p>
<p>But in the meantime my current book is being published this week!!! So keep an eye out!! In fact I just received this today if you want to do some previewing. </p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font size="3"><font face="Consolas">Hello.<span style="mso-spacerun: yes">&#0160; </span></font></font></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><o:p><font face="Consolas" size="3">&#0160;</font></o:p></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3">This is a system generated email sent to inform you that Rough Cuts version 8.3 of Sams Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours has been successfully uploaded to Safari Books Online. There is no action needed at this time.<span style="mso-spacerun: yes">&#0160; </span>You are receiving this note because you are associated to this title in the Safari Books Online back office.<span style="mso-spacerun: yes">&#0160; </span>You can review the Rough Cuts book at </font><a href="http://my.safaribooksonline.com/9780768689754"><font color="#800080" face="Consolas" size="3">http://my.safaribooksonline.com/9780768689754</font></a></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><o:p><font face="Consolas" size="3">&#0160;</font></o:p></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3">Your editorial and production teams have been trained to notify interested users when substantial changes are made. For your information, there are currently 4 members of the Safari community who have subscribed to receive such notifications for Sams Teach Yourself Microsoft Dynamics CRM 4 in 24 Hours. </font></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><o:p><font face="Consolas" size="3">&#0160;</font></o:p></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3">Thank you for supporting the Safari Books Online community and the Rough Cuts interactive publishing service.<span style="mso-spacerun: yes">&#0160; </span>Please don&#39;t hesitate to contact me with any questions or feedback. </font></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><o:p><font face="Consolas" size="3">&#0160;</font></o:p></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3">John Chodacki</font></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3">Rough Cuts Program Manager</font></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3">Safari Books Online</font></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><a href="mailto:chodacki@safarijv.com"><font face="Consolas" size="3">chodacki@safarijv.com</font></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ZRbbdXmDVQI:nfg7MWsB328:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ZRbbdXmDVQI:nfg7MWsB328:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ZRbbdXmDVQI:nfg7MWsB328:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ZRbbdXmDVQI:nfg7MWsB328:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=ZRbbdXmDVQI:nfg7MWsB328:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>I think my next book is going to be titled - All the things they added to Microsoft Dynamics CRM after v4.0 was released which I either missed the release notes on or they were slipped in as nice to...</description><feedburner:origLink>http://www.crmlady.com/2009/10/the-book-.html</feedburner:origLink></item><item><title>Integrating with SharePoint</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/HfKs9OpUcyU/integrating-with-sharepoint-.html</link><category>MS CRM Partner Resources</category><category>MS CRM Selling</category><category>MS CRM Users: The Executive Office</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Fri, 16 Oct 2009 07:53:21 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/10/integrating-with-sharepoint-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The perfect pair: SharePoint and Dynamics CRM and yet there are times when users might only be in SharePoint and/or only in CRM. </p>
<p>Pierre Hulsebus&#0160;over at EHTC&#0160;has a great&#0160;use case post today regarding how licensing is managed when the two products are married and yet seperate. </p>
<p><a href="http://blog.solomon2crm.com/2009/10/05/rtg--dynamics-crm-and-multiplexing.aspx?ref=rss">http://blog.solomon2crm.com/2009/10/05/rtg--dynamics-crm-and-multiplexing.aspx?ref=rss</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=HfKs9OpUcyU:uppjaw_cDTs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=HfKs9OpUcyU:uppjaw_cDTs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=HfKs9OpUcyU:uppjaw_cDTs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=HfKs9OpUcyU:uppjaw_cDTs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=HfKs9OpUcyU:uppjaw_cDTs:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>The perfect pair: SharePoint and Dynamics CRM and yet there are times when users might only be in SharePoint and/or only in CRM. Pierre Hulsebus over at EHTC has a great use case post today regarding how licensing is managed...</description><feedburner:origLink>http://www.crmlady.com/2009/10/integrating-with-sharepoint-.html</feedburner:origLink></item><item><title>Reducing the Pain of setting up Pick Lists</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/atoI46yaScg/reducing-the-pain-of-setting-up-pick-lists.html</link><category>MS CRM Configuring</category><category>MS CRM Partner Resources</category><category>MS CRM Roll Out</category><category>MS CRM Tip of the Day</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Mon, 12 Oct 2009 13:35:50 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/10/reducing-the-pain-of-setting-up-pick-lists.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>There are a number of cool little tools that the partners use to quickly populate user drop down lists. </p>
<p>Here are various&#0160;blog posts and links&#0160;to pick from in no particular order</p>
<p>1) <a href="http://marioraunig.blogspot.com/2007/03/save-time-and-energy-creating-large.html">http://marioraunig.blogspot.com/2007/03/save-time-and-energy-creating-large.html</a>&#0160;and </p>
<p><a href="http://www.beatnik.at/picklist_for_mscrm.php">http://www.beatnik.at/picklist_for_mscrm.php</a></p>
<p>2) <a href="http://kjellsj.blogspot.com/2006/08/using-excel-to-generate-picklist-xml.html">http://kjellsj.blogspot.com/2006/08/using-excel-to-generate-picklist-xml.html</a></p>
<p>which was updated here 3) <a href="http://dynamicscrmbyalfredo.blogspot.com/2006/09/recently-i-found-this-useful-blog.html">http://dynamicscrmbyalfredo.blogspot.com/2006/09/recently-i-found-this-useful-blog.html</a></p>
<p>4) and back in the 3.0 Days <a href="http://blogs.infinite-x.net/2006/08/26/release-utility-to-generate-picklist-options-for-dynamics-crm-30/">http://blogs.infinite-x.net/2006/08/26/release-utility-to-generate-picklist-options-for-dynamics-crm-30/</a>&#0160;</p>
<p>Have you found an easier way? Feel free to share! </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=atoI46yaScg:bwml_Vqe-7M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=atoI46yaScg:bwml_Vqe-7M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=atoI46yaScg:bwml_Vqe-7M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=atoI46yaScg:bwml_Vqe-7M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=atoI46yaScg:bwml_Vqe-7M:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>There are a number of cool little tools that the partners use to quickly populate user drop down lists. Here are various blog posts and links to pick from in no particular order 1) http://marioraunig.blogspot.com/2007/03/save-time-and-energy-creating-large.html and http://www.beatnik.at/picklist_for_mscrm.php 2) http://kjellsj.blogspot.com/2006/08/using-excel-to-generate-picklist-xml.html which...</description><feedburner:origLink>http://www.crmlady.com/2009/10/reducing-the-pain-of-setting-up-pick-lists.html</feedburner:origLink></item><item><title>Thanks</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/ZzC-rl2UGFc/thanks.html</link><category>CRM Feedback</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Fri, 09 Oct 2009 04:14:17 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/10/thanks.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Everytime I offer kudos I realize all the other people who are related to those little things that make a difference. For instance <a href="http://mscrmuk.blogspot.com/">David Jennaway</a>, who actually wrote the plugin I mentioned in my earlier post&#0160;and SHARED it.</p>
<p>Jeff Reiser, Premier Field Engineer who continues to be&#0160;an incredible resource as I watch&#0160;people ramp up and Microsoft in general who despite their size still manage to digest the huge amount of field feedback that travels the back&#0160;channels. </p>
<p>What you don&#39;t feel heard? Next time you are reading a knowledge base article that doesn&#39;t meet your needs use the comment box at the&#0160;bottom of the screen. In the world of Dynamics CRM&#0160;I am often surprised by the responses to my comments posted in what sometimes we assume is the infinite black hole. &#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ZzC-rl2UGFc:wNnSWx8fZnc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ZzC-rl2UGFc:wNnSWx8fZnc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ZzC-rl2UGFc:wNnSWx8fZnc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=ZzC-rl2UGFc:wNnSWx8fZnc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=ZzC-rl2UGFc:wNnSWx8fZnc:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Everytime I offer kudos I realize all the other people who are related to those little things that make a difference. For instance David Jennaway, who actually wrote the plugin I mentioned in my earlier post and SHARED it. Jeff...</description><feedburner:origLink>http://www.crmlady.com/2009/10/thanks.html</feedburner:origLink></item><item><title>How to Hide System Views</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/gcGUmIflRFY/how-to-hide-system-views.html</link><category>MS CRM Tip of the Day</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Fri, 09 Oct 2009 04:08:35 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/10/how-to-hide-system-views.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3">John Weyer, </font><font face="Consolas" size="3">Premier Field Engineer gets my kudos for the day for knowing <a href="http://code.msdn.microsoft.com/crm40hidesystemviews" title="How to Hide System Views">that this is exactly what i/we needed</a>. I know it is just a link and we could have found it via <a href="http://www.bing.com" title="Bing">Bing</a>, but sometimes it is the little things that make a huge difference. </font></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3"></font>&#0160;</p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3"><a href="http://code.msdn.microsoft.com/crm40hidesystemviews">How to Hide System Views</a> </font></p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3"></font>&#0160;</p>
<p class="MsoPlainText" style="MARGIN: 0in 0in 0pt"><font face="Consolas" size="3"></font>&#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=gcGUmIflRFY:RCv6qutdpLQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=gcGUmIflRFY:RCv6qutdpLQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=gcGUmIflRFY:RCv6qutdpLQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=gcGUmIflRFY:RCv6qutdpLQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=gcGUmIflRFY:RCv6qutdpLQ:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>John Weyer, Premier Field Engineer gets my kudos for the day for knowing that this is exactly what i/we needed. I know it is just a link and we could have found it via Bing, but sometimes it is the...</description><feedburner:origLink>http://www.crmlady.com/2009/10/how-to-hide-system-views.html</feedburner:origLink></item><item><title>Interested in the History of Dynamics CRM?</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/PbMWHZkj3KM/interested-in-the-history-of-dynamics-crm.html</link><category>CRM in General</category><category>MS CRM Partner Resources</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 07 Oct 2009 17:47:04 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/10/interested-in-the-history-of-dynamics-crm.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Check out this great timeline that DynamicsWorld has put together.</p>
<p><a href="http://www.dynamicsworld.co.uk/Dynamics-CRM-Timeline.php">http://www.dynamicsworld.co.uk/Dynamics-CRM-Timeline.php</a>&#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=PbMWHZkj3KM:P_BThW-8gkA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=PbMWHZkj3KM:P_BThW-8gkA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=PbMWHZkj3KM:P_BThW-8gkA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=PbMWHZkj3KM:P_BThW-8gkA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=PbMWHZkj3KM:P_BThW-8gkA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Check out this great timeline that DynamicsWorld has put together. http://www.dynamicsworld.co.uk/Dynamics-CRM-Timeline.php</description><feedburner:origLink>http://www.crmlady.com/2009/10/interested-in-the-history-of-dynamics-crm.html</feedburner:origLink></item><item><title>What did I learn about Dynamics CRM today?</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/NpUIz6dV8CI/what-did-i-learn-about-dynamics-crm-today.html</link><category>MS CRM Tip of the Day</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Tue, 06 Oct 2009 15:42:44 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/10/what-did-i-learn-about-dynamics-crm-today.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The <a href="http://www.xrmvirtual.com/" title="XRM User Group">XRM User group</a> is extremely worth the time investment. If&#0160;you have not listened to one of their webinars - do so! There are numerous ones to choose from.</p>
<p>Validation that if you are going to add any form, custom screen, Silverlight gadget or other types of style sheets you really should aim to make those look like CRM. The User interface and interaction should be consistent. <em>(the word on the wind is that in the next release of the SDK you will have some available to work from)</em></p>
<p>When synchronizing Outlook Contacts to CRM the system uses the default Address 1 so if you replace it don&#39;t forget to build in the Outlook mapping. Why would you ever want to replace address 1? Perhaps you have more than 7 address fields.</p>
<p>Microsoft took out the ability to delete pre-configured system views on entities. Why? and when did this happen and can you hide the ones you do not want to use? </p>
<p>Attachments are all over the place.</p>
<p>The resource center is a great example of how you can add a custom Information Center of business oriented &quot;help&quot;.</p>
<p>Developers should always spend a tiny bit of time reviewing some of the test cases. It is eye opening for both parties. </p>
<br />
<br />
<br /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=NpUIz6dV8CI:p8IpafIx7i0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=NpUIz6dV8CI:p8IpafIx7i0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=NpUIz6dV8CI:p8IpafIx7i0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=NpUIz6dV8CI:p8IpafIx7i0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=NpUIz6dV8CI:p8IpafIx7i0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>The XRM User group is extremely worth the time investment. If you have not listened to one of their webinars - do so! There are numerous ones to choose from. Validation that if you are going to add any form,...</description><feedburner:origLink>http://www.crmlady.com/2009/10/what-did-i-learn-about-dynamics-crm-today.html</feedburner:origLink></item><item><title>Why not just custom? Why XRM?</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/EKrAtVOojF4/why-not-just-custom-why-xrm-.html</link><category>MS CRM Studying</category><category>MS CRM Users: The Executive Office</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 30 Sep 2009 16:01:48 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/09/why-not-just-custom-why-xrm-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The concept of starting with the Dynamics XRM&#0160; framework for development is sometimes a tough concept for developers to grasp. I mean they have years of experience programming custom solutions in .NET and they know if they write it from scratch &quot;everything will be in their control&quot;.</p>
<p>Well let&#39;s think about this. Is this really the case? Certainly when programming on a team every line of code is not controlled by a single developer so that &quot;concept&quot; is often broken almost immediately. </p>
<p>So what other barriers arise? </p>
<p>Well the biggest is that without training, focus, reading and experiencing a slightly new &quot;XRM&quot; mindset, there is risk that you really can screw it up. I have seen more than one developer have to eat crow and other developers who just start getting negative and &quot;anti-CRM&quot; when they really just don&#39;t get it. </p>
<p>So what to do, what to do, what to do? </p>
<p>If you are new to XRM and you are a developer make every effort to spend a good amount of time with senior experienced Dynamics CRM or Dynamics XRM developers. You know the folks. The ones whose blogs you read, the ones who offer deep dive boot camps and the ones who have rolled out hundreds of successful custom Dynamics CRM projects. Believe me it makes a BIG difference. </p>
<p>IF you don&#39;t have the option to surround yourself by these gurus (or perhaps the ego) then you will need to really start diving in and reading, reading, reading and learning. Once you do this master a very small project.&#0160; Realize that you can ramp up a project in 24 hours so it is not like this is a totally wasted energy thing. </p>
<p>Learn the difference between how Dynamics CRM uses SQL, tables (entities), database structure and relationships between things. Learn to think CRM. It really is a different way of thinking to a certain extent.</p>
<p>Now this might seem easy, but you would be surprised at how challenging this can be. I am not talking about a side thought. I am talking about really understanding the depth so you can use the depth. The advantages are incredible.</p>
<p>So ask myself how did I get started? One of the best things I did in my first year or two working with Dynamics CRM is to spend three - four hours every Saturday teaching a Dynamics CRM class with Larry Lentz. We tag team taught and we deep dove into a ton of manuals a page or chapter a week for a good six months. We&#0160;also used the software as we read, trying everything that was explained. This effort established a great base for me to continually learn and believe me I am still learning. </p>
<p>Just consider the tip I posted earlier today.&#0160;Hey I&#0160;just didn&#39;t know that trick, but I sure as well wanted to share it once I learned it. </p>
<p>So&#0160;here is a last thought. You never stop learning and Dynamics CRM is so deep that even after years there is more to learn. It also continually changes, so for those of you who have never been to a class or never&#0160;read a Dynamics CRM book. Well you might be able to &quot;just figure it out&quot;, but I&#0160;can guarentee that there&#0160;is a lot more for you to experience. So don&#39;t be shy - come to the party and jump right in but be ready for being pushed outside your comfort zone and for change! </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EKrAtVOojF4:oQxzpEtTUus:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EKrAtVOojF4:oQxzpEtTUus:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EKrAtVOojF4:oQxzpEtTUus:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=EKrAtVOojF4:oQxzpEtTUus:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=EKrAtVOojF4:oQxzpEtTUus:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>The concept of starting with the Dynamics XRM framework for development is sometimes a tough concept for developers to grasp. I mean they have years of experience programming custom solutions in .NET and they know if they write it from...</description><feedburner:origLink>http://www.crmlady.com/2009/09/why-not-just-custom-why-xrm-.html</feedburner:origLink></item><item><title>Tip of the Day: A buried feature</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/-Q2RhUd2mog/tip-of-the-day-a-buried-feature-.html</link><category>MS CRM Tip of the Day</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Wed, 30 Sep 2009 10:19:41 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/09/tip-of-the-day-a-buried-feature-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Take a look at one of your views</p>
<p>Select a Column so that the system is sorting on that column</p>
<p>Now move to another column and using the SHIFT, CNTL, MOUSE CLICK you can setup a secondary sort </p>
<p>Now move to another column and do it again..</p>
<p>Guess what: You now have three columns set to sort</p>
<p>So the question of the day then becomes. Which is the primary ;) </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=-Q2RhUd2mog:03_snEUUTug:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=-Q2RhUd2mog:03_snEUUTug:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=-Q2RhUd2mog:03_snEUUTug:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=-Q2RhUd2mog:03_snEUUTug:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=-Q2RhUd2mog:03_snEUUTug:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Take a look at one of your views Select a Column so that the system is sorting on that column Now move to another column and using the SHIFT, CNTL, MOUSE CLICK you can setup a secondary sort Now move...</description><feedburner:origLink>http://www.crmlady.com/2009/09/tip-of-the-day-a-buried-feature-.html</feedburner:origLink></item><item><title>Working with Attributes</title><link>http://feedproxy.google.com/~r/TidbitsOnMsCrm/~3/8IE6qkb29Uc/working-with-attributes-.html</link><category>CRM Development</category><category>MS CRM Roll Out</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anne Stanton</dc:creator><pubDate>Tue, 29 Sep 2009 19:42:31 PDT</pubDate><guid isPermaLink="false">http://www.crmlady.com/2009/09/working-with-attributes-.html</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Just finished up doing a bit of attribute work. There are a few things to keep in mind that I thought I would share. </p>
<p>1) If you do not want to have an attribute show in Advanced Find then you want to set the SEARCH flag on that attribute to NO. By default the search flag is set to YES. </p>
<p>2) You can use the comment field to help organize your work in addition to the display field and the internal attribute schema names. For instance you might want to map your internal schema names to the system you are integrating with, the display names to something that makes sense to users who are using advanced find and the labels on the form to something that works well for data entry. The comment field can also be used by placing a flag at the start of the comment so you can sort by comment during your reviews. </p>
<p>3) Don&#39;t have time to enter comments? A few extra seconds per attribute and you can go so much further with documentation and communication. Makes someone elses life easier, include comments. </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=8IE6qkb29Uc:hGW6GlJPy38:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=8IE6qkb29Uc:hGW6GlJPy38:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=8IE6qkb29Uc:hGW6GlJPy38:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?a=8IE6qkb29Uc:hGW6GlJPy38:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TidbitsOnMsCrm?i=8IE6qkb29Uc:hGW6GlJPy38:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded><description>Just finished up doing a bit of attribute work. There are a few things to keep in mind that I thought I would share. 1) If you do not want to have an attribute show in Advanced Find then you...</description><feedburner:origLink>http://www.crmlady.com/2009/09/working-with-attributes-.html</feedburner:origLink></item></channel></rss>
