
<?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>GoldMine Success</title>
	<atom:link href="http://www.goldminesuccess.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goldminesuccess.com</link>
	<description>Tips and Add-ons for Greater Success</description>
	<lastBuildDate>Fri, 11 May 2012 18:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Do You Enter A Lot Of Information In GoldMines Notes Tab?</title>
		<link>http://www.goldminesuccess.com/2012/05/11/do-you-enter-a-lot-of-information-in-goldmines-notes-tab/</link>
		<comments>http://www.goldminesuccess.com/2012/05/11/do-you-enter-a-lot-of-information-in-goldmines-notes-tab/#comments</comments>
		<pubDate>Fri, 11 May 2012 16:31:58 +0000</pubDate>
		<dc:creator>Jay Dymond</dc:creator>
				<category><![CDATA[Managing Smarter]]></category>
		<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=2045</guid>
		<description><![CDATA[If you are one of those organizations who enters a lot of information into GoldMines Notes Tab, then this post is for you. NOTE: This is only true of GoldMine Standard Edition &#38; Corporate Edition.  GoldMine Premium Edition now stores Notes in a database table and each note is a separate entry in the table. [...]]]></description>
			<content:encoded><![CDATA[<p>If you are one of those organizations who enters a lot of information into GoldMines Notes Tab, then this post is for you.</p>
<p><em>NOTE: This is only true of GoldMine Standard Edition &amp; Corporate Edition.  GoldMine Premium Edition now stores Notes in a database table and each note is a separate entry in the table.</em></p>
<p>Here are some things to be aware of if you are one of those businesses that are over-using the Notes tab in GoldMine.</p>
<p><strong>THE PROBLEMS:</strong></p>
<p><strong>1) NOTES Character Limitation</strong></p>
<blockquote><p> After about 65,000 characters (or about 8 pages) information will simply start to disappear. In some cases I have even seen where the notes from one contact are incorrectly linked to another contact, due to data corruption.</p></blockquote>
<p><strong>2) Notes Don’t Sync Well</strong></p>
<blockquote><p>Only notes inserted via Contact | Insert a Note will sync, because they are time/date stamped. But changes to that note, or any notes not added using that method will not sync, because they are not time/date stamped.</p></blockquote>
<p><strong>3) No Security.</strong></p>
<blockquote><p>Anyone with access to the Notes Tab can go in and delete everything in there.  So if you are storing all your important information in the Notes Tab, the potential for data loss is great.</p></blockquote>
<p><strong>4) No Analysis. </strong></p>
<blockquote><p>If you want to find out how many calls, appointments, or actions were completed by date or completed by GoldMine user then you are out of luck with the Notes tab. GoldMine does not have a way of analyzing this data, because of how it is stored in the system.</p></blockquote>
<p><strong>THE SOLUTION:</strong></p>
<p>Use the Schedule &amp; Complete menu options to schedule activities and then complete them, this will put them into the Pending and History Tabs in GoldMine. This will allow you to keep a nice record of who did what and when. You can even store Notes into these scheduled/completed activities. You can even setup short cut macros in the Tollbar/Taskbar to  make this as easy as a single click.</p>
<p><em><strong>NOTE:</strong></em> If you’re using the Notes Tab in GoldMine, and have used the Contact | Insert a Note  menu option to create your notes, which creates a date/time stamp, you can use a GoldMine add-on called  GoldBox to convert all your Notes to completed history, based on those Date/Time Stamps. If you didn't use the Contact | Insert a Note then you are out of luck.</p>
<p><strong>WHAT IS THE NOTES TAB GOOD FOR?</strong></p>
<p>With all this said you're probably wondering what is the NOTES tab good for? The Notes tab is great for jotting down or making "NOTE" of something  such as directions, comments about the contact.  You might also use it for keeping track of personal information such as contacts favorite restaurant, names of kids, or any information you feel might help you with managing your relationship better with this contact. Maybe your contact has a hard to pronounce name, so rather then offend them the next time you call,  you can write down in the Notes tab the proper pronunciation of their name.</p>
<p><strong>SEARCHING THE NOTES WITH A SQL QUERY</strong></p>
<p>One last thing about the Notes Tab. If you are on GoldMine Corporate or Premium Edition you can use a SQL Query to search the NOTES for specific terms. Simply copy the following SQL Query into your GoldMine SQL Query pane and where it says ENTER YOUR SEARCH TERM HERE, replace that with the word(s) you want to search for (be sure to leave the % signs).</p>
<p>SELECT   c1.company, c1.contact, c1.Phone1, c1.key1 as "Record Type", notes.createddate as "Date Created", notes.userid as "User", notes.note as "NOTES", c1.accountno as "GOLDMINE ACCOUNTNO"<br />
FROM     contact1 c1<br />
INNER JOIN notes<br />
ON       c1.accountno = notes.accountno<br />
WHERE    notes.rectype             = 'c1'<br />
AND      CAST(CAST(notes.note AS VARBINARY) AS VARCHAR(8000)) LIKE '%ENTER YOUR SEARCH TERM HERE%'<br />
ORDER BY notes.userid, createddate</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/05/11/do-you-enter-a-lot-of-information-in-goldmines-notes-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Sense Database Practices</title>
		<link>http://www.goldminesuccess.com/2012/05/10/common-sense-database-practices/</link>
		<comments>http://www.goldminesuccess.com/2012/05/10/common-sense-database-practices/#comments</comments>
		<pubDate>Thu, 10 May 2012 17:57:15 +0000</pubDate>
		<dc:creator>Jay Dymond</dc:creator>
				<category><![CDATA[Managing Smarter]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=2038</guid>
		<description><![CDATA[Once upon a time there was a company that made special kinds of products that were sold to special kinds of companies. This company made lots of sales each year, and each sale was worth a lot of money. One day, their GoldMine consultant was trying to help them work out some better ways to [...]]]></description>
			<content:encoded><![CDATA[<p>Once upon a time there was a company that made special kinds of products that were sold to special kinds of companies. This company made lots of sales each year, and each sale was worth a lot of money. One day, their GoldMine consultant was trying to help them work out some better ways to use their GoldMine. The consultant and the people from the company started talking about lead management. The company had a very simple lead management process. They advertised in lots of important magazines, and waited for people response cards to come in. Then, the company would send every response their beautiful, expensive brochure. It cost the company lots of money, but they didn't care because they were selling lots of products.</p>
<p>The GoldMine consultant asked them how they managed things like bad addresses and returned mail. They said the company had a whole pile of envelopes that had been returned by the post office. One day they were going to put that information into their database, but not today! The consultant asked about duplicate names. The company said that it happened sometimes, but they thought it was really important to send their brochures out right away to show they really cared. The consultant was a little bothered by this, but the company didn't seem to mind the money they were throwing away. Then, from the back of the room, a little voice said "What about those guys in prison?". Well, you can imagine everybody's reaction! The consultant said "What guys in prison???". And the little voice (that belonged to the girl who saw to it that all the brochures went out) explained: "We get a lot of cards from guys in prison. A lot of the magazines we advertise in are free, so they fill out the cards so they can get mail. I guess they're lonely…".</p>
<p>After talking with all the important people at the company, the consultant found out that they wasted more than twenty thousand dollars every year, sending their nice brochures to prisoners and lots of other bored people in the world. Best of all, almost twenty percent of what they sent out were duplicates! So, as you can see, even a simple lead management process can benefit from some common sense database practices.</p>
<p>If you would like help with cleaning up your  GoldMine database please contact First Direct Corp.</p>
<p>We can assist you with:</p>
<ul>
<li>Removing Duplicates</li>
<li>Removing  Invalid Email Addresses</li>
<li>Removing Bounce Back Emails</li>
<li>Address Verification Services</li>
<li>plus much more</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/05/10/common-sense-database-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming GoldMine Training Classes</title>
		<link>http://www.goldminesuccess.com/2012/05/10/upcoming-sharpen-your-goldmine-knowledge-training-events/</link>
		<comments>http://www.goldminesuccess.com/2012/05/10/upcoming-sharpen-your-goldmine-knowledge-training-events/#comments</comments>
		<pubDate>Thu, 10 May 2012 16:51:16 +0000</pubDate>
		<dc:creator>Jay Dymond</dc:creator>
				<category><![CDATA[Events & Webinars]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=2031</guid>
		<description><![CDATA[Sharpen Your GoldMine Knowledge We provide these Online Training &#38; Events as a service to you! Learn practical information from an expert that will help you stay up-to-date on the latest trends and best practices. Date Event Name May 16 2012 GoldMine Filters, Groups, and SQL Queries May 21 2012 Two Terrific Productivity Tools May [...]]]></description>
			<content:encoded><![CDATA[<h2><a name="top"></a>Sharpen Your GoldMine Knowledge</h2>
<p>We provide these Online Training &amp; Events as a service to you! Learn practical information from an expert that will help you stay up-to-date on the latest trends and best practices.</p>
<table width="546" border="0" cellspacing="2" cellpadding="5">
<tbody>
<tr>
<th scope="col" width="172">
<div>Date</div>
</th>
<th scope="col" width="442">
<div>Event Name</div>
</th>
</tr>
<tr>
<td>
<div align="center"><strong>May 16 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#filtersgroupssqlqueries" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_filtersgroupssqlqueries?referer=');">GoldMine Filters, Groups, and SQL Queries</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>May 21 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#tools" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_tools?referer=');">Two Terrific Productivity Tools</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>May 23 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#telephony" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_telephony?referer=');">Telephony Integration - GoldMine and Your Phone System </a></td>
</tr>
<tr>
<td>
<div align="center"><strong>May 25 2012</strong></div>
</td>
<td><a href="http://www.1stdirect.com/events/index.html#getrdone" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/events/index.html_getrdone?referer=');">Get It Done With GoldMine! Time Saving Tips &amp; Tricks</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>May 30 2012</strong></div>
</td>
<td>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td></td>
<td><a href="http://www.1stdirect.com/events/index.html#quoting" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/events/index.html_quoting?referer=');">QuoteWerks and GoldMine</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<div align="center"><strong>June 06 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#docmgmt" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_docmgmt?referer=');">Document Management Tricks with GoldMine</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>June 11 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#sqlqueries" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_sqlqueries?referer=');">An Introduction to Microsoft SQL Queries and SQL Reporting Services</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>June 13 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#orgchart" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_orgchart?referer=');">Using the GoldMine Relationship Tree </a></td>
</tr>
<tr>
<td>
<div align="center"><strong>June 20 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#casemanagement" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_casemanagement?referer=');">Case Management with GoldMine Premium Edition</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>June 22 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#recordtyping" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_recordtyping?referer=');">GoldMine Record Typing </a></td>
</tr>
<tr>
<td>
<div align="center"><strong>July 06 2012</strong></div>
</td>
<td><a href="http://www.1stdirect.com/events/index.html#roadtosuccess" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/events/index.html_roadtosuccess?referer=');">Managing Failure on the Road To Success </a></td>
</tr>
<tr>
<td>
<div align="center"><strong>July 11 &amp; July 12 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#apworkshop" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_apworkshop?referer=');">Automated Processes Workshop - How to Build AP's </a></td>
</tr>
<tr>
<td>
<div align="center"><strong>July 19 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#GMSales" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_GMSales?referer=');">Seeing GoldMine Through The Eyes of a Sales Rep</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>August 01 2012</strong></div>
</td>
<td><a href="http://1stdirect.com/events/index.html#emailcenter" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_emailcenter?referer=');">Using the GoldMine Email Center</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>August 08 2012</strong></div>
</td>
<td><a href="http://www.1stdirect.com/events/index.html#dashboards" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/events/index.html_dashboards?referer=');">Time to Work Smarter, Not Harder, with GoldMine Dashboards</a></td>
</tr>
<tr>
<td>
<div align="center"><strong>August 22 2012</strong></div>
</td>
<td><a href="http://www.1stdirect.com/events/index.html#callcenter" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/events/index.html_callcenter?referer=');">Work The Phones All Day Long</a></td>
</tr>
</tbody>
</table>
<p>If there is a topic you would like to see presented at one of our upcoming training events,<br />
please let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/05/10/upcoming-sharpen-your-goldmine-knowledge-training-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture Your WebSite&#8217;s Form Submission Data into GoldMine Automatically!</title>
		<link>http://www.goldminesuccess.com/2012/05/10/capture-your-websites-form-submission-data-into-goldmine-automatically/</link>
		<comments>http://www.goldminesuccess.com/2012/05/10/capture-your-websites-form-submission-data-into-goldmine-automatically/#comments</comments>
		<pubDate>Thu, 10 May 2012 15:53:16 +0000</pubDate>
		<dc:creator>Jay Dymond</dc:creator>
				<category><![CDATA[Managing Smarter]]></category>
		<category><![CDATA[Marketing Better]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=2022</guid>
		<description><![CDATA[Wouldn’t it be nice if every time someone filled out a web form on your web site, the contact information was directly imported into GoldMine? Never re-key information again. TRY IT FOR YOURSELF Solidify your web marketing strategy and take advantage of the benefits associated with Internet marketing using GoldMine Web Import. Overview of GoldMine [...]]]></description>
			<content:encoded><![CDATA[<p>Wouldn’t it be nice if every time someone filled out a web form on your web site, the contact information was directly imported into GoldMine? Never re-key informat<img src="http://www.1stdirect.com/images/web_logo.jpg" alt="GoldMine Web Import Scripts" width="188" height="57" align="right" hspace="10" vspace="10" />ion again.<strong><br />
<a href="http://www.1stdirect.com/webimport_form.html" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/webimport_form.html?referer=');"><br />
TRY IT FOR YOURSELF</a></strong></p>
<p>Solidify your web marketing strategy and take advantage of the benefits associated with Internet marketing using GoldMine Web Import.</p>
<p><strong>Overview of GoldMine Web Import:</strong></p>
<p>With <strong>GoldMine's web import feature</strong> you can put the power of the Internet to work for you by capturing information from the Internet (such as Sales Leads and Customer Contact Information) and automatically create a contact record in GoldMine.</p>
<p>Then, you can unleash the power of GoldMine with <strong> <a href="http://www.1stdirect.com/automatedprocesses.html" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/automatedprocesses.html?referer=');">Automated Processes</a></strong>. Automatically send an e-mail, automatically trigger a drip marketing campaign, automatically schedule a follow up call! GoldMine Web Import frees you from time consuming "busy work" and allows you to focus on serving your customers and building your business.</p>
<p><a href="http://www.1stdirect.com/webimport.html" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/webimport.html?referer=');">CLICK HERE TO LEARN MORE...</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/05/10/capture-your-websites-form-submission-data-into-goldmine-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are You Happy With How Your Email Campaigns Look?</title>
		<link>http://www.goldminesuccess.com/2012/05/10/are-you-happy-with-how-your-email-campaigns-look/</link>
		<comments>http://www.goldminesuccess.com/2012/05/10/are-you-happy-with-how-your-email-campaigns-look/#comments</comments>
		<pubDate>Thu, 10 May 2012 15:48:14 +0000</pubDate>
		<dc:creator>Jay Dymond</dc:creator>
				<category><![CDATA[Marketing Better]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=2018</guid>
		<description><![CDATA[Whether it's email stationery for everyday correspondence or a monthly newsletter to keep your customers informed, we can create customized HTML email and newsletter templates that are professional and standards compliant and perfect for your businesses needs. Why Use Our HTML Email Design Services? Save Your Time First Direct Corp. can provide you attractive HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Whether it's email stationery for everyday correspondence or a monthly newsletter to keep your customers informed, we can create customized HTML email and newsletter templates that are professional and standards compliant and perfect for your businesses needs.</p>
<h3><strong>Why Use Our HTML Email Design Services?</strong></h3>
<h4><strong>Save Your Time</strong></h4>
<p>First Direct Corp. can provide you attractive HTML e-mail templates that you can use over &amp; over, so you can save time to focus on your message and copy. These communications can be added to your GoldMine Document Center so your GoldMine users can send out high impact communications quickly and easily.</p>
<h4><strong>Convert Your Existing Documents to HTML</strong></h4>
<p>Don't make the mistake of attaching files (PDF, Word, graphics) to your marketing emails. Converting your content to HTML, shrinks the size of your message, reduces SPAM blockage, and speeds up your communications.</p>
<h4><strong>Speedy Delivery &amp; Impeccable Quality</strong></h4>
<p>We can deliver a rough draft of your campaign to you in a relatively short time, usually 1-2 days. Secondly, we are fully committed to customer satisfaction. We are keen in meeting all our customers'' requirements to the last detail.</p>
<p><a href="http://www.1stdirect.com/htmlemails.html" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/htmlemails.html?referer=');">Click to learn more...</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/05/10/are-you-happy-with-how-your-email-campaigns-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IntelliClick Version 7.6 is here!</title>
		<link>http://www.goldminesuccess.com/2012/05/09/intelliclick-version-7-6-is-here/</link>
		<comments>http://www.goldminesuccess.com/2012/05/09/intelliclick-version-7-6-is-here/#comments</comments>
		<pubDate>Wed, 09 May 2012 18:16:14 +0000</pubDate>
		<dc:creator>Jay Dymond</dc:creator>
				<category><![CDATA[Selling More]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=2011</guid>
		<description><![CDATA[ IntelliClick Version 7.6 is here! In addition to performance improvements for email message merge and send, new features released in version 7.6 include: Reporting Dashboard - "Real Time Campaign Analytics" Get a "real time" snap shot of your tracked campaign results using the IntelliClick Dashboard. Drill down to those who are showing the greatest interest [...]]]></description>
			<content:encoded><![CDATA[<h2><strong> <a href="http://www.1stdirect.com/IntelliClick/index.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/IntelliClick/index.html?referer=');">IntelliClick Version 7.6 is here!</a></strong></h2>
<p>In addition to performance improvements for email message merge and send, new features released in version 7.6 include:</p>
<p><strong>Reporting Dashboard - "Real Time Campaign Analytics"</strong></p>
<p>Get a "real time" snap shot of your tracked campaign results using the IntelliClick Dashboard. Drill down to those who are showing the greatest interest in your campaigns. Once you update, follow the instructions provided in the IntelliClick User Quick Reference Manual on page 59 or <a href="http://www.intelliclicksoftware.net/1-1r-33" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.intelliclicksoftware.net/1-1r-33?referer=');">click here for instructions</a>.</p>
<p><a href="http://www.goldminesuccess.com/wordpress/wp-content/uploads/2012/05/IC_Dashboard_Visual.jpg"><img class="alignnone size-full wp-image-2012" title="IntelliClick Dashboards" src="http://www.goldminesuccess.com/wordpress/wp-content/uploads/2012/05/IC_Dashboard_Visual.jpg" alt="" width="500" height="343" /></a></p>
<p><strong>Resume Failed Or Suspended Campaign Send</strong></p>
<p>If during a send you should have a loss of connectivity to the Internet or something interfers with the email merge and send process, IntelliSend will now prompt you to resume the last send if it fails. This will automatically exclude all those who already have had emails sent to them and will proceed to deliver the remainder of the target group.</p>
<p>Other improvements to IntelliSend include the ability to now send, track and manage email address integrity for multiple GoldMine databases. You can now also flag to update hard bounce and unsubscribe email addresses from external files such as those generated from an email service provider.</p>
<p><strong>SQL Query Examples</strong></p>
<p>You now have access to SQL queries than can be used in GoldMine to help yo segment your audience based upon past campaign responses. These queries can be accessed from the IntelliClick Wizard under HELP | SQL QUERY EXAMPLES or these can be found in the User Quick Reference Guide beginning on pg. 62. You can then copy and paste any of these queries into the GoldMine to access the results.</p>
<p><strong>Data Integrity - Email Address Verfication &amp; Email Append Services</strong></p>
<p>IntelliClick offers new services to enhance our existing product features and make sure unsubscribes and hard bounce (undeliverable) email addresses are excluded from your email campaigns. In response to demand from our customers to help improve their email data integrity, we now offer email address verfication and append services. For questions or to arrange for a data file to be processed, please contact support.</p>
<p><strong>Email Address Verification</strong></p>
<p>To reduce hard bounce rates and increase the liklihood of good campaign delivery, you can now have your entire database of email addresses verified for deliverability. For as little as1¢ - 1.25¢ USD per email address, we will process a file of email addresses you provide in Excel or CSV format. Email addresses will be flagged if invalid or corrected where possible. The returned file can then be used to easily flag all undeliverable emails using the latest IntelliClick feature to flag GoldMine email addresses from the resulting file.</p>
<p><strong>Email Address Append</strong></p>
<p>The <a href="http://www.intelliclicksoftware.net/1-1r-33" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.intelliclicksoftware.net/1-1r-33?referer=');">Email Address Append service</a> helps to add email addresses to accounts where you have none. You simply provide an Excel or CSV file of contact information, including street address and this will be cross referenced against an email database of 400 million+ email addresses (B2C and B2B). Identified email addresses are contacted on your behalf to get permission to email to them and you only pay for email addresses that have not opted out. Cost ranges between 25¢ - 35¢ USD per appended email address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/05/09/intelliclick-version-7-6-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;You&#8217;ve Got Mail!&#8221; &#8211; Email Notification for GoldMine</title>
		<link>http://www.goldminesuccess.com/2012/04/12/youve-got-mail-email-notification-for-goldmine/</link>
		<comments>http://www.goldminesuccess.com/2012/04/12/youve-got-mail-email-notification-for-goldmine/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 18:15:34 +0000</pubDate>
		<dc:creator>Jay Dymond</dc:creator>
				<category><![CDATA[Marketing Better]]></category>
		<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1990</guid>
		<description><![CDATA[Would you like to be notified via a sound wave /audio file when new email arrives in GoldMine, just like AOL does with the "You've Got Mail!" voice.  It's quite simple to setup and will allow you to be notified of and respond to your incoming emails right away. The first thing you will need [...]]]></description>
			<content:encoded><![CDATA[<p>Would you like to be notified via a sound wave /audio file when new email arrives in GoldMine, just like AOL does with the "You've Got Mail!" voice.  It's quite simple to setup and will allow you to be notified of and respond to your incoming emails right away.</p>
<p>The first thing you will need is an audio file to be played when ever you receive new email. There are lots of them available for free on the internet. I used the famous AOL  audio file. "<a href="http://www.wavlist.com/event/001/youvegotmail.wav" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wavlist.com/event/001/youvegotmail.wav?referer=');">You've Got Mail!</a>" Once you have downloaded the file save it to your GoldMine  directory, or any where you choose.</p>
<p>Next Login to GoldMine and go to your Email Center.<br />
Right Click on your inbox and select Options &gt;&gt; Set up E-mail Rules<br />
In the Email Rules Center, in the left hand column, Right Click on Default and choose New &gt;&gt; New Rule</p>
<p>In the first field provide a unique name for this New Rule, I would suggest  "You've Got Mail".<br />
Then check the Incoming Email radio button<br />
now click Next &gt;</p>
<p>Check the "All of the following conditions must be true" radio button<br />
and then click the NEW button at the bottom</p>
<p>In the Mail Field drop down select To:<br />
and in the "Logical condition" drop down select Contains<br />
and the Value field will be your email address, for instance I entered @1stdirect.com</p>
<p>You might ask, why just the @1stdirect.com?</p>
<p>I receive email from several different email addresses into my GoldMine, so<br />
I am accounting for them all by putting just @1stdirect.com, you can do the same on your<br />
end or just put your full email address if you only have 1 email account.</p>
<p>Once you are done hit OK</p>
<p>Then hit the Next &gt; button</p>
<p>Now we are going to specify the action to take when the<br />
previous condition is met, ie, when we receive new email.</p>
<p>Click the New button<br />
In the "Action on Mail" drop down list, choose "Notify with a Sound"<br />
and then browse out to where you saved the <a href="http://www.wavlist.com/event/001/youvegotmail.wav" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wavlist.com/event/001/youvegotmail.wav?referer=');">You've Got Mail</a> audio file and select it.</p>
<p>Now hit Finish.</p>
<p>Last but not least, you will need to click  SAVE at the top of the Email Rules Center.</p>
<p>You should also check to make sure that you have your email account<br />
set to auto retrieve and auto delete your emails from the mail server. If you<br />
need help with that please contact First Direct Corp, for further assistance.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/04/12/youve-got-mail-email-notification-for-goldmine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.wavlist.com/event/001/youvegotmail.wav" length="12154" type="audio/wav" />
		</item>
		<item>
		<title>Using SQL Queries to Trouble Shoot GoldMine Automated Processes</title>
		<link>http://www.goldminesuccess.com/2012/03/30/using-sql-queries-to-trouble-shoot-goldmine-automated-processes/</link>
		<comments>http://www.goldminesuccess.com/2012/03/30/using-sql-queries-to-trouble-shoot-goldmine-automated-processes/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 15:38:57 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Selling More]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1985</guid>
		<description><![CDATA[If you're a GoldMine Administrator or someone who builds Automated Processes in GoldMine then you are bound to run into the need for the following: Finding all records in GoldMine that have any Automated Process attached Finding which records in GoldMine have a particular Automated Process attached. Finding which records in GoldMine have an Automated [...]]]></description>
			<content:encoded><![CDATA[<p>If you're a GoldMine Administrator or someone who builds Automated Processes in GoldMine then you are bound to run into the need for the following:</p>
<ol>
<li>Finding all records in GoldMine that have any Automated Process attached</li>
<li>Finding which records in GoldMine have a particular Automated Process attached.</li>
<li>Finding which records in GoldMine have an Automated Process waiting on a specific "Event."</li>
</ol>
<p>Here's an example and my explanation of a situation that presents the need for #3.  Suppose you're working on editing an existing Automated Process and you're changing an event.  Let's also say you know that that this process is already attached to records in GoldMine.  Any prior triggered events will not be effected by your changes, but any records that are up to and on the event that you're changing may be effected by your change.  So you want to know which records those are.  Therefore you need a way to find only those records that have that Process attached AND are on the event you're editing.  What's the way to do this?</p>
<p>GoldMine SQL Queries are the answer.  A query can list out all the records on this event.  The query statement can be written using the actual "event" description (name).  For purposes of writing any of these queries you need to know that "Automated processes are stored in the "contsup" table with "rectype=E" and the "Event" name is listed in the "contsupref."</p>
<p>Would you like an overview of the capabilities of Microsoft SQL Queries and Reporting Services for GoldMine?  Check our our <a title="SQL Queries and Reporting Services for GoldMine Software" href="http://1stdirect.com/events/index.html#sqlreportingservices" target="_blank" onclick="pageTracker._trackPageview('/outgoing/1stdirect.com/events/index.html_sqlreportingservices?referer=');">Sharpen Your Knowledge Training Event.</a>  (Note:  The events are run on a recurring basis so if you can't make a specific date just let us know you're interested and we'll notify you of a future date.)</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/03/30/using-sql-queries-to-trouble-shoot-goldmine-automated-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldMine Adminstrators &#8230; Do you have what it takes?</title>
		<link>http://www.goldminesuccess.com/2012/03/26/goldmine-adminstrators-do-you-have-what-it-takes/</link>
		<comments>http://www.goldminesuccess.com/2012/03/26/goldmine-adminstrators-do-you-have-what-it-takes/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 20:25:08 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Master Rights & Wrongs]]></category>
		<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1964</guid>
		<description><![CDATA[Do You Have What It Takes To Be The GoldMine Administrator? No one is more relevant to the success of your CRM system than the GoldMine Administrator!  These days, CRM software is an integral application that enables businesses to work more effectively as a team and improve productivity.  It’s easy to see why the CRM Administrator's [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Do You Have What It Takes To Be The GoldMine Administrator?</strong></p>
<p>No one is more relevant to the success of your CRM system than the GoldMine Administrator!  These days, CRM software is an integral application that enables businesses to work more effectively as a team and improve productivity.  It’s easy to see why the CRM Administrator's role is critical to ANY organization.</p>
<p>A CRM system affects many essential areas of an organization including but not limited to marketing, sales, and customer service.  The quality and usage of your CRM data has broad implications for the entire organization.   In order to choose a GoldMine Administrator (GA), you need to know the role and duties it takes to fulfill the job.  This requires that the administrator know many the aspects of the GoldMine application including but not limited to:</p>
<ul>
<li>Database Structure &amp; Functionality</li>
<li>User Properties &amp; Preferences</li>
<li>Designing Screens and Tabs</li>
<li>Configuring Functional Areas (e.g. Service Center, Opportunity &amp; Project Management, etc.)</li>
</ul>
<p>The Administrator should also be familiar with CRM Best Practices in areas such as:</p>
<ul>
<li>Mapping Business Process and Objectives into Design</li>
<li>Maintaining Data Integrity</li>
<li>Uses of Queries and Reporting</li>
<li>Applications for Automation</li>
<li>Adequate Resources and Application Updates</li>
<li>Establishing Internal Usage Protocols and Documentation</li>
<li>Training Needs</li>
</ul>
<p>Because the GA cannot succeed alone, they also should consider the areas of cooperation they must get from others such as:</p>
<ul>
<li>Corporate Support and Advocacy</li>
<li>Management Input, Usage, and Advocacy</li>
<li>User cooperation and diligence</li>
<li>Pitfalls and Common Issues</li>
</ul>
<p>CRM can be a competitive advantage in business!  The GoldMine Administrator has a tremendous effect on whether this happens for your organization.  The GA can only do their job properly if they are given the training and support they need to perform to the best of their abilities.</p>
<p>First Direct Corp. conducts a four-part web training series to help prepare GoldMine Administrators.  If you'd like to find out about this <a title="GoldMine Administrator Training Event" href="http://www.1stdirect.com/events/gmadminseries.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/events/gmadminseries.php?referer=');">click here.</a></p>
<p><strong> </strong><strong></strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/03/26/goldmine-adminstrators-do-you-have-what-it-takes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldMine 9.0.4 Released</title>
		<link>http://www.goldminesuccess.com/2012/03/09/goldmine-9-0-4-released/</link>
		<comments>http://www.goldminesuccess.com/2012/03/09/goldmine-9-0-4-released/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 14:51:13 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Master Rights & Wrongs]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1953</guid>
		<description><![CDATA[FrontRange Solutions (FRS) announced 3/8/12 the release of GoldMine Premium 9.0.4.  Here is a link to the all the Premium Release Notes posted on First Direct's site.  On FRS's cover to the announcement of the release they write and I quote, "As with all GMPE service packs, the biggest driver for GMPE 9.0.4 is product [...]]]></description>
			<content:encoded><![CDATA[<p>FrontRange Solutions (FRS) announced 3/8/12 the release of <a title="GoldMine Premium Product Page" href="http://www.1stdirect.com/goldmine/Premium/index.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/goldmine/Premium/index.html?referer=');">GoldMine Premium</a> 9.0.4.  Here is a link to the all the <a title="GoldMine Premium Release Notes" href="http://www.1stdirect.com/goldmine/Premium/releasenotes.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.1stdirect.com/goldmine/Premium/releasenotes.html?referer=');">Premium Release Notes</a> posted on First Direct's site.  On FRS's cover to the announcement of the release they write and I quote,</p>
<p><strong><em>"As with all GMPE service packs, the biggest driver for GMPE 9.0.4 is product quality. This release contains over 30 fixed issues for improved product stability and quality, as well as support for GoldMine Mobile Edition 9.0."  </em></strong></p>
<p><strong>IMPORTANT:</strong></p>
<p>While I certainly agree that this release has many important fixes, I have to say that First Direct has identified what we believe that FRS has also introduced a new very significant issue with Automated Processes.  If your firm uses GoldMine's Automated Processes (AP) feature, then I recommend you DO NOT implement 9.0.4 until you hear me say it is addressed!   This issue was reported immediately to FRS and FRS has acknowledge the issue and it has been submitted to development to fix it.</p>
<p>AP <em>Issue Update - 3/30/12:  FRS has identified the root cause of the issue and have addressed it in the hotfix.  Their testing shows that the hotfix does indeed correct the issue.  First Direct has also tested.  FrontRange reported that they expect to have a new public release with this fix in approx. a week.  As soon as it is released First Direct will install it, test it, and I will update this post.</em></p>
<p><em><strong>4/18/12 - NEW BUILD IS OUT! </strong> FrontRange has released the fix in an updated release 9.0.4.46!  Release notes will be posted to the link above as soon as I can get my hands on them (by 4/20).<br />
</em></p>
<p><strong>Speaking My Mind - by Bob Ritter, President of First Direct Corp.:</strong></p>
<p>It is more common than I would like it to be that these releases take "2 steps forward and 1 step back."  Nonetheless, it is still good for there to be forward momentum.  FRS must keep moving the product forward, and we all must <strong>keep the pressure on FRS for greater R&amp;D and product quality</strong>.  GoldMine is a great product that has many advantages over other solutions, but it also needs significant improvements and that will take FrontRange Solutions' investment and commitment.  Partners like First Direct Corp. and customers/users such as you play an important role.  We all need to speak up in an effort to encourage that from FRS!   If you own GoldMine and you want it to be a better CRM product, write the manufacturer with your thoughts, ideas, and concerns.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2012/03/09/goldmine-9-0-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

