<?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; mscrm</title>
	<atom:link href="http://blog.icrm.ca/tag/mscrm/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>Scribe Plugin Publisher for Microsoft Dynamics CRM &#8211; system jobs failing in MSCRM</title>
		<link>http://blog.icrm.ca/2010/01/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-in-mscrm/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-in-mscrm/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 23:04:11 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[Scribe]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-in-mscrm/</guid>
		<description><![CDATA[Using the Scribe &#8220;Dynamics GP to Dynamics CRM&#8221; template, I was getting system jobs failed when updating or creating records in CRM.  After lots of testing and trying I read something about permission in message queue.  I went in the message queue for:

{server}\private$\{orgName}@{server}_mscrmpubfailed
{server}\private$\{orgName}@{server}_mscrmpubin
{server}\private$\{orgName}@{server}_mscrmpubsucceeded

I adjust the security for &#8220;Everyone&#8221; on the queues to &#8220;Full [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>Using the Scribe &#8220;Dynamics GP to Dynamics CRM&#8221; template, I was getting system jobs failed when updating or creating records in CRM.  After lots of testing and trying I read something about permission in message queue.  I went in the message queue for:</p>
<ul>
<li>{server}\private$\{orgName}@{server}_mscrmpubfailed</li>
<li>{server}\private$\{orgName}@{server}_mscrmpubin</li>
<li>{server}\private$\{orgName}@{server}_mscrmpubsucceeded</li>
</ul>
<p>I adjust the security for &#8220;Everyone&#8221; on the queues to &#8220;Full Control&#8221;.  Updated an account in MSCRM and the system jobs then succeeded.  I think you might be able to adjust the setting so it not &#8220;Full Control&#8221; for sure the plug-in needs to be able to send a message to the mscrmPubIn queue.</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=Scribe+Plugin+Publisher+for+Microsoft+Dynamics+CRM+-+system+jobs+failing+in+MSCR%5B..%5D+-+http://tinyurl.com/ygbwsxu+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Scribe%20Plugin%20Publisher%20for%20Microsoft%20Dynamics%20CRM%20-%20system%20jobs%20failing%20in%20MSCRM%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Using%20the%20Scribe%20%22Dynamics%20GP%20to%20Dynamics%20CRM%22%20template%2C%20I%20was%20getting%20system%20jobs%20failed%20when%20updating%20or%20creating%20records%20in%20CRM.%20%20After%20lots%20of%20testing%20and%20trying%20I%20read%20something%20about%20permission%20in%20message%20queue.%20%20I%20went%20in%20the%20message%20queue%20for%3A%0D%0A%0D%0A%09%7Bserver%7D%5Cprivate%24%5C%7BorgName%7D%40%7Bserver%7D_mscrmpu%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-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/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-in-mscrm/&amp;title=Scribe+Plugin+Publisher+for+Microsoft+Dynamics+CRM+-+system+jobs+failing+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/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-in-mscrm/&amp;title=Scribe+Plugin+Publisher+for+Microsoft+Dynamics+CRM+-+system+jobs+failing+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/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-in-mscrm/&amp;title=Scribe+Plugin+Publisher+for+Microsoft+Dynamics+CRM+-+system+jobs+failing+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/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-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/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-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/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-in-mscrm/&amp;title=Scribe+Plugin+Publisher+for+Microsoft+Dynamics+CRM+-+system+jobs+failing+in+MSCRM&amp;summary=Using%20the%20Scribe%20%22Dynamics%20GP%20to%20Dynamics%20CRM%22%20template%2C%20I%20was%20getting%20system%20jobs%20failed%20when%20updating%20or%20creating%20records%20in%20CRM.%20%20After%20lots%20of%20testing%20and%20trying%20I%20read%20something%20about%20permission%20in%20message%20queue.%20%20I%20went%20in%20the%20message%20queue%20for%3A%0D%0A%0D%0A%09%7Bserver%7D%5Cprivate%24%5C%7BorgName%7D%40%7Bserver%7D_mscrmpu&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/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-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/15/scribe-plugin-publisher-for-microsoft-dynamics-crm-system-jobs-failing-in-mscrm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configuring One Click Activity.</title>
		<link>http://blog.icrm.ca/2010/01/13/configuring-one-click-activity/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/13/configuring-one-click-activity/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 21:00:20 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[isv.config]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[One Click Activity]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/13/configuring-one-click-activity/</guid>
		<description><![CDATA[One Click Activity is easy to configure. Use One Click Activity login form to add your license and log into you Microsoft Dynamics CRM with an account that has customization rights.



Your license is base on you CRM organization name. If you have multiple organizations you need multiple licenses. Once you have added your license you [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p><a href="http://bit.ly/7a4PCv"><span style="font-family:Georgia; font-size:10pt">One Click Activity </span></a><span style="font-family:Georgia; font-size:10pt">is easy to configure. Use One Click Activity login form to add your license and log into you Microsoft Dynamics CRM with an account that has customization rights.<br />
</span></p>
<p><img src="http://blog.icrm.ca/wp-content/uploads/2010/01/011310_2100_Configuring1.png" alt="" /><span style="font-family:Georgia; font-size:10pt"><br />
</span></p>
<p><span style="font-family:Georgia; font-size:10pt">Your license is base on you CRM organization name. If you have multiple organizations you need multiple licenses. Once you have added your license you can then fill in your CRM Login information. First choose your connection type: &#8220;On-premise&#8221;, &#8220;Internet facing&#8221;, or &#8220;live&#8221;. You do not need direct access to the server, you can log in from a workstations that can connect to MSCRM. Next enter you MSCRM URL, domain, user id and password. If you are using a MSCRM Live you only need to enter user id and password. Once all your login information has been enter the organization combo box will be filled with the organizations that you are licensed to use. Select the organization you what to update with One Click Activity and login.<br />
</span></p>
<p><span style="font-family:Georgia; font-size:10pt">You then just choose your entity (Account, Contact, Opportunity, Lead, Incident, or Activity) and click the grid or form tab and actions you would like to add.<br />
</span></p>
<p><img src="http://blog.icrm.ca/wp-content/uploads/2010/01/011310_2100_Configuring2.png" alt="" /><span style="font-family:Georgia; font-size:10pt"><br />
</span></p>
<div><span style="font-family:Georgia; font-size:10pt">You can also use the <strong>Check ALL</strong> and <strong>Un-check All</strong> button to check or un check all the actions for entity and either the grid or the form depending on which tab you are in. Note you must choose each entity action separtely. Only add the button your users will use too many button will confuse the user. Note that all users with a security role that has ISV Extensions enabled will see the buttons.  Once you have choosen the actions you would like to add choose <strong>Run. </strong>One Click Activity will backup your isv.config then update it with the buttons selected. You can latter restore your isv.config to an earlier back.</span></div>
<div><span style="font-family:Georgia; font-size:10pt"> </span></div>
<p><span style="font-family:Georgia; font-size:10pt"> </p>
<p></span></p>
<p><span style="font-family:Georgia; font-size:10pt">Make sure that the users belong to a security role that has ISV Extensions enabled. <a href="http://bit.ly/7a4PCv">One Click Activity </a>will work online, in outlook and outlook offline just make sure your System Setting is configured to show ISV.Config in all these places.<br />
</span></p>
<p><a href="http://bit.ly/7a4PCv"><span style="font-family:Georgia; font-size:10pt">Buy One Click Activity!</span></a><span style="font-family:Georgia; font-size:10pt"><br />
</span></p>
<p><a href="http://bit.ly/7FBNiM"><span style="font-family:Georgia; font-size:10pt">More info on one click activity.</span></a><span style="font-family:Georgia; font-size:10pt"><br />
</span></p>
<p><a href="http://bit.ly/icrm-webinar"><span style="font-family:Georgia; font-size:10pt">Check for iCRM webinars</span></a></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=Configuring+One+Click+Activity.+-+http://tinyurl.com/yzl87kb+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Configuring%20One%20Click%20Activity.%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22One%20Click%20Activity%20is%20easy%20to%20configure.%20Use%20One%20Click%20Activity%20login%20form%20to%20add%20your%20license%20and%20log%20into%20you%20Microsoft%20Dynamics%20CRM%20with%20an%20account%20that%20has%20customization%20rights.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AYour%20license%20is%20base%20on%20you%20CRM%20organization%20name.%20If%20you%20have%20multiple%20organizations%20you%20need%20multiple%20lic%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/13/configuring-one-click-activity/" 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/configuring-one-click-activity/&amp;title=Configuring+One+Click+Activity." 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/configuring-one-click-activity/&amp;title=Configuring+One+Click+Activity." 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/configuring-one-click-activity/&amp;title=Configuring+One+Click+Activity." 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/configuring-one-click-activity/" 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/configuring-one-click-activity/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/configuring-one-click-activity/&amp;title=Configuring+One+Click+Activity.&amp;summary=One%20Click%20Activity%20is%20easy%20to%20configure.%20Use%20One%20Click%20Activity%20login%20form%20to%20add%20your%20license%20and%20log%20into%20you%20Microsoft%20Dynamics%20CRM%20with%20an%20account%20that%20has%20customization%20rights.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AYour%20license%20is%20base%20on%20you%20CRM%20organization%20name.%20If%20you%20have%20multiple%20organizations%20you%20need%20multiple%20lic&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/configuring-one-click-activity/" 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/configuring-one-click-activity/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>Free iCRM One Click Activity Webinar</title>
		<link>http://blog.icrm.ca/2010/01/13/free-icrm-one-click-activity-webinar/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/13/free-icrm-one-click-activity-webinar/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 18:40:58 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Activity]]></category>
		<category><![CDATA[CRM Grid]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[One Click Activity]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/?p=53</guid>
		<description><![CDATA[I will be hosting two free iCRM One Click Webinars on January 19, 2010 at 4:30pm PST and again on January 20, 2010 at 10:00am PST. Attendees will recieve 10% Discount on the iCRM One Click Activity.
Webinars info.

Tweet This!Email this to a friend?Share this on del.icio.usDigg this!Stumble upon something good? Share it on StumbleUponShare this [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>I will be hosting two free iCRM One Click Webinars on January 19, 2010 at 4:30pm PST and again on January 20, 2010 at 10:00am PST. Attendees will recieve 10% Discount on the iCRM One Click Activity.</p>
<p><a href="http://bit.ly/83jWIz">Webinars info</a>.</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=Free+iCRM+One+Click+Activity+Webinar++-+http://tinyurl.com/ygl3rku+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Free%20iCRM%20One%20Click%20Activity%20Webinar%20%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20will%20be%20hosting%20two%20free%20iCRM%20One%20Click%20Webinars%20on%20January%2019%2C%202010%20at%204%3A30pm%20PST%20and%20again%20on%20January%2020%2C%202010%20at%2010%3A00am%20PST.%20Attendees%20will%20recieve%2010%25%20Discount%20on%20the%20iCRM%20One%20Click%20Activity.%0D%0A%0D%0AWebinars%20info.%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/13/free-icrm-one-click-activity-webinar/" 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/free-icrm-one-click-activity-webinar/&amp;title=Free+iCRM+One+Click+Activity+Webinar+" 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/free-icrm-one-click-activity-webinar/&amp;title=Free+iCRM+One+Click+Activity+Webinar+" 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/free-icrm-one-click-activity-webinar/&amp;title=Free+iCRM+One+Click+Activity+Webinar+" 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/free-icrm-one-click-activity-webinar/" 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/free-icrm-one-click-activity-webinar/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/free-icrm-one-click-activity-webinar/&amp;title=Free+iCRM+One+Click+Activity+Webinar+&amp;summary=I%20will%20be%20hosting%20two%20free%20iCRM%20One%20Click%20Webinars%20on%20January%2019%2C%202010%20at%204%3A30pm%20PST%20and%20again%20on%20January%2020%2C%202010%20at%2010%3A00am%20PST.%20Attendees%20will%20recieve%2010%25%20Discount%20on%20the%20iCRM%20One%20Click%20Activity.%0D%0A%0D%0AWebinars%20info.&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/free-icrm-one-click-activity-webinar/" 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/free-icrm-one-click-activity-webinar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieving Pre and Post data in MSCRM Plug-ins (Create, Update and Delete)</title>
		<link>http://blog.icrm.ca/2010/01/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 22:12:30 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[plug-ins]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/</guid>
		<description><![CDATA[ 
When you look at the sample of plug-in in the SDK they all use the InputParameters property bag. The InputParameters property bag contains all the information specified in the Request class whose message caused the plug-in to execute. As the request class does not include the pre and post data of the entity, the InputParameters [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p> </p>
<p>When you look at the sample of plug-in in the SDK they all use the InputParameters property bag. The InputParameters property bag contains all the information specified in the Request class whose message caused the plug-in to execute. As the request class does not include the pre and post data of the entity, the InputParameters property does not contain the pre and post data. The InputParameters property does contain a &#8220;Target&#8221; property which is a Dynamic Entity of the data that was changed in your entity. Note: The target Dynamic Entity only has the properties (fields) that where changed.</p>
<p>To get the pre and post date of an Entity in a plug-in you need to use the context.PreEntityImages and context.PostEntityImages property bags. You will also need to add an image. In the image you give it an alias and indicate if it is pre and/or post and also define what attributes (fields) you need.</p>
<p><img src="http://blog.icrm.ca/wp-content/uploads/2010/01/011210_2212_RetrievingP1.png" alt="" /></p>
<p>If you don&#8217;t know or the fields could change leave the attributes as all fields. If you only need a few fields everything should run faster if you just indicate the fields you need. Now to get a pre DynamicEntity in your plug-in you use context.PreEntityImages.Properties["image alias"]. Note in the following code I first check that the PreEntityImages.Properties contains the &#8220;image alias&#8221; and the the property is a DynamicEntity.</p>
<p> </p>
<p style="margin-left: 36pt"><span style="font-family:Courier New; font-size:10pt"><span style="color:#2b91af">DynamicEntity</span> preSaveEntity;<br />
</span></p>
<p style="margin-left: 36pt"><span style="font-family:Courier New; font-size:10pt"><span style="color:#2b91af">DynamicEntity</span> postSaveEntity;<span style="color:blue"><br />
</span></span></p>
<p style="margin-left: 36pt"><span style="font-family:Courier New; font-size:10pt"><span style="color:blue">if</span> (context.PreEntityImages.Properties.Contains(<span style="color:#a31515">&#8220;icrmAddress&#8221;</span>) &amp;&amp; context.PreEntityImages.Properties[<span style="color:#a31515">"icrmAddress"</span>] <span style="color:blue">is</span><br />
<span style="color:#2b91af">DynamicEntity</span>)<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">{<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">preSaveEntity = (<span style="color:#2b91af">DynamicEntity</span>)context.PreEntityImages.Properties[<span style="color:#a31515">"icrmAddress"</span>];<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">}<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt"><br />
<span style="color:blue">if</span> (context.PostEntityImages.Properties.Contains(<span style="color:#a31515">&#8220;icrmAddress&#8221;</span>) &amp;&amp; context.PostEntityImages.Properties[<span style="color:#a31515">"icrmAddress"</span>] <span style="color:blue">is</span><br />
<span style="color:#2b91af">DynamicEntity</span>)<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">{<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">postSaveEntity = (<span style="color:#2b91af">DynamicEntity</span>)context.PostEntityImages.Properties[<span style="color:#a31515">"icrmAddress"</span>];<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">}</span></p>
<p> </p>
<p>You are not always going to have a pre and post data it will depend on the Message(Create, Update, Delete, etc) and the Eventing Pipeline Stage of Execution (Pre Stage or Post Stage).</p>
<p>Need a custom MSCRM Plug-in created contact iCRM at <a href="http://www.icrm.ca">http://www.icrm.ca</a> or through<a href="http://www.linkedin.com/in/colinfreeland"><img src="cid:image003.gif@01CA9374.E32395D0" border="0" alt="" /></a>.</p>
<p>I used <a href="http://code.msdn.microsoft.com/crmplugin">CRM Plugin Registration Tool 2.2</a></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=Retrieving+Pre+and+Post+data+in+MSCRM+Plug-ins+%28Create%2C+Update+and+Delete%29+-+http://tinyurl.com/ykowxm3+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Retrieving%20Pre%20and%20Post%20data%20in%20MSCRM%20Plug-ins%20%28Create%2C%20Update%20and%20Delete%29%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22%C2%A0%0D%0A%0D%0AWhen%20you%20look%20at%20the%20sample%20of%20plug-in%20in%20the%20SDK%20they%20all%20use%20the%20InputParameters%20property%20bag.%20The%20InputParameters%20property%20bag%20contains%20all%20the%20information%20specified%20in%20the%20Request%20class%20whose%20message%20caused%20the%20plug-in%20to%20execute.%20As%20the%20request%20class%20does%20not%20include%20the%20pre%20and%20post%20data%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/" 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/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/&amp;title=Retrieving+Pre+and+Post+data+in+MSCRM+Plug-ins+%28Create%2C+Update+and+Delete%29" 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/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/&amp;title=Retrieving+Pre+and+Post+data+in+MSCRM+Plug-ins+%28Create%2C+Update+and+Delete%29" 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/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/&amp;title=Retrieving+Pre+and+Post+data+in+MSCRM+Plug-ins+%28Create%2C+Update+and+Delete%29" 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/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/" 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/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/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/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/&amp;title=Retrieving+Pre+and+Post+data+in+MSCRM+Plug-ins+%28Create%2C+Update+and+Delete%29&amp;summary=%C2%A0%0D%0A%0D%0AWhen%20you%20look%20at%20the%20sample%20of%20plug-in%20in%20the%20SDK%20they%20all%20use%20the%20InputParameters%20property%20bag.%20The%20InputParameters%20property%20bag%20contains%20all%20the%20information%20specified%20in%20the%20Request%20class%20whose%20message%20caused%20the%20plug-in%20to%20execute.%20As%20the%20request%20class%20does%20not%20include%20the%20pre%20and%20post%20data&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/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/" 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/12/retrieving-pre-and-post-data-in-mscrm-plug-ins-create-update-and-delete/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>
		<item>
		<title>Completing Multiple Activities in CRM</title>
		<link>http://blog.icrm.ca/2010/01/04/completing-multiple-activities-in-crm/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/04/completing-multiple-activities-in-crm/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 00:10:11 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Activity]]></category>
		<category><![CDATA[Complete]]></category>
		<category><![CDATA[CRM Grid]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[Multiple]]></category>
		<category><![CDATA[One Click Activity]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/04/completing-multiple-activities-in-crm/</guid>
		<description><![CDATA[Completing Activities in Microsoft Dynamics CRM requires the user to open the activity and click save as complete. If you want to add additional information to the activity this is fine but it you just need to complete it why open the form? Also what if you have a number of activity that you have [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>Completing Activities in Microsoft Dynamics CRM requires the user to open the activity and click save as complete. If you want to add additional information to the activity this is fine but it you just need to complete it why open the form? Also what if you have a number of activity that you have now finished and need to complete, you would need to open each activity and save as complete. Now you can complete multiple activities including: tasks, phone calls, email, fax, letter and appointments right from the any activity grid (main activity grid or associated grid) with <a href="http://www.icrm.ca/estore/index.php?main_page=product_info&amp;cPath=7_8&amp;products_id=26&amp;zenid=3908bf0f6b82b1226068106083f9f1ea">icrm one click activity</a>. The complete activity grid button from <a href="http://www.icrm.ca/estore/index.php?main_page=product_info&amp;cPath=7_8&amp;products_id=26&amp;zenid=3908bf0f6b82b1226068106083f9f1ea">icrm one click activity</a> first prompts you to make sure you want to complete the selected activities. This make sure you don&#8217;t accidentally complete activities as CRM does not let you un-complete any activity.</p>
<p><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/ja_cJ8RT6S4&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/ja_cJ8RT6S4&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=Completing+Multiple+Activities+in+CRM+-+http://tinyurl.com/ygn478v+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Completing%20Multiple%20Activities%20in%20CRM%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Completing%20Activities%20in%20Microsoft%20Dynamics%20CRM%20requires%20the%20user%20to%20open%20the%20activity%20and%20click%20save%20as%20complete.%20If%20you%20want%20to%20add%20additional%20information%20to%20the%20activity%20this%20is%20fine%20but%20it%20you%20just%20need%20to%20complete%20it%20why%20open%20the%20form%3F%20Also%20what%20if%20you%20have%20a%20number%20of%20activity%20that%20you%20have%20no%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/04/completing-multiple-activities-in-crm/" 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/04/completing-multiple-activities-in-crm/&amp;title=Completing+Multiple+Activities+in+CRM" 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/04/completing-multiple-activities-in-crm/&amp;title=Completing+Multiple+Activities+in+CRM" 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/04/completing-multiple-activities-in-crm/&amp;title=Completing+Multiple+Activities+in+CRM" 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/04/completing-multiple-activities-in-crm/" 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/04/completing-multiple-activities-in-crm/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/04/completing-multiple-activities-in-crm/&amp;title=Completing+Multiple+Activities+in+CRM&amp;summary=Completing%20Activities%20in%20Microsoft%20Dynamics%20CRM%20requires%20the%20user%20to%20open%20the%20activity%20and%20click%20save%20as%20complete.%20If%20you%20want%20to%20add%20additional%20information%20to%20the%20activity%20this%20is%20fine%20but%20it%20you%20just%20need%20to%20complete%20it%20why%20open%20the%20form%3F%20Also%20what%20if%20you%20have%20a%20number%20of%20activity%20that%20you%20have%20no&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/04/completing-multiple-activities-in-crm/" 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/04/completing-multiple-activities-in-crm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iCRM One Click Activity Version 2 New Features</title>
		<link>http://blog.icrm.ca/2009/12/16/icrm-one-click-activity-version-2-new-features/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2009/12/16/icrm-one-click-activity-version-2-new-features/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:59:18 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Account]]></category>
		<category><![CDATA[Activity]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[CRM Grid]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[grid action]]></category>
		<category><![CDATA[mscrm]]></category>
		<category><![CDATA[One Click Activity]]></category>
		<category><![CDATA[Primary Contact]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2009/12/16/icrm-one-click-activity-version-2-new-features/</guid>
		<description><![CDATA[ICRM One Click Activity Version 2 should be release latter this week. Here is a list of new features:

Complete Activity from the grid (supports: task, phone call, appointments, fax, letter and email)
Assign primary contact from grid.
Create duplicate entity (supports: accounts, contacts, opportunities, cases, and leads)

Create associate entity from an entity

From accounts create a contact, opportunity, [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>ICRM One Click Activity Version 2 should be release latter this week. Here is a list of new features:</p>
<ul>
<li>Complete Activity from the grid (supports: task, phone call, appointments, fax, letter and email)</li>
<li>Assign primary contact from grid.</li>
<li>Create duplicate entity (supports: accounts, contacts, opportunities, cases, and leads)</li>
<li>
<div>Create associate entity from an entity</div>
<ul>
<li>From accounts create a contact, opportunity, case, quote, order or invoice.</li>
<li>From contacts create an opportunity, case, quote, order or invoice.</li>
<li>From opportunity create a quote, order or invoice (brings across product just like creating them from the associate grid).</li>
</ul>
</li>
<li>Create the same buttons on the entity from as on the grid.</li>
</ul>
<p>All the fetchers currently in <a href="http://bit.ly/7VzG0a">iCRM One Click Activity Version 1</a>.</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=iCRM+One+Click+Activity+Version+2+New+Features+-+http://tinyurl.com/ylmbtp5+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22iCRM%20One%20Click%20Activity%20Version%202%20New%20Features%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22ICRM%20One%20Click%20Activity%20Version%202%20should%20be%20release%20latter%20this%20week.%20Here%20is%20a%20list%20of%20new%20features%3A%0D%0A%0D%0A%09Complete%20Activity%20from%20the%20grid%20%28supports%3A%20task%2C%20phone%20call%2C%20appointments%2C%20fax%2C%20letter%20and%20email%29%0D%0A%09Assign%20primary%20contact%20from%20grid.%0D%0A%09Create%20duplicate%20entity%20%28supports%3A%20accounts%2C%20contacts%2C%20opp%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2009/12/16/icrm-one-click-activity-version-2-new-features/" 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/2009/12/16/icrm-one-click-activity-version-2-new-features/&amp;title=iCRM+One+Click+Activity+Version+2+New+Features" 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/2009/12/16/icrm-one-click-activity-version-2-new-features/&amp;title=iCRM+One+Click+Activity+Version+2+New+Features" 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/2009/12/16/icrm-one-click-activity-version-2-new-features/&amp;title=iCRM+One+Click+Activity+Version+2+New+Features" 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/2009/12/16/icrm-one-click-activity-version-2-new-features/" 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/2009/12/16/icrm-one-click-activity-version-2-new-features/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/2009/12/16/icrm-one-click-activity-version-2-new-features/&amp;title=iCRM+One+Click+Activity+Version+2+New+Features&amp;summary=ICRM%20One%20Click%20Activity%20Version%202%20should%20be%20release%20latter%20this%20week.%20Here%20is%20a%20list%20of%20new%20features%3A%0D%0A%0D%0A%09Complete%20Activity%20from%20the%20grid%20%28supports%3A%20task%2C%20phone%20call%2C%20appointments%2C%20fax%2C%20letter%20and%20email%29%0D%0A%09Assign%20primary%20contact%20from%20grid.%0D%0A%09Create%20duplicate%20entity%20%28supports%3A%20accounts%2C%20contacts%2C%20opp&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/2009/12/16/icrm-one-click-activity-version-2-new-features/" 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/2009/12/16/icrm-one-click-activity-version-2-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating A Following Associated Grid</title>
		<link>http://blog.icrm.ca/2009/11/05/creating-a-following-associated-gird/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2009/11/05/creating-a-following-associated-gird/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 18:09:40 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[MSCRM - Development]]></category>
		<category><![CDATA[CRM Grid]]></category>
		<category><![CDATA[CRM javascript]]></category>
		<category><![CDATA[mscrm]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/?p=6</guid>
		<description><![CDATA[Here is an example of how to create a follwing associated gird on a entity form. The idea here is to put two embedded grids on the form and relate one to the other. An embedded grid is an associated grid embedded in an iFrame. This is great is a great way to see associated [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>Here is an example of how to create a follwing associated gird on a entity form. The idea here is to put two embedded grids on the form and relate one to the other. An embedded grid is an associated grid embedded in an iFrame. This is great is a great way to see associated records without having to navigate to the associated view. To learn about embedded grids see <a href="http://blog.customereffective.com/blog/2008/06/embedded-grid-o.html">Customer Effective Blog</a>. The next step is to capture the &#8220;onselectionchange&#8221; event of the first grid and pass this id and type to the second grid. To learn about &#8220;onselectionchange&#8221; event see <a href="http://blog.customereffective.com/blog/2009/08/more-crm-grid-goodies-detecting-click-events.html#more">More CRM Grid Goodies: Detecting Click Event</a> by Customer Effective Blog.</p>
<p>Here is how it is done.</p>
<p>First add a parent iFrame and a child iFrame to the form. These will hold the embedded grids, set the src to &#8220;about:blank&#8221;. Now will start adding code to the On_Load event of the form.</p>
<p style="color: blue; margin-left: 25px;">function GetFrameSource(tabSet)<br />
{<br />
if (crmForm.ObjectId != null)<br />
{<br />
var oId = crmForm.ObjectId;<br />
var oType = crmForm.ObjectTypeCode;<br />
var security = crmFormSubmit.crmFormSubmitSecurity.value;<br />
return &#8220;areas.aspx?oId=&#8221; + oId + &#8220;&amp;oType=&#8221; + oType + &#8220;&amp;security=&#8221; + security + &#8220;&amp;tabSet=&#8221; + tabSet;<br />
}<br />
else<br />
return &#8220;about:blank&#8221;;<br />
}<br />
}</p>
<p>crmForm.all.IFRAME_parent.src = GetFrameSource(&#8221;new_new_maxexchangeserver_new_remoteaddressbo&#8221;);</p>
<p>The GetFrameSource function get the url for the current form for the set tabSet.</p>
<p style="color: blue; margin-left: 25px;">function GetFrameSourceID(oId, oType, tabSet)<br />
{<br />
if (crmForm.ObjectId != null)<br />
{<br />
var security = crmFormSubmit.crmFormSubmitSecurity.value;<br />
return &#8220;areas.aspx?oId=&#8221; + oId + &#8220;&amp;oType=&#8221; + oType + &#8220;&amp;security=&#8221; + security + &#8220;&amp;tabSet=&#8221; + tabSet;<br />
}<br />
else<br />
{<br />
return &#8220;about:blank&#8221;;<br />
}<br />
}</p>
<p>The GetFrameSourceID get the url for the parent grid row. You need to pass the id of the current entity in the grid as well as the typeid of the entity.</p>
<p style="color: blue; margin-left: 25px;">var bFired = false;<br />
GridClick = function()<br />
{<br />
// check to see if this event has been fired already<br />
if(bFired == false)<br />
{<br />
var frameDoc = document.getElementById(&#8221;IFRAME_parent&#8221;).contentWindow.document;<br />
var crmGrid = frameDoc.all['crmGrid'];<br />
var a = crmGrid.InnerGrid.SelectedRecords;<br />
if (a.length &gt; 0)<br />
{<br />
//Get the url to set for the child grid. Note we are always using the first selected value if more than one is selected.<br />
crmForm.all.IFRAME_child.src = GetFrameSourceID(a[0][0],a[0][1],&#8221;new_new_remoteaddressbook_new_maxexchangepack&#8221;);<br />
}<br />
bFired = true;<br />
}<br />
else<br />
{<br />
// toggle our fired flag back<br />
bFired = false;<br />
}<br />
}</p>
<p>The GridClick function will be called each time a row is selected.</p>
<p style="color: blue; margin-left: 25px;">AttachGridEvent = function()<br />
{<br />
if(crmForm.all.IFRAME_parent.readyState == &#8220;complete&#8221;)<br />
{<br />
var frameDoc = document.getElementById(&#8221;IFRAME_parent&#8221;).contentWindow.document;<br />
frameDoc.all['crmGrid'].InnerGrid.attachEvent(&#8221;onselectionchange&#8221;, GridClick);<br />
GridClick();<br />
}<br />
}<br />
crmForm.all.IFRAME_parent.onreadystatechange = AttachGridEvent;</p>
<p>The AttachGridEvent attaches the GridClick event to the grid onselectionchange event. The challange here is we can not attach to the grid in the iFrame until the grid is loaded (readyState == &#8220;complete&#8221;). To do this we attach the GridClick event on the change of ready state and only add it if the readyState == &#8220;complete&#8221;.</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=Creating+A+Following+Associated+Grid++-+http://tinyurl.com/yasb84m+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Creating%20A%20Following%20Associated%20Grid%20%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Here%20is%20an%20example%20of%20how%20to%20create%20a%20follwing%20associated%20gird%20on%20a%20entity%20form.%20The%20idea%20here%20is%20to%20put%20two%20embedded%20grids%20on%20the%20form%20and%20relate%20one%20to%20the%20other.%20An%20embedded%20grid%20is%20an%20associated%20grid%20embedded%20in%20an%20iFrame.%20This%20is%20great%20is%20a%20great%20way%20to%20see%20associated%20records%20without%20having%20to%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2009/11/05/creating-a-following-associated-gird/" 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/2009/11/05/creating-a-following-associated-gird/&amp;title=Creating+A+Following+Associated+Grid+" 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/2009/11/05/creating-a-following-associated-gird/&amp;title=Creating+A+Following+Associated+Grid+" 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/2009/11/05/creating-a-following-associated-gird/&amp;title=Creating+A+Following+Associated+Grid+" 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/2009/11/05/creating-a-following-associated-gird/" 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/2009/11/05/creating-a-following-associated-gird/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/2009/11/05/creating-a-following-associated-gird/&amp;title=Creating+A+Following+Associated+Grid+&amp;summary=Here%20is%20an%20example%20of%20how%20to%20create%20a%20follwing%20associated%20gird%20on%20a%20entity%20form.%20The%20idea%20here%20is%20to%20put%20two%20embedded%20grids%20on%20the%20form%20and%20relate%20one%20to%20the%20other.%20An%20embedded%20grid%20is%20an%20associated%20grid%20embedded%20in%20an%20iFrame.%20This%20is%20great%20is%20a%20great%20way%20to%20see%20associated%20records%20without%20having%20to%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/2009/11/05/creating-a-following-associated-gird/" 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/2009/11/05/creating-a-following-associated-gird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

