<?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</title>
	<atom:link href="http://blog.icrm.ca/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>How to check you SMTP Server for a response</title>
		<link>http://blog.icrm.ca/2010/02/25/how-to-check-you-smtp-server-for-a-response/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/02/25/how-to-check-you-smtp-server-for-a-response/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 23:07:07 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Maximizer]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/?p=99</guid>
		<description><![CDATA[







I frequently have to set up a CRM system and it needs to talk to the email server in order to send emails or relay emails.  But cannot tell whether or not the SMTP server needs logon credentials or not.  Also, it may be setup, but you don&#8217;t know if it is responding without going [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>I frequently have to set up a CRM system and it needs to talk to the email server in order to send emails or relay emails.  But cannot tell whether or not the SMTP server needs logon credentials or not.  Also, it may be setup, but you don&#8217;t know if it is responding without going through tons of logs.</p>
<p>1. Telnet into Exchange server hosting IMS service using TCP port 25.</p>
<p><span style="color: #008000;">at the Command prompt type: telnet &lt;servername&gt; 25</span></p>
<p>2.If you don&#8217;t see anything or if you type and nothing shows, turn on Local Echo.<br />
<span style="color: #008000;">type : set local_echo</span></p>
<p>3. Now lets start by typing the parts in red</p>
<p><span style="color: #800000;">type: helo &lt;your domain name&gt;&lt;enter&gt; </span><span style="color: #008000;"></p>
<p>250 OK</span></p>
<p><span style="color: #800000;">type: mail from: &lt;your Email Address&gt;&lt;enter&gt;</span><span style="color: #ff0000;"><br />
</span><span style="color: #008000;"><br />
250 OK &#8211; mail from &lt;your Email address&gt;</span></p>
<p><span style="color: #800000;">rcpt to: &lt;recipient address&gt;&lt;enter&gt;</span><span style="color: #ff0000;"><br />
</span><span style="color: #008000;">250 OK &#8211; Recipient &lt;recipient address&gt;</span></p>
<p><span style="color: #800000;">data&lt;enter&gt;</span><span style="color: #ff0000;"><br />
</span><span style="color: #008000;">354 Send data.  End with CRLF.CRLF</span></p>
<p><span style="color: #800000;">To: &lt;recipient&#8217;s display name&gt;&lt;enter&gt;<br />
From: &lt;your display name&gt;&lt;enter&gt;<br />
Subject: This is a test message&lt;enter&gt;<br />
&lt;Enter you body text&gt;&lt;enter&gt;&lt;enter&gt; . &lt;enter&gt;</span><span style="color: #ff0000;"><br />
</span><span style="color: #008000;"><br />
250 OK</span></p>
<p><span style="color: #800000;">quit&lt;enter&gt;</span></p>
<p><span style="color: #800000;"><span style="color: #000000;">If all goes well, you should receive an email to the address that you put in the To section.  If there are any errors, then likely relaying is not on, or you need to issue a username and password to the server to send the email.</span></span></p>
<p><span style="color: #800000;"><span style="color: #000000;"><br />
</span></span></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+check+you+SMTP+Server+for+a+response+-+http://tinyurl.com/yh72mn5+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22How%20to%20check%20you%20SMTP%20Server%20for%20a%20response%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20frequently%20have%20to%20set%20up%20a%20CRM%20system%20and%20it%20needs%20to%20talk%20to%20the%20email%20server%20in%20order%20to%20send%20emails%20or%20relay%20emails.%20%C2%A0But%20cannot%20tell%20whether%20or%20not%20the%20SMTP%20server%20needs%20logon%20credentials%20or%20not.%20%C2%A0Also%2C%20it%20may%20be%20setup%2C%20but%20you%20don%27t%20know%20if%20it%20is%20responding%20without%20going%20through%20tons%20of%20lo%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/02/25/how-to-check-you-smtp-server-for-a-response/" 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/02/25/how-to-check-you-smtp-server-for-a-response/&amp;title=How+to+check+you+SMTP+Server+for+a+response" 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/02/25/how-to-check-you-smtp-server-for-a-response/&amp;title=How+to+check+you+SMTP+Server+for+a+response" 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/02/25/how-to-check-you-smtp-server-for-a-response/&amp;title=How+to+check+you+SMTP+Server+for+a+response" 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/02/25/how-to-check-you-smtp-server-for-a-response/" 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/02/25/how-to-check-you-smtp-server-for-a-response/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/02/25/how-to-check-you-smtp-server-for-a-response/&amp;title=How+to+check+you+SMTP+Server+for+a+response&amp;summary=I%20frequently%20have%20to%20set%20up%20a%20CRM%20system%20and%20it%20needs%20to%20talk%20to%20the%20email%20server%20in%20order%20to%20send%20emails%20or%20relay%20emails.%20%C2%A0But%20cannot%20tell%20whether%20or%20not%20the%20SMTP%20server%20needs%20logon%20credentials%20or%20not.%20%C2%A0Also%2C%20it%20may%20be%20setup%2C%20but%20you%20don%27t%20know%20if%20it%20is%20responding%20without%20going%20through%20tons%20of%20lo&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/02/25/how-to-check-you-smtp-server-for-a-response/" 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/02/25/how-to-check-you-smtp-server-for-a-response/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickBooks PDF converter activation error -20</title>
		<link>http://blog.icrm.ca/2010/02/22/quickbooks-pdf-converter-activation-error-20/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/02/22/quickbooks-pdf-converter-activation-error-20/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:17:07 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Quickbooks]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/?p=96</guid>
		<description><![CDATA[QuickBooks PDF converter activation error -20. You can not print directly to the QuickBooks PDF converter. Try using the QuickBooks Save as PDF option.
This is error seems to occur on 64Bit systems that Quickbooks is installed on, and you are trying to print or email the invoice or purchase order from within quickbooks.
The issue relates [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px">QuickBooks PDF converter activation error -20. You can not print directly to the QuickBooks PDF converter. Try using the QuickBooks Save as PDF option.</span></span></p>
<p><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px">This is error seems to occur on 64Bit systems that Quickbooks is installed on, and you are trying to print or email the invoice or purchase order from within quickbooks.</span></span></p>
<p><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px">The issue relates to a 32bit pdf driver that Quickbooks uses.  To fix the problem you must install the 64 bit pdf driver that quickbooks uses.</span></span></p>
<ol>
<li><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px">Firstly <a href="http://intuitglobal.intuit.com/downloads/CA/common-dls/Amyuni_PDF_Converter_64bit.zip">download </a>the Amyyuni 64Bit Driver from intuit.</span></span></li>
<li><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px">Unzip the driver to a new folder and run install.exe</span></span></li>
<li><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px">Now go to your printer drivers and rename the printer <span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="TEXT-ALIGN: left; LINE-HEIGHT: 18px; FONT-FAMILY: verdana; COLOR: #505050; FONT-SIZE: 11px"><strong>QuickBooks PDF Converter</strong> to something else</span></span></span></span></li>
<li><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px"><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="TEXT-ALIGN: left; LINE-HEIGHT: 18px; FONT-FAMILY: verdana; COLOR: #505050; FONT-SIZE: 11px">Now rename the <span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="TEXT-ALIGN: left; LINE-HEIGHT: 18px; FONT-FAMILY: verdana; COLOR: #505050; FONT-SIZE: 11px">&#8216;Amyuni Document Converter&#8217; to be call &#8216;Quickbooks PDF Converter</span></span></span></span></span></span></li>
<li><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px"><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="TEXT-ALIGN: left; LINE-HEIGHT: 18px; FONT-FAMILY: verdana; COLOR: #505050; FONT-SIZE: 11px"><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="TEXT-ALIGN: left; LINE-HEIGHT: 18px; FONT-FAMILY: verdana; COLOR: #505050; FONT-SIZE: 11px">Restart your quickbooks if it is still running and test it out!</span></span></span></span></span></span></li>
</ol>
<p><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px"><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="TEXT-ALIGN: left; LINE-HEIGHT: 18px; FONT-FAMILY: verdana; COLOR: #505050; FONT-SIZE: 11px"><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="TEXT-ALIGN: left; LINE-HEIGHT: 18px; FONT-FAMILY: verdana; COLOR: #505050; FONT-SIZE: 11px">This worked for my after finally finding the solution on the intuit site.</span></span></span></span></span></span></p>
<p><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"><span style="LINE-HEIGHT: 18px; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #505050; FONT-SIZE: 12px"> </span></span></p>
<p><span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px"> </span></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=QuickBooks+PDF+converter+activation+error+-20+-+http://tinyurl.com/yzsfsl6+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22QuickBooks%20PDF%20converter%20activation%20error%20-20%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22QuickBooks%20PDF%20converter%20activation%20error%20-20.%20You%20can%20not%20print%20directly%20to%20the%20QuickBooks%20PDF%20converter.%20Try%20using%20the%20QuickBooks%20Save%20as%20PDF%20option.%0D%0A%0D%0AThis%20is%20error%20seems%20to%20occur%20on%2064Bit%20systems%20that%20Quickbooks%20is%20installed%20on%2C%20and%20you%20are%20trying%20to%20print%20or%20email%20the%20invoice%20or%20purchase%20order%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/02/22/quickbooks-pdf-converter-activation-error-20/" 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/02/22/quickbooks-pdf-converter-activation-error-20/&amp;title=QuickBooks+PDF+converter+activation+error+-20" 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/02/22/quickbooks-pdf-converter-activation-error-20/&amp;title=QuickBooks+PDF+converter+activation+error+-20" 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/02/22/quickbooks-pdf-converter-activation-error-20/&amp;title=QuickBooks+PDF+converter+activation+error+-20" 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/02/22/quickbooks-pdf-converter-activation-error-20/" 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/02/22/quickbooks-pdf-converter-activation-error-20/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/02/22/quickbooks-pdf-converter-activation-error-20/&amp;title=QuickBooks+PDF+converter+activation+error+-20&amp;summary=QuickBooks%20PDF%20converter%20activation%20error%20-20.%20You%20can%20not%20print%20directly%20to%20the%20QuickBooks%20PDF%20converter.%20Try%20using%20the%20QuickBooks%20Save%20as%20PDF%20option.%0D%0A%0D%0AThis%20is%20error%20seems%20to%20occur%20on%2064Bit%20systems%20that%20Quickbooks%20is%20installed%20on%2C%20and%20you%20are%20trying%20to%20print%20or%20email%20the%20invoice%20or%20purchase%20order&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/02/22/quickbooks-pdf-converter-activation-error-20/" 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/02/22/quickbooks-pdf-converter-activation-error-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Shipping Method Table in GP</title>
		<link>http://blog.icrm.ca/2010/01/18/shipping-method-table-in-gp/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/18/shipping-method-table-in-gp/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:08:48 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[GP]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/18/shipping-method-table-in-gp/</guid>
		<description><![CDATA[If you are trying to get a list of all the shipping methods in GP they are stored in the [SY03000] table.
SELECT [SHIPMTHD]
,[SHMTHDSC]
,[PHONNAME]
,[CONTACT]
,[CARRACCT]
,[CARRIER]
,[SHIPTYPE]
,[NOTEINDX]
,[LSTUSRED]
,[CREATDDT]
,[MODIFDT]
,[DEX_ROW_ID]
FROM [PRICE].[dbo].[SY03000]
Found a blog with list of tables for GP
 http://vstoolsforum.com/blogs/dynamicsgp/archive/2009/03/19/dynamics-gp-10-company-tables.aspx

Tweet This!Email this to a friend?Share this on del.icio.usDigg this!Stumble upon something good? Share it on StumbleUponShare this on TechnoratiSubscribe to the comments [...]]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>If you are trying to get a list of all the shipping methods in GP they are stored in the [SY03000] table.</p>
<p style="margin-left: 36pt"><span style="color:blue">SELECT</span> [SHIPMTHD]<br />
,[SHMTHDSC]<br />
,[PHONNAME]<br />
,[CONTACT]<br />
,[CARRACCT]<br />
,[CARRIER]<br />
,[SHIPTYPE]<br />
,[NOTEINDX]<br />
,[LSTUSRED]<br />
,[CREATDDT]<br />
,[MODIFDT]<br />
,[DEX_ROW_ID]<br />
<span style="color:blue">FROM</span> [PRICE].[dbo].[SY03000]</p>
<p>Found a blog with list of tables for GP<br />
<a href="http://bit.ly/aaPIhZ" target="_blank"> http://vstoolsforum.com/blogs/dynamicsgp/archive/2009/03/19/dynamics-gp-10-company-tables.aspx</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=Shipping+Method+Table+in+GP+-+http://tinyurl.com/yl3zo83+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22Shipping%20Method%20Table%20in%20GP%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22If%20you%20are%20trying%20to%20get%20a%20list%20of%20all%20the%20shipping%20methods%20in%20GP%20they%20are%20stored%20in%20the%20%5BSY03000%5D%20table.%0D%0ASELECT%20%5BSHIPMTHD%5D%0D%0A%2C%5BSHMTHDSC%5D%0D%0A%2C%5BPHONNAME%5D%0D%0A%2C%5BCONTACT%5D%0D%0A%2C%5BCARRACCT%5D%0D%0A%2C%5BCARRIER%5D%0D%0A%2C%5BSHIPTYPE%5D%0D%0A%2C%5BNOTEINDX%5D%0D%0A%2C%5BLSTUSRED%5D%0D%0A%2C%5BCREATDDT%5D%0D%0A%2C%5BMODIFDT%5D%0D%0A%2C%5BDEX_ROW_ID%5D%0D%0AFROM%20%5BPRICE%5D.%5Bdbo%5D.%5BSY03000%5D%0D%0A%0D%0A%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/18/shipping-method-table-in-gp/" 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/18/shipping-method-table-in-gp/&amp;title=Shipping+Method+Table+in+GP" 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/18/shipping-method-table-in-gp/&amp;title=Shipping+Method+Table+in+GP" 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/18/shipping-method-table-in-gp/&amp;title=Shipping+Method+Table+in+GP" 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/18/shipping-method-table-in-gp/" 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/18/shipping-method-table-in-gp/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/18/shipping-method-table-in-gp/&amp;title=Shipping+Method+Table+in+GP&amp;summary=If%20you%20are%20trying%20to%20get%20a%20list%20of%20all%20the%20shipping%20methods%20in%20GP%20they%20are%20stored%20in%20the%20%5BSY03000%5D%20table.%0D%0ASELECT%20%5BSHIPMTHD%5D%0D%0A%2C%5BSHMTHDSC%5D%0D%0A%2C%5BPHONNAME%5D%0D%0A%2C%5BCONTACT%5D%0D%0A%2C%5BCARRACCT%5D%0D%0A%2C%5BCARRIER%5D%0D%0A%2C%5BSHIPTYPE%5D%0D%0A%2C%5BNOTEINDX%5D%0D%0A%2C%5BLSTUSRED%5D%0D%0A%2C%5BCREATDDT%5D%0D%0A%2C%5BMODIFDT%5D%0D%0A%2C%5BDEX_ROW_ID%5D%0D%0AFROM%20%5BPRICE%5D.%5Bdbo%5D.%5BSY03000%5D%0D%0A%0D%0A&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/18/shipping-method-table-in-gp/" 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/18/shipping-method-table-in-gp/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>0</slash:comments>
		</item>
		<item>
		<title>What Entities, Activities and deployment methods does iCRM One Click Activity support?</title>
		<link>http://blog.icrm.ca/2010/01/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.icrm.ca/2010/01/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 19:03:57 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Account]]></category>
		<category><![CDATA[Activity]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[lead]]></category>
		<category><![CDATA[One Click Activity]]></category>
		<category><![CDATA[opportunity]]></category>

		<guid isPermaLink="false">http://blog.icrm.ca/2010/01/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/</guid>
		<description><![CDATA[Works (on and off line) with:


Internet Facing Deployment (hosted deployments)

On-premise

Live


Supported Entities:


Accounts

Contacts

Opportunities

Leads

Cases (incidents&#8221;)


Activities:


Phone Call

Task

Email

Fax

Letter

Appointment

Letter

Service Appointment (only creates service appointment does not complete them)


 
Associate Entities (Creating one entity from an other including all mappings)



From Account

Contact
Incident
Opportunity
Quote
Sales Order
Invoice



From Contact

Incident
Opportunity
Quote
Sales Order
Invoice



From Opportunity

Quote
Sales Order
Invoice

 


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><span style="color:#30332d; font-family:Segoe UI; font-size:10pt"><strong>Works (on and off line) with:</strong><br />
</span></p>
<ul>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt"><strong>Internet Facing Deployment (hosted deployments)</strong><br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt"><strong>On-premise</strong><br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt"><strong>Live</strong><br />
</span></li>
</ul>
<p><span style="color:#30332d; font-family:Segoe UI; font-size:10pt"><strong>Supported Entities:</strong><br />
</span></p>
<ul>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Accounts<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Contacts<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Opportunities<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Leads<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Cases (incidents&#8221;)<br />
</span></li>
</ul>
<p><span style="color:#30332d; font-family:Segoe UI; font-size:10pt"><strong>Activities:</strong><br />
</span></p>
<ul>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Phone Call<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Task<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Email<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Fax<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Letter<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Appointment<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Letter<br />
</span></li>
<li><span style="color:#30332d; font-family:Segoe UI; font-size:10pt">Service Appointment (only creates service appointment does not complete them)<br />
</span></li>
</ul>
<p> </p>
<p><strong>Associate Entities (Creating one entity from an other including all mappings)<br />
</strong></p>
<ul>
<li>
<div>From Account</div>
<ul>
<li>Contact</li>
<li>Incident</li>
<li>Opportunity</li>
<li>Quote</li>
<li>Sales Order</li>
<li>Invoice</li>
</ul>
</li>
<li>
<div>From Contact</div>
<ul>
<li>Incident</li>
<li>Opportunity</li>
<li>Quote</li>
<li>Sales Order</li>
<li>Invoice</li>
</ul>
</li>
<li>
<div>From Opportunity</div>
<ul>
<li>Quote</li>
<li>Sales Order</li>
<li>Invoice</li>
</ul>
<p> </li>
</ul>

<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=What+Entities%2C+Activities+and+deployment+methods+does+iCRM+One+Click+Activity+su%5B..%5D+-+http://tinyurl.com/yl4f8kh+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?subject=%22What%20Entities%2C%20Activities%20and%20deployment%20methods%20does%20iCRM%20One%20Click%20Activity%20support%3F%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Works%20%28on%20and%20off%20line%29%20with%3A%0D%0A%0D%0A%0D%0A%09Internet%20Facing%20Deployment%20%28hosted%20deployments%29%0D%0A%0D%0A%09On-premise%0D%0A%0D%0A%09Live%0D%0A%0D%0A%0D%0ASupported%20Entities%3A%0D%0A%0D%0A%0D%0A%09Accounts%0D%0A%0D%0A%09Contacts%0D%0A%0D%0A%09Opportunities%0D%0A%0D%0A%09Leads%0D%0A%0D%0A%09Cases%20%28incidents%22%29%0D%0A%0D%0A%0D%0AActivities%3A%0D%0A%0D%0A%0D%0A%09Phone%20Call%0D%0A%0D%0A%09Task%0D%0A%0D%0A%09Email%0D%0A%0D%0A%09Fax%0D%0A%0D%0A%09Letter%0D%0A%0D%0A%09Appointment%0D%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blog.icrm.ca/2010/01/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/" 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/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/&amp;title=What+Entities%2C+Activities+and+deployment+methods+does+iCRM+One+Click+Activity+support%3F" 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/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/&amp;title=What+Entities%2C+Activities+and+deployment+methods+does+iCRM+One+Click+Activity+support%3F" 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/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/&amp;title=What+Entities%2C+Activities+and+deployment+methods+does+iCRM+One+Click+Activity+support%3F" 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/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/" 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/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/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/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/&amp;title=What+Entities%2C+Activities+and+deployment+methods+does+iCRM+One+Click+Activity+support%3F&amp;summary=Works%20%28on%20and%20off%20line%29%20with%3A%0D%0A%0D%0A%0D%0A%09Internet%20Facing%20Deployment%20%28hosted%20deployments%29%0D%0A%0D%0A%09On-premise%0D%0A%0D%0A%09Live%0D%0A%0D%0A%0D%0ASupported%20Entities%3A%0D%0A%0D%0A%0D%0A%09Accounts%0D%0A%0D%0A%09Contacts%0D%0A%0D%0A%09Opportunities%0D%0A%0D%0A%09Leads%0D%0A%0D%0A%09Cases%20%28incidents%22%29%0D%0A%0D%0A%0D%0AActivities%3A%0D%0A%0D%0A%0D%0A%09Phone%20Call%0D%0A%0D%0A%09Task%0D%0A%0D%0A%09Email%0D%0A%0D%0A%09Fax%0D%0A%0D%0A%09Letter%0D%0A%0D%0A%09Appointment%0D&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/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/" 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/14/what-entities-activities-and-deployment-methods-does-icrm-one-click-activity-support/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
