<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>InaPlex Blog</title>
	<atom:link href="http://blog.inaplex.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inaplex.com</link>
	<description>CRM Integration</description>
	<lastBuildDate>Thu, 15 Dec 2011 19:27:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.inaplex.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>InaPlex Blog</title>
		<link>http://blog.inaplex.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.inaplex.com/osd.xml" title="InaPlex Blog" />
	<atom:link rel='hub' href='http://blog.inaplex.com/?pushpress=hub'/>
		<item>
		<title>Lift &amp; Shift &#8230; with added Brains</title>
		<link>http://blog.inaplex.com/2011/11/06/lift-shift-with-added-brains/</link>
		<comments>http://blog.inaplex.com/2011/11/06/lift-shift-with-added-brains/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 06:40:32 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=381</guid>
		<description><![CDATA[Guest blogger, David Stewart from Aurise Consulting Ltd (www.aurise.com), outlines an application of Inaport to import and de-duplicate data records. David is a software consultant, based in Edinburgh, who recently delivered a project for a public sector organisation. The project was to deliver a database, built on the Dynamics CRM platform, to store consumer information. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=381&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Guest blogger, David Stewart from Aurise Consulting Ltd (www.aurise.com), outlines an application of Inaport to import and de-duplicate data records. David is a software consultant, based in Edinburgh, who recently delivered a project for a public sector organisation. The project was to deliver a database, built on the Dynamics CRM platform, to store consumer information. Inaport was a key component of the application fabric and fulfilled the requirement to import many millions of source data records.</em></p>
<p><em>Over to David &#8230;</em></p>
<p>I was recently engaged by a public sector organisation to build a series of databases consisting of individuals from around the world who asked to receive tailored information. The driver for the project was the replacement of a third party supplier, and the decision was taken to rebuild the new database from scratch rather than purchasing the existing database. This decision initiated the requirement to import ten years of interaction history for each customer.</p>
<p><span id="more-381"></span></p>
<p>The interaction history was sourced from 7 external agencies, with data being of varying degrees of quality. As a result of the data capture process, records associated with a single customer can span many years of communication both within and across each data feed. This data is cleansed and enhanced via an initial 5 stage process, after which an import tool is required to load the records into the Dynamics CRM database.</p>
<p>The import tool must inspect incoming records and search for a match within existing data records previously imported into the database. If a match is found then both records are merged. If no match is found a new record is created. Although an in house solution could have been developed, with time being of the essence, several existing products were assessed. Most vendors were discarded as they were found to update the CRM database tables directly. Inaport was selected as updates are performed via the Dynamics CRM API. In addition, Inaport provides enhanced matching functionality that goes beyond simple string matching.</p>
<p>The business team defined a key set of data fields that would establish the matching criteria. These data fields are Title, First Name, Surname, Postal Address, Email Address and Gender.</p>
<p>Inaport offers three principal modes of operation; Standard, SQL and Fuzzy matching. Standard matching builds an index of all data fields within the matching criteria. SQL matching uses a SQL statement, built from the matching criteria, to identify duplicate records. Fuzzy matching utilises ‘Fuzzy logic’ to build a match string consisting of the match data fields. This third mode allows for the matching of records against subtle variations in postal address e.g. 1a Station Road vs. 1/1 Station Road.</p>
<p>Inaport allows the fine tuning of the fuzzy matching via a confidence metric, to achieve the correct balance of matching.<br />
A confidence measure of 100% does not tolerate any variation in characters between the match strings of the two records being compared and is equivalent to an exact string match. A confidence measure of 0% allows for any variation of characters and will result in two records being matched (incorrectly) every time. The recommended confidence measure of 95% allows a difference of one or two differing characters between the two match strings. It should be noted that the business did not approve the use of the email address field in the fuzzy logic match string as there is a higher degree of uncertainty as to whether these refer to the same person (i.e. “David Stewart david1@foo.com” and “David Stewart david2@foo.com”) .</p>
<p>Following a series of test runs, a combination of SQL and Fuzzy matching was determined to deliver the required results. Testing revealed that neither mode can handle NULL data within the match criteria. As none of the match fields are mandatory within the data capture process, an Inaport profile had to be created for each combination of match fields in order to handle the existence of NULL data. For the UK database, eleven profiles are created. For the International database, sixteen profiles are created. The first seven of the eleven UK profiles are SQL matching profiles that use a combination of the match fields to match and update the source records against existing consumers within the database. The eighth UK profile, the final match profile, is operated in Fuzzy Matching mode and the match string is built from Name and Postal address data fields. Following the match and update profiles, the final three profiles (2 x SQL and 1 x Fuzzy) are used to create any records that have not been matched to existing records within the database.</p>
<p>Instead of utilising the profile chaining functionality within Inaport, to automate the execution of the profiles, SSIS is used to instigate and track the progress of each profile. By wrapping the execution of the Inaport profiles within an SSIS package, the package is triggered on a weekly basis by a Scheduled Task on the server.</p>
<p>In terms of performance, each profile processes records at an average rate of 1 million records per day. The limitation in performance is not attributed to Inaport, but linked to the hardware hosting the Dynamics CRM API. The API needs to apply a series of business rules and security checks before updating the database. A notable performance improvement is experienced by using a checksum of the match fields within the profiles operating under SQL Matching mode. Additionally, the Estimated Execution Plan feature within SQL Management Studio has proven invaluable in recommending custom indexes to add to both the source and target tables.</p>
<p>In order to achieve a greater throughput of data, it is possible to run Inaport profiles in parallel. The source table is split in two and batches of 10,000 records are presented to separate instances of the SSIS package. The ability to run two sets of profiles in parallel allows the team to process 1.7 times as many records; compared with running a single instance of the package.<br />
And so to the title of this post. The de-duplication capabilities of the product, Inaport, have led to the creation of a database that is focused on data quality rather than data quantity. It is clear the available modes of operation allow the team to automate the processing of millions of rows of data, while delivering a match success that strikes a balance between speed and an accuracy that is comparable to analysing each record with the human eye. The business sponsor is confident they now have a database with a single customer view of each customer that captures all inbound and outbound interaction.</p>
<p>The support from Inaport throughout the development process has played a significant contribution to the successful delivery of the project. Already the project team have started applying Inaport to scenarios never initially considered. I look forward to working with InaPlex in the future and continuing to discover new applications for the Inaport product.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/381/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=381&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/11/06/lift-shift-with-added-brains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Inaport &#8211; Canary in a coal mine</title>
		<link>http://blog.inaplex.com/2011/10/19/inaport-canary-in-a-coal-mine/</link>
		<comments>http://blog.inaplex.com/2011/10/19/inaport-canary-in-a-coal-mine/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 21:11:04 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=373</guid>
		<description><![CDATA[Guest blogger Steve Neil outlines a unique application of Inaport in this post. Steve is an IT Director for Grand Canyon University, based in Phoenix, Arizona. Steve and his team implemented Microsoft CRM 2011, then proceeded to embed it into the information fabric of the organization by using Inaport to move data between the various [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=373&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Guest blogger Steve Neil outlines a unique application of Inaport in this post. Steve is an IT Director for Grand Canyon University, based in Phoenix, Arizona. Steve and his team implemented Microsoft CRM 2011, then proceeded to embed it into the information fabric of the organization by using Inaport to move data between the various information repositories and CRM. Their CRM information has rapidly moved to being the portal of choice for students and staff at the University.</em></p>
<p><em>Over to Steve.</em></p>
<p>The title of this post might strike you as strange when the topic is a something so far removed from mining as a data tool, but it really is the best description I can think of to describe a unique function that Inaport fulfills for our enterprise. Let me lay down a little background here – the coal mine – and then I’ll explain how Inaport gives us first alert functionality.</p>
<p><span id="more-373"></span></p>
<p>We have hundreds of users using our xRM (eXtensible Relationship Management – X meaning Anything) implementation of CRM 2011. One of the critical functions of CRM 2011we use is to send out automated emails, and track inside CRM replies to those emails. This part of CRM 2011 has occasionally quit functioning in the past. The repercussion of this failure is that a crucial communication link for these hundreds of users and their customers outside of our network was broken, and without a single error message being given, emails were queued up by the hundreds per hour waiting for the CRM Email Router to recover on its own or be restarted by a system administrator. Plus, our very expensive monitoring software seems to be incapable of detecting this kind of problem, and our operations team is way too busy to be able to frequently look for problems of this nature.</p>
<p>So we turned to InaPlex for some help. The question we posed, “Can Inaport be used to create a CRM email and send it?” was answered with a certain YES, which meant we were well on our way to being able to build a CRM active email probing system that looks like this:</p>
<ol>
<li>An Inaport profile is run every half hour which creates and sends an email from CRM to an email address within our domain.</li>
<li>The Microsoft Exchange server receives the email and auto-replies back to the sending address.</li>
<li>A second Inaport profile is run a few minutes later that checks for the existence of the original email and the auto-reply.</li>
<ol>
<li>If both are not found, Inaport sends an email to an Exchange distribution list notifying operations staff that the xRM Email system is not functioning properly.</li>
<li>If both emails are found, no message is sent, but it could be if that is the behavior we desired.</li>
</ol>
</ol>
<p>Absolutely not a line of code was written, nor were the Inaport profiles particularly complex to create.</p>
<p>Now, back to the canary …</p>
<p>The day after we had this system up and running, the second Inaport profile that is run to check for the existence of the emails did its job and reported that the CRM Email system had malfunctioned. Since it was still within the first 24 hours of operation of this new system, we chose to verify the problem by hand before contacting our operations staff. Sure enough, the CRM Email was not processing incoming emails, and emails were queuing up at a rapid rate. We contacted the operations staff, and while they worked the issue, Inaport continued to work and send an email every half hour that the CRM Email Router system was not functioning properly. 6 hours later, when the operations staff had discovered the problem and rectified it, and the Inaport generated emails stopped! We never touched the Inaport profile or stopped or started a job. It worked perfectly!</p>
<p>We were very pleased that our simplistic email test system had worked so well. And unlike the proverbial and practical canary in the coal mine that gives its life to warn of serious danger, our lInaport canary sings out loud and clear over and over until the CRM Email Router is functioning properly again.</p>
<p>This little Inaport-based CRM Email Router test system was all quiet for several weeks when it detected a different kind of problem. Four times in one day it reported that the outgoing probe had not succeeded. The next day  three same type failures occurred, and reports from users started to trickle in that they were experiencing errors. We looked at the CRM workflow jobs log and also noticed that the occasionally daily error had become a torrent of suspended workflows due to SQL Server errors. We reached out to our operations staff in charge of our hardware and their research showed that the SQL Server 2008 box was reporting lots of hardware level errors. They took corrective action on the hardware and the errors subsided on the various CRM fronts, and the Inaport canary went back to quietly working and waiting for its next chance to sing. Again, we never touched, turned on, turned off, or reset the Inaport profiles – it just performed flawlessly.</p>
<p>All of these troubles spread out over weeks did not raise a peep from our sophisticated and very expensive monitoring software; the little Inaport-based system has proved to be our most accurate and most dependable monitor so far.</p>
<p>We are very impressed with Inaport. That we could use it to build a very simple and reliable monitor of a critical CRM 2011 function, the CRM Email Router, and that it also has been invaluable in migration and integrating data from and to our other applications are just a couple of examples of what a great tool it is. We look forward to making other discoveries of its quality and usefulness.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/373/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=373&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/10/19/inaport-canary-in-a-coal-mine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Inaport review on the Microsoft Dynamics CRM Team Blog</title>
		<link>http://blog.inaplex.com/2011/10/01/inaport-review-on-the-microsoft-dynamics-crm-team-blog/</link>
		<comments>http://blog.inaplex.com/2011/10/01/inaport-review-on-the-microsoft-dynamics-crm-team-blog/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 22:46:57 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=367</guid>
		<description><![CDATA[Guest blogger CRM MVP Neil Benson of Customery talks about a toolset that he recommends to his CRM implementation friends and partners. Neil&#8217;s conclusion: InaPlex Inaport 7.2 enables data analysts, with little or no programming skills, to meet sophisticated data integration requirements involving Microsoft CRM. It offers a rich set of features way beyond the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=367&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Guest blogger CRM MVP <a title="Neil Benson" href="http://www.linkedin.com/profile/view?id=9701572&amp;authType=name&amp;authToken=u1qk&amp;trk=tyah" target="_blank">Neil Benson</a> of <a title="Customery" href="http://customery.co.uk/" target="_blank">Customery</a> talks about a toolset that he recommends to his CRM implementation friends and partners.</p>
<p>Neil&#8217;s conclusion:</p>
<blockquote><p>InaPlex Inaport 7.2 enables data analysts, with little or no programming skills, to meet sophisticated data integration requirements involving Microsoft CRM. It offers a rich set of features way beyond the CRM Data Import Wizard and comparable with much more expensive mid-market ETL tools such as Scribe Insight. InaPlex provided fantastic customer service and support throughout my project.</p></blockquote>
<p>Read the full post <a title="Inaport for data integration" href="http://blogs.msdn.com/b/crm/archive/2011/09/30/using-inaplex-inaport-for-data-integration-with-microsoft-dynamics-crm.aspx" target="_blank">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/367/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=367&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/10/01/inaport-review-on-the-microsoft-dynamics-crm-team-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>
	</item>
		<item>
		<title>InaPlex to exhibit at Extreme 2011 in Las Vegas</title>
		<link>http://blog.inaplex.com/2011/09/22/inaplex-to-exhibit-at-extreme-2011-in-las-vegas/</link>
		<comments>http://blog.inaplex.com/2011/09/22/inaplex-to-exhibit-at-extreme-2011-in-las-vegas/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 00:11:54 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Inaport]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=364</guid>
		<description><![CDATA[For the second year running, InaPlex is a sponsor and exhibitor at Extreme 2011, in Las Vegas from October 2nd to 5th. If you are planning to attend but have not yet registered, you can do so here. We look forward to welcoming our partners and customers, and making new acquaintances. We will be in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=364&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the second year running, InaPlex is a sponsor and exhibitor at <a title="Extreme 2011" href="http://extremecrm.com/LasVegas2011.aspx" target="_blank">Extreme 2011</a>, in Las Vegas from October 2nd to 5th.</p>
<p>If you are planning to attend but have not yet registered, you can do so <a title="Extreme 2011 registration" href="https://register.extremecrm.com/LogIn.aspx?ReturnUrl=%2f" target="_blank">here</a>.</p>
<p>We look forward to welcoming our partners and customers, and making new acquaintances. We will be in the exhibition hall; if you would like to set up a private session, please contact info@inaplex.com.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/364/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=364&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/09/22/inaplex-to-exhibit-at-extreme-2011-in-las-vegas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrate GoldMine to Microsoft CRM 2011 &#8211; Part 2</title>
		<link>http://blog.inaplex.com/2011/06/15/migrate-goldmine-to-microsoft-crm-2011-part-2/</link>
		<comments>http://blog.inaplex.com/2011/06/15/migrate-goldmine-to-microsoft-crm-2011-part-2/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 08:02:46 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=346</guid>
		<description><![CDATA[Part 1 of this series outlined some of the basic issues involved in migrating GoldMine to another CRM system. This post examines some more detailed issues around email and web addresses in GoldMine, and also shows how some create SQL queries can be used to address the problems. Email and Web addresses in GoldMine Unlike [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=346&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Part 1 of this series outlined some of the basic issues involved in migrating GoldMine to another CRM system.</p>
<p>This post examines some more detailed issues around email and web addresses in GoldMine, and also shows how some create SQL queries can be used to address the problems.</p>
<h3>Email and Web addresses in GoldMine</h3>
<p>Unlike most other CRM systems (including Microsoft CRM), GoldMine stores contact email and web addresses in a separate table (CONTSUPP), in a 1 to many relationship &#8211; one contact can have many email and web addresses.</p>
<p>Microsoft CRM and most other CRM systems store each email and web address in a field in the account or contact entity. Microsoft CRM has three email addresses and one web address for each contact, for example.</p>
<p>This makes it difficult to migrate email and web; as each row is encountered in the GoldMine data, a decision has to be made to map it to email1, email2, or email 3 in Microsoft CRM.</p>
<p>A second challenge with GoldMine email and web is they may be in more than one field. They are stored in the CONTACT field in the CONTSUPP table; however, if they are too long to fit into that field (40 characters) then:</p>
<ul>
<li>email address are split between the CONTACT field and the ADDRESS1 field</li>
<li>web addresses are instead stored in the NOTES field.</li>
</ul>
<p>So when moving email and web addresses to another CRM system, there are two challenges: making sure the correct data is moved, and mapping from multiple rows of data to a single row with multiple fields.</p>
<p><span id="more-346"></span></p>
<h2>Using a Pivot in SQL</h2>
<p>The solution to this conundrum is using a &#8216;pivot&#8217; in SQL. Pivoting is the process of translating rows of data into a single row with multiple columns:</p>
<p>email1  }</p>
<p>email2  }                  ====&gt;          email1   email2   email3</p>
<p>email3  }</p>
<p>Pivoting data is a multi-step process:</p>
<ol>
<li>work out how to group the rows that will be turned into a single row</li>
<li>find a unique identifier for each row in the group that can be used for the pivot</li>
<li>build  a select statement based on a group that collects the rows into a single row.</li>
</ol>
<p>In GoldMine, the rows with the individual email or web addresses all belong to the same contact,  and have the same ACCOUNTNO field &#8211; we can use that as the group.</p>
<pre>select accountno, ...

group by accountno</pre>
<p>The unique identifier is a bit more difficult &#8211; there is nothing int he GoldMine data that identifies email 1, email 2 etc. The solution is to use the row_number() function in SQL, which generates a row number for each row:</p>
<pre>row_number() over(partition by accountno order by contsupref) as rowno</pre>
<p>The row_numner() function generates a new row number for each row in the group of rows defined by the partition().</p>
<p>The third problem faced is the email being potentially split across two fields. This is solved using a CASE, like this:</p>
<pre>case
	when ADDRESS1 is null then contsupref
	when ADDRESS1 is not null  then contsupref + address1
end as email</pre>
<p>The case statement selects the CONTSUPREF field when ADDRESS1 is null, or combines CONTSUPREF and ADDRESS1 if necessary.</p>
<h2>A Pivot Query for email addresses</h2>
<p>Putting it all together gives us a SELECT query that produces a single row for each distinct accountno vale, along with up to three email addresses that belong to that accountno:</p>
<pre>select accountno,
	MAX(case when rowno = 1 then email end) as email1,
	MAX(case when rowno = 2 then email end) as email2,
	MAX(case when rowno = 3 then email end) as email3
from
	(select accountno, row_number() over(partition by accountno order by contsupref) as rowno,
		case
			when ADDRESS1 is null then CONTSUPREF
			when ADDRESS1 is not null  then contsupref + address1
		end as email
	  from CONTSUPP where CONTACT = 'E-mail Address'
	) as e
group by accountno</pre>
<h2>Using the Pivot Query to get real data</h2>
<p>Finally, that query can be used in a left outer join with a SELECT on CONTACT1 to get the main contact data, and all the associated email addresses:</p>
<pre>select c1.accountno, company, CONTACT, e.email1, e.email2, e.email3
  from CONTACT1 c1 left outer join
    (
      select accountno,
        MAX(case when rowno = 1 then email end) as email1,
        MAX(case when rowno = 2 then email end) as email2,
        MAX(case when rowno = 3 then email end) as email3
	from
	  (select accountno,
                  row_number() over(partition by accountno order by contsupref) as rowno,
		  case
		    when ADDRESS1 is null then CONTSUPREF
		    when ADDRESS1 is not null  then contsupref + address1
		  end as email
	     from CONTSUPP where CONTACT = 'E-mail Address'
	  ) as e2
	group by accountno
    ) as e
    on c1.ACCOUNTNO = e.ACCOUNTNO</pre>
<p>To summarize:</p>
<ol>
<li>The innermost select (as e2) gives use a row for each email address, with a row number and the email data correctly formatted</li>
<li>The second select (as e) gives us an intermediate table with the email addresses for each accountno in a single row</li>
<li>This is then left outer joined to the main select, which is being used to get the main contact data from CONTACT1.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/346/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=346&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/06/15/migrate-goldmine-to-microsoft-crm-2011-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrate GoldMine to Microsoft CRM 2011 &#8211; Part 1</title>
		<link>http://blog.inaplex.com/2011/05/18/migrate-goldmine-to-microsoft-crm-2011-part-1/</link>
		<comments>http://blog.inaplex.com/2011/05/18/migrate-goldmine-to-microsoft-crm-2011-part-1/#comments</comments>
		<pubDate>Wed, 18 May 2011 21:08:23 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Inaport]]></category>
		<category><![CDATA[Migrations]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=330</guid>
		<description><![CDATA[There have been a number of requests from partners and customers for assistance on migrating GoldMine databases to Microsoft CRM 2011, both on premise and online. InaPlex has many years of experience with GoldMine, with thousands of organizations around the world using Inaport for data import and integration with GoldMine. Inaport supports versions of GoldMine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=330&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There have been a number of requests from partners and customers for assistance on migrating GoldMine databases to Microsoft CRM 2011, both on premise and online.</p>
<p>InaPlex has many years of experience with GoldMine, with thousands of organizations around the world using Inaport for data import and integration with GoldMine. Inaport supports versions of GoldMine from 6.0 to current release.</p>
<p>InaPlex has a complete set of profiles available for migrating a standard GoldMine database to CRM 2011. This series of posts will walk through the process of doing such a migration.</p>
<ul>
<li>This first post covers preparation, and importing Account and Contact data</li>
<li>The second post will cover importing Opportunities</li>
<li>The third post will cover Pending,  History and Email.</li>
</ul>
<div><span id="more-330"></span></div>
<h1>Overview</h1>
<p>Before embarking on a migration project, it is important to have a look at your data, and how your current CRM system has become embedded (or not) in the work flows of your company.</p>
<p>Issues you may want to consider:</p>
<ul>
<li>Should all the data come across, or should this be an opportunity for a &#8220;spring clean&#8221;?</li>
<li>What reports are being generated from the data, are they all necessary, can they be improved, how will they be generated in the new CRM system?</li>
<li>Will you cut over quickly to the new system, or will you attempt to keep both systems running for a period? If the latter, will you need to keep the data in sync between the systems (hint: this can be difficult).</li>
<li>If the old system was not being used well (there are no reports worth worrying about, a quick cut over is not going to be a problem), why not? And how is the new system going to fix it?</li>
</ul>
<p>Your channel partner and InaPlex can advise on many of these types of issues; it is important that they be addressed before detailed planning for the migration, because it impacts how the data is brought across.</p>
<h1>Preparation</h1>
<h3>Installation</h3>
<p>Inaport can be installed on any system that has connectivity to the GoldMine database and attachments, and the Microsoft CRM system.</p>
<h3>Microsoft CRM preparation</h3>
<p>Before starting to import data from GoldMine, you will need to do at least two things in Microsoft CRM:</p>
<ol>
<li>Create any required users. Inaport has the ability to map record ownership from GoldMine to Microsoft CRM, but the users must be created in CRM first.</li>
<li>Create any required custom fields. Areas to consider for custom fields include:<br />
The KEY1-5 fields in the CONTACT1 table; there are not obvious fields in the Contact entity in CRM for them.<br />
Other CONTACT1 fields to consider are MERGECODES and the PHONE Extension fields<br />
Contact2 UDEF fields.</li>
<li>If you want to migrate the Details tab data from GoldMine, you will need to decide if you need a custom entity in CRM to store the data.</li>
</ol>
<h3>GoldMine database preparation</h3>
<p>You might also wish to spend some time considering how dirty your GoldMine data is, and how much data you wish to migrate.</p>
<p>Of particular interest is how companies and company names have been handled.  As you will be aware, GoldMine is a completely contact centric database. For example, we might have some contacts at InaPlex:</p>
<ul>
<li>Fred Smith, InaPlex</li>
<li>Bill Jones, InaPlex</li>
<li>Joe Blow, InaPlex Inc</li>
</ul>
<p>During a migration, the standard maps will use the name of the company to match the account in MSCRM. If the name is not found, a new account is created and the contact placed under it. If the account name is matched, the contact is placed under the match.</p>
<p>The standard maps will normalize the company name, so &#8220;InaPlex&#8221; and &#8220;Inaplex, Inc&#8221; will match. However, the normalization process will not handle different names; for example, &#8220;InaPlex US&#8221; and &#8220;InaPlex UK&#8221; will not match.</p>
<p>This means that before running the import, you may want to validate and clean the company names in ACT.</p>
<p>It is possible to use other matching schemes &#8211; for example, you may have an account or company identifier in a KEY field; also, Inaport supports fuzzy matching that allows you to use string similarity scoring. If you want to use a different matching technique, contact your partner or Inaplex.</p>
<h3>Connectors</h3>
<p>After installation, the next step is to create connectors to the GoldMine database and Microsoft CRM. There are movies on the web site that show how to do this:</p>
<ul>
<li>create a <a title="Inaport connector for GoldMine" href="http://www.inaplex.com/Resources/videos/connector-gm7.aspx">connector for GoldMine</a></li>
<li>create a <a title="Create connector for Microsoft CRM" href="http://www.inaplex.com/Resources/videos/connector-mscrm.aspx">connector for Microsoft CRM</a> (on premise or on line)</li>
</ul>
<h3>Mapping Users</h3>
<p>Inaport gives you the ability to establish a mapping between the users in GoldMine and the users in Microsoft CRM. This mapping is used by all the standard profiles to map the record ownership from GoldMine to MSCRM &#8211; i.e. a record that is owned by John Smith in GoldMine will be owned by John Smith in MSCRM, provided you establish the mapping. You can also map multiple GoldMine users to a single MSCRM user, to handle cases where the GoldMine user is no longer with the company, for example.</p>
<p>To establish a user map:</p>
<ol>
<li>start Inaport</li>
<li>make sure the connectors have been created</li>
<li>go to Tools &#8211; User Map; select the GoldMine connector as the source and the MSCRM connector as the target, and click Get Users</li>
<li>select a user from the source column, a user from the target column, and Click &#8216;Add to map&#8217;</li>
</ol>
<h2>Importing Companies and Contacts</h2>
<p>There are four standard profiles for importing companies and contacts:</p>
<ol>
<li><strong>01_CompanyContact</strong><br />
Import the company and contacts to accounts and contacts in MSCRM</li>
<li><strong>02_ContactEmail</strong><br />
Update the contacts with the emails from GoldMine</li>
<li><strong>03_ContactWeb</strong><br />
Update the contacts with web addresses from GoldMine</li>
<li><strong>04_AdditionalContacts</strong><br />
Import the secondary contacts from GoldMine into main contacts in MSCRM</li>
<li><strong>05_AdditionalContact_Emails</strong><br />
Import the email addresses for additional contacts</li>
</ol>
<p>These profiles are designed to be run in order.</p>
<p>Secondary contacts are imported to the same account as their primary contact.</p>
<h2></h2>
<p><span class="Apple-style-span" style="font-size:20px;"><strong><br />
</strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=330&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/05/18/migrate-goldmine-to-microsoft-crm-2011-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrate ACT! to Microsoft CRM 2011 Online &#8211; Part 1</title>
		<link>http://blog.inaplex.com/2011/04/28/migrate-act-to-microsoft-crm-2011-online-part-1/</link>
		<comments>http://blog.inaplex.com/2011/04/28/migrate-act-to-microsoft-crm-2011-online-part-1/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 06:00:33 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Inaport]]></category>
		<category><![CDATA[Migrations]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=224</guid>
		<description><![CDATA[There have been a number of requests from partners and customers for assistance on migrating ACT! databases to Microsoft CRM 2011, both on premise and online. InaPlex has a lot of experience with migrating ACT databases, as we developed the Sage Migrator product for Sage, which has been extensively used to migrate ACT and GoldMine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=224&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There have been a number of requests from partners and customers for assistance on migrating ACT! databases to Microsoft CRM 2011, both on premise and online. InaPlex has a lot of experience with migrating ACT databases, as we developed the <strong>Sage Migrator</strong> product for Sage, which has been extensively used to migrate ACT and GoldMine databases to SageCRM and SalesLogix.</p>
<p>InaPlex has a complete set of profiles available for migrating a standard ACT! version 11 or 12 database to CRM 2011. This series of posts will walk through the process of doing such a migration.</p>
<ul>
<li>This first post covers preparation, and importing Account and Contact data</li>
<li>The second post will cover importing Opportunities</li>
<li>The third post will cover Activities and History.</li>
</ul>
<div><span id="more-224"></span></div>
<h1>Overview</h1>
<p>Before embarking on a migration project, it is important to have a look at your data, and how your current CRM system has become embedded (or not) in the work flows of your company.</p>
<p>Issues you may want to consider:</p>
<ul>
<li>Should all the data come across, or should this be an opportunity for a &#8220;spring clean&#8221;?</li>
<li>What reports are being generated from the data, are they all necessary, can they be improved, how will they be generated in the new CRM system?</li>
<li>Will you cut over quickly to the new system, or will you attempt to keep both systems running for a period? If the latter, will you need to keep the data in sync between the systems (hint: this can be difficult)</li>
<li>If the old system was not being used well (there are no reports worth worrying about, a quick cut over is not going to be a problem), why not? And how is the new system going to fix it?</li>
</ul>
<p>Your channel partner and InaPlex can advise on many of these types of issues; it is important that they be addressed before detailed planning for the migration, because it impacts how the data is brought across.</p>
<h1>Preparation</h1>
<h3>Installation</h3>
<p>Because Inaport uses the ACT API, it needs to be installed on a system that has ACT installed. In addition, you need to make sure that you select the version of Inaport built for your ACT version. See the <a title="Inaport downloads" href="http://www.inaplex.com/Products/Download.aspx">Inaport Download</a> page for details.</p>
<h3>Microsoft CRM preparation</h3>
<p>Before starting to import data from ACT, you will need to do at least two things in Microsoft CRM:</p>
<ol>
<li>Create any required users. Inaport has the ability to map record ownership from ACT to Microsoft CRM, but the users must be created in CRM first.</li>
<li>Create any required custom fields. If you have created custom fields in the ACT database, and you wish to import that data into CRM, you will need to create corresponding fields in CRM.</li>
</ol>
<h3>ACT database preparation</h3>
<p>You might also wish to spend some time considering how dirty your ACT data is, and how much data you wish to migrate.</p>
<p>Of particular interest is how companies and company names have been handled in the ACT data. Many ACT databases are based on contacts only. Even in databases that use companies, many contacts may not be linked to a company. This is handled by:</p>
<ol>
<li>importing companies from ACT to MSCRM, and storing the company ID from ACT,</li>
<li>then importing contacts. If they are linked to a company, they are linked to the same account in MSCRM. If they are not linked to  a company, then the company name in ACT is used to try and identify the correct account in MSCRM.</li>
</ol>
<p>This means that before running the import, you may want to validate and clean the company names in ACT.</p>
<h3>Connectors</h3>
<p>After installation, the next step is to create connectors to the ACT database and Microsoft CRM. There are movies on the web site that show how to do this:</p>
<ul>
<li>create a <a title="Create Inaport connector for ACT" href="http://www.inaplex.com/Resources/videos/connector-act.aspx">connector for ACT</a></li>
<li>create a <a title="Create connector for Microsoft CRM" href="http://www.inaplex.com/Resources/videos/connector-mscrm.aspx">connector for Microsoft CRM</a> (on premise or on line)</li>
</ul>
<h3>Mapping Users</h3>
<p>Inaport gives you the ability to establish a mapping between the users in ACT and the users in Microsoft CRM. This mapping is used by all the standard profiles to map the record ownership from ACT to MSCRM &#8211; i.e. a record that is owned by John Smith in ACT will be owned by John Smith in MSCRM, provided you establish the mapping. You can also map multiple ACT users to a single MSCRM user, to handle cases where the ACT user is no longer with the company, for example.</p>
<p>To establish a user map:</p>
<ol>
<li>start Inaport</li>
<li>make sure the connectors have been created</li>
<li>go to Tools &#8211; User Map; select the ACT connector as the source and the MSCRM connector as the target, and click Get Users</li>
<li>select a user from the source column, a user from the target column, and Click &#8216;Add to map&#8217;</li>
</ol>
<h2>Importing Companies and Contacts</h2>
<p>There are four standard profiles for importing companies and contacts:</p>
<ol>
<li><strong>01_Compan</strong>y<br />
Import the company entities from ACT to accounts in MSCRM</li>
<li><strong>02_Contact_with_Company</strong><br />
Import contacts that are linked to a company in ACT into contacts in MSCRM</li>
<li><strong>03_Contact_NO_Company</strong><br />
Import contacts that are NOT linked to a company in ACT</li>
<li><strong>04_Secondary_Contacts</strong><br />
Import the secondary contacts from ACT into main contacts in MSCRM</li>
</ol>
<p>These profiles are designed to be run in order, but if there are no companies in ACT you can skip 01 and 02.</p>
<p>Secondary contacts are imported to the same account as their primary contact.</p>
<h2>A Word about Matching</h2>
<p>As noted above, contacts with no company are associated with an account in Microsoft CRM by matching on the company name. By default, the profiles will normalize to company name for matching; this means punctuation and excess spaces are removed, noise words (Inc, Incorporated, LLC, Ltd, Limited, gmbh, sarl, &#8230;) are removed, and the result is lower cased.  See screen shot below for an example:</p>
<div id="attachment_326" class="wp-caption aligncenter" style="width: 610px"><a href="http://inaplex.files.wordpress.com/2011/04/company_match.png"><img class="size-full wp-image-326" title="Company Match" src="http://inaplex.files.wordpress.com/2011/04/company_match.png?w=600&#038;h=41" alt="Normalise company name for match " width="600" height="41" /></a><p class="wp-caption-text">Normalise company name for match</p></div>
<p>Using name normalisation, &#8220;Inaplex Inc&#8221; and &#8220;InaPlex&#8221; will match, but &#8220;InnerPlex&#8221; and &#8220;Inaplex&#8221; will not.If you need to handle mis-spelling of company names as well, Inaport has <a title="Inaport Matching Techniques" href="http://www.inaplex.com/Resources/Matching.aspx">fuzzy match</a> capabilities available &#8211; for example, &#8220;InaPlex&#8221; and &#8220;InnerPlex&#8221; are an 87% match.</p>
<p>If a contact has no company name, then by default it is imported to an account called &#8220;No Company&#8221;. This can of course be changed.</p>
<p>Inaport provides the capability to automatically create a new attribute on each entity: &#8220;ip_importid&#8221;. This is used to store the unique identifier of each record imported from ACT &#8211; for example, the Company ID or the Contact ID. This is then sued in subsequent profiles to identify the correct Account or Contact to associate child records with &#8211; for example History or Activity.</p>
<p><span class="Apple-style-span" style="font-size:20px;"><strong><br />
</strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=224&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/04/28/migrate-act-to-microsoft-crm-2011-online-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/04/company_match.png" medium="image">
			<media:title type="html">Company Match</media:title>
		</media:content>
	</item>
		<item>
		<title>Importing Leads into Microsoft CRM (and other CRM systems)</title>
		<link>http://blog.inaplex.com/2011/03/28/importing-leads-into-microsoft-crm-and-others/</link>
		<comments>http://blog.inaplex.com/2011/03/28/importing-leads-into-microsoft-crm-and-others/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 02:30:45 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Inaport]]></category>
		<category><![CDATA[Data Quality]]></category>
		<category><![CDATA[Dynamics CRM]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=213</guid>
		<description><![CDATA[This post demonstrates importing leads, an important first step in the sales process for many (most?) organisations. Leads can be gathered from many sources, which can lead to multiple problems such as poor quality data and duplicates. Inaport can be used to: Assign a quality score to each lead, allowing us to block low scoring leads, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=213&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>This post demonstrates importing leads, an important first step in the sales process for many (most?) organisations. Leads can be gathered from many sources, which can lead to multiple problems such as poor quality data and duplicates.</div>
<p></p>
<div>Inaport can be used to:</div>
<ul>
<li>Assign a quality score to each lead, allowing us to block low scoring leads, and rank the ones imported;</li>
<li>Use better matching techniques to prevent duplicates being imported.</li>
</ul>
<div>While this post uses Microsoft Dynamics CRM 2011 as the target CRM system, the principles discussed can be used with Sage SalesLogix, SageCRM, ACT! by Sage, and GoldMine.</div>
<p><span id="more-213"></span></p>
<h2>Importing Leads using Microsoft CRM</h2>
<div>Microsoft supplies a lead import template that can be populated in Excel. Once the template is populated with data, importing into Microsoft CRM is a matter of a few clicks; the process is straightforward, but there are caveats and shortcomings. Consider some sample data:</div>
<div id="attachment_277" class="wp-caption aligncenter" style="width: 506px"><a href="http://inaplex.files.wordpress.com/2011/03/base_data3.png"><img class="size-full wp-image-277" title="Sample data for import into Microsoft CRM Leads" src="http://inaplex.files.wordpress.com/2011/03/base_data3.png?w=600" alt="Sample data for import into Microsoft CRM Leads"   /></a><p class="wp-caption-text">Sample data for import into Microsoft CRM Leads</p></div>
<div>
<div>This was imported into Microsoft CRM leads using the standard data import tool. The results were:</div>
</div>
<div id="attachment_242" class="wp-caption aligncenter" style="width: 443px"><a href="http://inaplex.files.wordpress.com/2011/03/base_data_imported.png"><img class="size-full wp-image-242" title="Sample lead data imported into Microsoft CRM" src="http://inaplex.files.wordpress.com/2011/03/base_data_imported.png?w=600" alt="Sample lead data imported into Microsoft CRM"   /></a><p class="wp-caption-text">Sample lead data imported into Microsoft CRM</p></div>
<div>There are some clear problems with this data:</div>
<ol>
<li>&#8220;Fred Smith&#8221; is obviously duplicated, even though duplicate detection rules were in place.</li>
<li>The names are not formatted well.</li>
<li>Row 3 &#8220;asasa&#8221; is poor quality, and probably should not have been imported.</li>
</ol>
<div>These problems are not easy to rectify using the standard Microsfot CRM data import capabilities.</div>
<h2>Importing leads using Inaport</h2>
<h3>Use any data source</h3>
<div>When importing data using Microsoft CRM, there are some important restrictions on the data source:</div>
<ul>
<li>The file type can only be .csv, .txt or .xml</li>
<li>Maximum file size is 8Mb.</li>
<li>Each file can only be mapped to a single entity in Microsoft CRM.</li>
</ul>
<div>None of these restriction apply when using Inaport. For the purposes of this demonstration, the same data using the Leads template was used, but this is not a requirement. Before importing, the Excel spreadsheet was modified to add columns:</div>
<ol>
<li>RowID, a unique number for each row</li>
<li>LeadScore, which will hold a lead quality score calculated by Inaport</li>
<li>IsImported, which will hold the unique identifier of the lead in Microsoft CRM once imported.</li>
</ol>
<div>The following screen shot shows the modifications:</div>
<p><div id="attachment_278" class="wp-caption aligncenter" style="width: 373px"><a href="http://inaplex.files.wordpress.com/2011/03/enhanced_data3.png"><img class="size-full wp-image-278" title="Lead source data with added columns" src="http://inaplex.files.wordpress.com/2011/03/enhanced_data3.png?w=600" alt="Lead source data with added columns"   /></a><p class="wp-caption-text">Lead source data with added columns</p></div><br />
</p>
<h3>Lead Quality Scoring</h3>
<div>The first step in the process is to assess the quality of the leads. When using the standard Microsoft import, the only real option is to manually examine the data in the Excel spreadsheet and manually correct or delete records. As the size of the dataset grows, this process becomes more and more time consuming and error prone.</div>
<div>Inaport allows the introduction of automated lead scoring. The basic principle is:</div>
<ol>
<li>Assign a perfect score (50 in our example).</li>
<li>use a set of rules to deduct points from the lead; each rule can be used to deduct one or more points</li>
</ol>
<div>The following screen shot shows the rules built for the demonstration:</div>
<div id="attachment_265" class="wp-caption aligncenter" style="width: 610px"><a href="http://inaplex.files.wordpress.com/2011/03/inaport_score_rules1.png"><img class="size-full wp-image-265" title="Lead scoring rules" src="http://inaplex.files.wordpress.com/2011/03/inaport_score_rules1.png?w=600&#038;h=244" alt="Inaport lead scoring rules" width="600" height="244" /></a><p class="wp-caption-text">Lead scoring rules</p></div>
<ul>
<li>The first checks if the lead has a blank email address, Last Name, or Business Phone number. If so, 10 points are deducted.</li>
<li>Rule 3 checks if the phone number has the same digit repeated 4 more times (e.g. &#8220;1111234&#8243; or &#8220;1234444&#8243;), while rule 4 checks if the phone number has &#8220;1234&#8243; or 2345&#8243; or &#8220;7890&#8243;. In each case, points are deducted.</li>
<li>Rules 5 and 6 check the email address, deducting points if it is from gmail or yahoo, and more points if the first part of the email is 1 to 4 characters long and it is from gmail or yahoo (e.g. <a href="mailto:abcd@gmail.com">abcd@gmail.com</a>)</li>
</ul>
<div>There are no restrictions on what the rules can be, and no restrictions on how many rules there can be. In addition, Inaport has a Preview Pane, that allows you to see the results of applying the rules to a set of the source records &#8211; you can preview 5 or 500 records, and tune your rules appropriately. See screen shot below for how the rules score the sample data.</div>
<div id="attachment_266" class="wp-caption aligncenter" style="width: 610px"><a href="http://inaplex.files.wordpress.com/2011/03/inaport_score_results1.png"><img class="size-full wp-image-266" title="Lead data score results" src="http://inaplex.files.wordpress.com/2011/03/inaport_score_results1.png?w=600&#038;h=100" alt="Inaport lead data score results" width="600" height="100" /></a><p class="wp-caption-text">Lead data score results</p></div>
<div>Inaport is then used to for two important actions:</div>
<ol>
<li>Update the source spreadsheet with the quality score for each record.</li>
<li>Prevent importing records which score below some cut off level.</li>
</ol>
<div>This gives us some important benefits. By scoring the leads and preventing poor scoring being imported, the quality of the data in CRM system is improved. By updating the source spreadsheet with the score, it is possible to go back and do a manual review of just the records with poor scores, greatly improving the manual review process.</div>
<p></p>
<p><div id="attachment_260" class="wp-caption aligncenter" style="width: 606px"><a href="http://inaplex.files.wordpress.com/2011/03/inaport_update_source_score1.png"><img class="size-full wp-image-260" title="Updating the source spredsheet with a score" src="http://inaplex.files.wordpress.com/2011/03/inaport_update_source_score1.png?w=600" alt="Updating the source spredsheet with a score"   /></a><p class="wp-caption-text">Updating the source spredsheet with a score</p></div><br />
</p>
<h3>Improved Matching</h3>
<div>The duplicate detection rules in Microsoft CRM are restricted to exact match on a field or fields, or matching the first N characters of a field. This why &#8220;Fred Smith, InaPlex&#8221; and &#8220;Fred Smith, InaPlex Inc&#8221; were not detected as duplicates; the duplicate rules in Microsoft CRM included a check on the first 15 characters of the company name but that included the &#8220;Inc&#8221;.</div>
<p></p>
<div>Inaport allows matching on any field or combination of fields. More importantly, it allows the use of expressions to transform the fields for matching purposes. For example, it has a &#8220;normcomp()&#8221; function which can be used to normalise company names. normcomp() will:</div>
<ul>
<li>remove noise words such as &#8220;Inc&#8221;, &#8220;incorporated,&#8221;, &#8220;llc&#8221;, &#8220;Ltd&#8221;, &#8220;GmbH&#8221;, &#8220;sarl&#8221;, &#8230;</li>
<li>remove punctuation and trim white space</li>
<li>lower case everything.</li>
</ul>
<div>The actual matching expression used in the demonstration is:</div>
<div id="attachment_269" class="wp-caption aligncenter" style="width: 610px"><a href="http://inaplex.files.wordpress.com/2011/03/inaport_match_criteria1.png"><img class="size-full wp-image-269" title="Inaport Match Criteria" src="http://inaplex.files.wordpress.com/2011/03/inaport_match_criteria1.png?w=600&#038;h=41" alt="Inaport Match Criteria" width="600" height="41" /></a><p class="wp-caption-text">Inaport Match Criteria</p></div>
<div>This expression uses the normcomp() function to normalise the company name, then appends the normalised last name. The result is that &#8220;Fred Smith, InaPlex&#8221; and &#8220;Fred Smith, InaPlex Inc&#8221; will now match and be detected as duplicates.</div>
<p></p>
<div>In addition to this type of standard matching, Inaport supports &#8220;fuzzy matching&#8221;, where the source and target are compared using a string similarity algorithm, and a score assigned. Possible matches based on the criteria and score are shown to the user and the user can decide which (if any) is the correct match. Using fuzzy matching, &#8220;inaplex&#8221; and Ianplex&#8221; would be shown as possible matches.</div>
<p></p>
<h3>Updating the Source with Import Results</h3>
<div>If a lead source row is successfully imported, the source spreadsheet is updated with the primary key (unique identifier) of the lead in Microsoft CRM. There are two advantages to this:</div>
<ol>
<li>It is a positive indicator that the record has been imported, meaning if a manual review is done the record can be skipped.</li>
<li>If the source record is updated for some reason, Inaport can be used to update the lead in Microsoft CRM.</li>
</ol>
<div>The source update is done using this expression:</div>
<p></p>
<div id="attachment_270" class="wp-caption aligncenter" style="width: 543px"><a href="http://inaplex.files.wordpress.com/2011/03/inaport_post_update.png"><img class="size-full wp-image-270" title="Update source with Microsoft CRM lead ID" src="http://inaplex.files.wordpress.com/2011/03/inaport_post_update.png?w=600" alt="Update source with Microsoft CRM lead ID"   /></a><p class="wp-caption-text">Update source with Microsoft CRM lead ID</p></div>
<h2>Results of the Import</h2>
<div>Here are the results after the Inaport import was run:</div>
<div id="attachment_272" class="wp-caption aligncenter" style="width: 562px"><a href="http://inaplex.files.wordpress.com/2011/03/import_results.png"><img class="size-full wp-image-272" title="Inaport lead import into Microsoft CRM" src="http://inaplex.files.wordpress.com/2011/03/import_results.png?w=600" alt="Inaport lead import into Microsoft CRM"   /></a><p class="wp-caption-text">Inaport lead import into Microsoft CRM</p></div>
<div>Notice that:</div>
<ul>
<li>Fred Smith&#8221; has not been duplicated;</li>
<li>The poor quality record &#8220;asasa&#8221; has not been imported;</li>
<li>The names are formatted correctly;</li>
<li>Most importantly, the lead quality score is available in Microsoft CRM.</li>
</ul>
<div>Having the lead quality score in Microsoft CRM makes it possible for the internal sales team to focus on the highest quality leads first.</div>
<div>The source spreadsheet has also been updated:</div>
<div class="mceTemp mceIEcenter" style="text-align:left;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://inaplex.files.wordpress.com/2011/03/source_after_import.png"><img class="size-full wp-image-274" title="Source Data after Import" src="http://inaplex.files.wordpress.com/2011/03/source_after_import.png?w=600&#038;h=104" alt="Source Data after Import" width="600" height="104" /></a></dt>
<dd class="wp-caption-dd">Source Data after Import</dd>
</dl>
</div>
<p></p>
<div>This demonstrates that the source data can now be sorted by whether it has been imported or not, and by quality score for manual checking and enhancement if appropriate.</div>
<p></p>
<div>If you would like more information on how Inaport can be applied to your particular requirements, please do not hesitate to contact us.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=213&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/03/28/importing-leads-into-microsoft-crm-and-others/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/base_data3.png" medium="image">
			<media:title type="html">Sample data for import into Microsoft CRM Leads</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/base_data_imported.png" medium="image">
			<media:title type="html">Sample lead data imported into Microsoft CRM</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/enhanced_data3.png" medium="image">
			<media:title type="html">Lead source data with added columns</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/inaport_score_rules1.png" medium="image">
			<media:title type="html">Lead scoring rules</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/inaport_score_results1.png" medium="image">
			<media:title type="html">Lead data score results</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/inaport_update_source_score1.png" medium="image">
			<media:title type="html">Updating the source spredsheet with a score</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/inaport_match_criteria1.png" medium="image">
			<media:title type="html">Inaport Match Criteria</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/inaport_post_update.png" medium="image">
			<media:title type="html">Update source with Microsoft CRM lead ID</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/import_results.png" medium="image">
			<media:title type="html">Inaport lead import into Microsoft CRM</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/03/source_after_import.png" medium="image">
			<media:title type="html">Source Data after Import</media:title>
		</media:content>
	</item>
		<item>
		<title>Building GoldMine Relationship Trees</title>
		<link>http://blog.inaplex.com/2011/02/16/building-goldmine-relationship-trees/</link>
		<comments>http://blog.inaplex.com/2011/02/16/building-goldmine-relationship-trees/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 03:32:25 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Inaport]]></category>
		<category><![CDATA[GoldMine]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=210</guid>
		<description><![CDATA[The relationship trees in GoldMine are a potentially very useful feature. They allow you to set up a visual representation of the relationships between different contacts. You can, for example, show all the people that work for a particular company; or perhaps all the people from different organisations that are assisting on a particular project. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=210&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The relationship trees in GoldMine are a potentially very useful feature. They allow you to set up a visual representation of the relationships between different contacts. You can, for example, show all the people that work for a particular company; or perhaps all the people from different organisations that are assisting on a particular project.</p>
<p>A problem with using relationship trees is that GoldMine offers very limited support for building them. The GoldMine wizard allows you to specify a single field to use as the basis for deciding if a contact should be in one tree or another. So you can build a tree based on the company name, which gets you all the contacts for that company. But what if you want to also sort the contacts by city or state? Or if you are looking for a more complex relationship between different types of contacts, such as brokers, properties, and prospective purchasers?</p>
<p>As soon as you need to consider more than one field, or want to do something slightly more complex, you are forced to build the trees manually.</p>
<p>Manually building trees is a difficult process for all but the smallest data sets. There are several problems:</p>
<p>1. The labor involved in building all the trees initially</p>
<p>2. Ensuring accuracy</p>
<p>3. Maintaining the trees once built, as records are added, updated or deleted.</p>
<p>As an <a href="http://wp.me/ptCU4-5">earlier post</a> noted, Inaport provides a relationship tree builder that addresses all these issues. It allows you to model simple or complex multi-level trees; once the model is built, you can build the tree and re-build at any time, or schedule the tree to be re-built regularly.</p>
<h2>New video available</h2>
<p>The relationship tree builder in Inaport has recently been updated, and a video describing and demonstrating its use is available <a title="Building GoldMine Relationship Trees" href="http://www.inaplex.com/Resources/videos/goldmine-relationship-tree.aspx">here</a>.</p>
<p>The video shows how to design and build a relationship tree showing the relationships between contact records for real estate properties, units within each property, and tenants in each unit. An example of the kind of tree than can be built is shown in the screen shot below.</p>
<div id="attachment_214" class="wp-caption aligncenter" style="width: 414px"><a href="http://inaplex.files.wordpress.com/2011/02/gm_reln_example.png"><img class="size-full wp-image-214" title="Example Relationship Tree built using Inaport" src="http://inaplex.files.wordpress.com/2011/02/gm_reln_example.png?w=600" alt="Example Relationship Tree built using Inaport"   /></a><p class="wp-caption-text">Example Relationship Tree built using Inaport</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=210&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2011/02/16/building-goldmine-relationship-trees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>

		<media:content url="http://inaplex.files.wordpress.com/2011/02/gm_reln_example.png" medium="image">
			<media:title type="html">Example Relationship Tree built using Inaport</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Quality with Dr Peter Aiken</title>
		<link>http://blog.inaplex.com/2010/03/10/data-quality-with-dr-peter-aiken/</link>
		<comments>http://blog.inaplex.com/2010/03/10/data-quality-with-dr-peter-aiken/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 05:37:26 +0000</pubDate>
		<dc:creator>inaplex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.inaplex.com/?p=205</guid>
		<description><![CDATA[A couple of years ago, InaPlex did a joint presentation on Data Quality with Dr Peter Aiken of Data Blueprint (www.datablueprint.com). Dr Aiken is President of DAMA, associate professor of Information Systems at Virginia Commonwealth University, and founding director of Data Blueprint. More importantly, he is an interesing and very well informed speaker on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=205&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A couple of years ago, InaPlex did a joint presentation on Data Quality with Dr Peter Aiken of Data Blueprint (<a href="http://www.datablueprint.com">www.datablueprint.com</a>). Dr Aiken is President of DAMA, associate professor of Information Systems at Virginia Commonwealth University, and founding director of Data Blueprint. More importantly, he is an interesing and very well informed speaker on the topics of data quality and data architecture.</p>
<p>Dr Aiken is running a series of talks on various topics; details on an upcoming talk below.</p>
<p>Topic: Data Modeling &amp; Data Development</p>
<p>April 13, 1:00 PM &#8211; 2:30 PM EST</p>
<p>This presentation provides an understanding of the data modeling/data development data management component. Participants will understand how the analysis, design, implementation, deployment, and maintenance of data solutions should be done in order to maximize the value of the enterprise data resources and activities. Architecting in quality is imperative at this level and complements a subset of project activities within the system development lifecycle (SDLC) focused on defining data requirements, designing the data solution components, and implementing these components. Participants will understand the difficulties organizations experience when interacting with a data development effort and how best to incorporate efforts into specific data projects.</p>
<p>Check the Data Blueprint website for more information and for a detailed schedule of upcoming training: <a href="http://www.data-ed.com/">www.data-ed.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inaplex.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inaplex.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inaplex.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inaplex.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inaplex.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inaplex.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inaplex.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inaplex.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inaplex.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inaplex.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inaplex.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inaplex.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inaplex.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inaplex.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.inaplex.com&amp;blog=7061060&amp;post=205&amp;subd=inaplex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.inaplex.com/2010/03/10/data-quality-with-dr-peter-aiken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/586002b536410e4020b4a1a259e3e871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inaplex</media:title>
		</media:content>
	</item>
	</channel>
</rss>
