<?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; GP</title>
	<atom:link href="http://blog.icrm.ca/tag/gp/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>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>
	</channel>
</rss>

