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

<channel>
	<title>iCRM Blog &#187; Tips and tricks</title>
	<atom:link href="http://blog.icrm.ca/tag/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.icrm.ca</link>
	<description>xRM fits in so many ways</description>
	<lastBuildDate>Thu, 25 Feb 2010 23:07:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add a link to your MSCRM account record in GP using Scribe</title>
		<link>http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 00:22:48 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[GP]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[Scribe]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/</guid>
		<description><![CDATA[







Add a link to your MSCRM account record to your Internet Information form in GP.  To get to your Internet Information form click the i
			on you Customer Maintenance form.


	
Add the url to your account record to the User Defiened 1 field (or an other field on the form).  If you do not see [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>Add a link to your MSCRM account record to your Internet Information form in GP.  To get to your Internet Information form click the <strong><em><span style="color:#1f497d">i</span><br />
			</em></strong>on you Customer Maintenance form.
</p>
<p><img src="http://blog.icrm.ca/wp-content/uploads/2010/01/012610_0022_Addalinktoy1.png" alt=""/>
	</p>
<p>Add the url to your account record to the <span style="color:#4f81bd; text-decoration:underline"><strong>User Defiened 1</strong></span> field (or an other field on the form).  If you do not see your address url click &#8220;Ctrl-n&#8221; to open in a new window.
</p>
<p><img src="http://blog.icrm.ca/wp-content/uploads/2010/01/012610_0022_Addalinktoy2.png" alt=""/>
	</p>
<p>Now when you click on the <span style="color:#4f81bd; text-decoration:underline"><strong>User Defined 1</strong></span> link your CRM Account form will open up.  This is assume that you can access your CRM server from the same computer as GP and you automatically login to CRM.  If every thing work now you can add the link to Scribe to automatically update your [Internet Information].[ User Defined 1] field.  Make sure this field is not being used for any other information first by running the following query on your GP company database.
</p>
<p style="margin-left: 36pt"><span style="font-family:Courier New; font-size:10pt"><span style="color:blue">SELECT</span><br />
			<span style="color:gray">*</span><br />
			<span style="color:blue">FROM</span> SY01200 <span style="color:blue">WHERE</span><br />
			<span style="color:fuchsia">ISNULL</span><span style="color:gray">(</span>INET7<span style="color:gray">,</span><span style="color:red">&#8221;</span><span style="color:gray">)</span><br />
			<span style="color:gray">&lt;&gt;</span><br />
			<span style="color:red">&#8221;<br />
</span></span></p>
<p>This query should not return any rows.  If it does check to see what it return and if one of the other fields would be better to use.  Now add the data link to your Scribe DTS.  If using the template it would be the &#8220;AccountToERP.dts&#8221;  Make sure to update both the &#8220;Internet Information Update/Insert&#8221; and &#8220;Internet Information (2) Insert&#8221; steps with the following  formula.  This formula assumes that the accounted is Ref S13.
</p>
<p style="margin-left: 36pt">CONCATENATE(&#8221;http://{crmserver}:{port}/{orgName}/sfa/accts/edit.aspx?id=&#8221;, S13 )
</p>
<p>Save your DTS then update a record in CRM and check to see if it gets updated in GP.  Note make sure to backup your GP, Scribe Internal and CRM database before making any changes.</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div><div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy"><ul class="socials"><li class="sexy-twitter"><a href="http://twitter.com/home?status=Add+a+link+to+your+MSCRM+account+record+in+GP+using+Scribe+-+http://tinyurl.com/yzutare+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Add%20a%20link%20to%20your%20MSCRM%20account%20record%20in%20GP%20using%20Scribe%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Add%20a%20link%20to%20your%20MSCRM%20account%20record%20to%20your%20Internet%20Information%20form%20in%20GP.%20%20To%20get%20to%20your%20Internet%20Information%20form%20click%20the%20i%0D%0A%09%09%09on%20you%20Customer%20Maintenance%20form.%0D%0A%0D%0A%09Add%20the%20url%20to%20your%20account%20record%20to%20the%20User%20Defiened%201%20field%20%28or%20an%20other%20field%20on%20the%20form%29.%20%20If%20you%20do%20not%20see%20your%20ad%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/&amp;title=Add+a+link+to+your+MSCRM+account+record+in+GP+using+Scribe" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/&amp;title=Add+a+link+to+your+MSCRM+account+record+in+GP+using+Scribe" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/&amp;title=Add+a+link+to+your+MSCRM+account+record+in+GP+using+Scribe" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-comfeed"><a href="http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/&amp;title=Add+a+link+to+your+MSCRM+account+record+in+GP+using+Scribe&amp;summary=Add%20a%20link%20to%20your%20MSCRM%20account%20record%20to%20your%20Internet%20Information%20form%20in%20GP.%20%20To%20get%20to%20your%20Internet%20Information%20form%20click%20the%20i%0D%0A%09%09%09on%20you%20Customer%20Maintenance%20form.%0D%0A%0D%0A%09Add%20the%20url%20to%20your%20account%20record%20to%20the%20User%20Defiened%201%20field%20%28or%20an%20other%20field%20on%20the%20form%29.%20%20If%20you%20do%20not%20see%20your%20ad&amp;source=iCRM Blog" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li class="sexy-printfriendly"><a href="http://www.printfriendly.com/print?url=http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.icrm.ca/2010/01/25/add-a-link-to-your-mscrm-account-record-in-gp-using-scribe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set default filters for reports in MSCRM</title>
		<link>http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 19:56:09 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[reports]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/</guid>
		<description><![CDATA[Every run a report in MSCRM where you always change the filter defaults? Did you created a new report using the @CRM_FilteredEnitity and set the default value for the parameter in the report but when run in MSCRM it is set to Modified in the last 30 days? To change the default filters in MSCRM [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>Every run a report in MSCRM where you always change the filter defaults? Did you created a new report using the @CRM_Filtered<em>Enitity</em> and set the default value for the parameter in the report but when run in MSCRM it is set to Modified in the last 30 days? To change the default filters in MSCRM go to the main reports grid in &#8220;Workplace&#8221;.</p>
<ol>
<li>Select the report in the Reports grid.</li>
<li>From the <strong>More Actions</strong> menu select <strong>Edit Default Filter…</strong></li>
<li>Choose your filters then click <strong>Save Default Filter</strong>.</li>
<li>You must now close the form (click <strong>Cancel</strong>). (You saved the filter in step 3 you are just closing the form now).</li>
</ol>
<p>Note:</p>
<ul>
<li>You can not set the default filter from the Edit Report form.</li>
<li>You can not set the default filter when creating a new Report from an Existing File or Link to Web Page. You must first save the report then go to the Reports grid and follow the steps.</li>
</ul>
<p> </p>
<p><img src="http://blog.icrm.ca/wp-content/uploads/2010/01/011310_1956_Howtosetdef1.png" alt="" /></p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div><div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy"><ul class="socials"><li class="sexy-twitter"><a href="http://twitter.com/home?status=How+to+set+default+filters+for+reports+in+MSCRM+-+http://tinyurl.com/yzt7rem+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22How%20to%20set%20default%20filters%20for%20reports%20in%20MSCRM%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Every%20run%20a%20report%20in%20MSCRM%20where%20you%20always%20change%20the%20filter%20defaults%3F%20Did%20you%20created%20a%20new%20report%20using%20the%20%40CRM_FilteredEnitity%20and%20set%20the%20default%20value%20for%20the%20parameter%20in%20the%20report%20but%20when%20run%20in%20MSCRM%20it%20is%20set%20to%20Modified%20in%20the%20last%2030%20days%3F%20To%20change%20the%20default%20filters%20in%20MSCRM%20go%20to%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/&amp;title=How+to+set+default+filters+for+reports+in+MSCRM" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/&amp;title=How+to+set+default+filters+for+reports+in+MSCRM" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/&amp;title=How+to+set+default+filters+for+reports+in+MSCRM" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-comfeed"><a href="http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/&amp;title=How+to+set+default+filters+for+reports+in+MSCRM&amp;summary=Every%20run%20a%20report%20in%20MSCRM%20where%20you%20always%20change%20the%20filter%20defaults%3F%20Did%20you%20created%20a%20new%20report%20using%20the%20%40CRM_FilteredEnitity%20and%20set%20the%20default%20value%20for%20the%20parameter%20in%20the%20report%20but%20when%20run%20in%20MSCRM%20it%20is%20set%20to%20Modified%20in%20the%20last%2030%20days%3F%20To%20change%20the%20default%20filters%20in%20MSCRM%20go%20to&amp;source=iCRM Blog" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li class="sexy-printfriendly"><a href="http://www.printfriendly.com/print?url=http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.icrm.ca/2010/01/13/how-to-set-default-filters-for-reports-in-mscrm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a primary contact in MSCRM</title>
		<link>http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 00:29:13 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Activity]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[CRM Grid]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[One Click Activity]]></category>
		<category><![CDATA[Primary Contact]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/</guid>
		<description><![CDATA[The normal why to create a primary contact in MSCRM is to add the contact to the account and then go back to the account and lookup the contact that you just added. You can simplify this a bit by filtering the lookup on primary contact for only contacts from the account (see: Filter Primary [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>The normal why to create a primary contact in MSCRM is to add the contact to the account and then go back to the account and lookup the contact that you just added. You can simplify this a bit by filtering the lookup on primary contact for only contacts from the account (see:<a href="http://blog.icrm.ca/dynamics/2009/12/04/filter-primary-contact-for-contact-associated-to-account-in-mscrm/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"> Filter Primary Contact for contact associated to Account in MSCRM</a>.) If you use <a href="http://www.icrm.ca/estore/index.php?main_page=product_info&amp;cPath=7_8&amp;products_id=26&amp;zenid=3cb5433585dcb659f578af8f83711892">One Click Activity</a> this process is as simple as clicking &#8216;Set Primary Contact&#8217;.</p>
<p><strong>Set Primary Contact from the contact form(use this for new and existing contacts).<br />
</strong></p>
<p style="margin-left: 36pt">This is simple just create a contact, preferable from the account using <a href="http://www.icrm.ca/estore/index.php?main_page=product_info&amp;cPath=7_8&amp;products_id=26&amp;zenid=3cb5433585dcb659f578af8f83711892">One Click Activity</a> create contact related to selected entry button. Make sure the contact has a parent account; save the contact (do not close the form). Then once the contact is saved click the <a href="http://www.icrm.ca/estore/index.php?main_page=product_info&amp;cPath=7_8&amp;products_id=26&amp;zenid=3cb5433585dcb659f578af8f83711892">One Click Activity</a> &#8216;Set Primary Contact&#8217; button <img src="http://blog.icrm.ca/wp-content/uploads/2010/01/010710_0029_Howtocreate1.png" alt="" /> and you will be prompted to set this contact as the primary for the account. If there is no parent account nothing happens. Note if the account is open you will need to refresh it (F5) to see the changes.</p>
<p><strong>Set Primary Contact from the contact grid (use this for existing contacts).<br />
</strong></p>
<p style="margin-left: 36pt">This is simple just select a contact in the grid (main, associate or advance find). Click the <a href="http://www.icrm.ca/estore/index.php?main_page=product_info&amp;cPath=7_8&amp;products_id=26&amp;zenid=3cb5433585dcb659f578af8f83711892">One Click Activity</a> &#8216;Set Primary Contact&#8217; button <img src="http://blog.icrm.ca/wp-content/uploads/2010/01/010710_0029_Howtocreate2.png" alt="" /> and you will be prompted to set this contact as the primary for the account. If there is no parent account nothing happens. Note if the account is open you will need to refresh it (F5) to see the changes.</p>
<p style="margin-left: 36pt"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/XJHlvCPVzWQ&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/XJHlvCPVzWQ&amp;hl=en_US&amp;fs=1&amp;rel=0" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div><div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-enjoy"><ul class="socials"><li class="sexy-twitter"><a href="http://twitter.com/home?status=How+to+create+a+primary+contact+in+MSCRM+-+http://tinyurl.com/ykpyvcx+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22How%20to%20create%20a%20primary%20contact%20in%20MSCRM%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22The%20normal%20why%20to%20create%20a%20primary%20contact%20in%20MSCRM%20is%20to%20add%20the%20contact%20to%20the%20account%20and%20then%20go%20back%20to%20the%20account%20and%20lookup%20the%20contact%20that%20you%20just%20added.%20You%20can%20simplify%20this%20a%20bit%20by%20filtering%20the%20lookup%20on%20primary%20contact%20for%20only%20contacts%20from%20the%20account%20%28see%3A%20Filter%20Primary%20Contact%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/&amp;title=How+to+create+a+primary+contact+in+MSCRM" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/&amp;title=How+to+create+a+primary+contact+in+MSCRM" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/&amp;title=How+to+create+a+primary+contact+in+MSCRM" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-comfeed"><a href="http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/&amp;title=How+to+create+a+primary+contact+in+MSCRM&amp;summary=The%20normal%20why%20to%20create%20a%20primary%20contact%20in%20MSCRM%20is%20to%20add%20the%20contact%20to%20the%20account%20and%20then%20go%20back%20to%20the%20account%20and%20lookup%20the%20contact%20that%20you%20just%20added.%20You%20can%20simplify%20this%20a%20bit%20by%20filtering%20the%20lookup%20on%20primary%20contact%20for%20only%20contacts%20from%20the%20account%20%28see%3A%20Filter%20Primary%20Contact%20&amp;source=iCRM Blog" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li class="sexy-printfriendly"><a href="http://www.printfriendly.com/print?url=http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.icrm.ca/2010/01/06/how-to-create-a-primary-contact-in-mscrm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

