Adimpact.com

From the monthly archives:

March 2007

Ever find yourself wanting to email a large file and either you can't send or the recipient can't receive?  Here's a great, and free, way to get around that.

Just point your browser to:  http://www.transferbigfiles.com

 


Hot off the presses!  GoldMine 6.70.70226 has been released.  This should fix the problem with disapearing history and provide Internet Explorer 7.0 compatibility.

I haven't seen an announcement from FRS but it's now available on the Partner Site, which, usually, means that it will be in General Availibility and available via Net Update very soon… 

I have not had a chance to test.  I'd let this sit for a week so someone else can find any new bugs and if the coast is clear and you're entitled to the update then upgrade.

One change that came up in testing was that Web Import now requires a password.  If you're using GoldMine's Web Import be sure you change your web import setup before upgrading! 

 

GoldMine Blog Notification Form

This isn't really GoldMine related, but it seems like a very nice, and, free service so I'm passing it on.  Very similar to Gotomypc, but without the monthly charge for the basic package…

Visit them at:

http://www.logmein.com

I've only been trying them out for a few days so if anyone has any comments, let us know!

Happy GoldMining,

Chad 

 

GoldMine 6.70.61214 brought Internet Explorer 7.0 compatibility to GoldMine.  It also brought a nasty bug.  If you complete an unscheduled activity, e.g. select Complete | Unscheduled Call or Complete | Pending Activity from the main menu you’ll find that the activity will often simply ‘disappear’.

Not Good.

Thework-around is to schedule a ‘dummy’ activity for every contact record.  A contact with an activity pending will not be subject to the above problem.  We can do this by scheduling any sort of an activity to the entire database.

I’ve scheduled an activity to the ‘Master’ user to overcome the bug for clients.  After an update to GoldMine 6.70.61214 is released, we can use the Auto-Update feature in the Activity List to delete all ‘dummy’ activities. 

Rolling back to GoldMine 6.70.50123 is also an option, however, since the new build of GoldMine, probably, 6.70.70226, will be released soon that will fix the problem, this is probably a good work-around at this time unless you're seeing additional problems.

PS – Since most of you are probably not using this release of GoldMine this is a non-notify post.

To promote upgrades from GoldMine Standard Edition to GoldMine Corporate Edition, an existing GoldMine Standard Edition customer who is current on their UPP subscription may upgrade to Corporate Edition for $399 per seat, representing a $50 saving.  In addition, an existing GoldMine Standard Edition customer who upgrades and adds additional licenses of GoldMine Corporate Edition can do so at the same price of $399. 

Offer expires on April 30, 2007.   

Maintenance is based on list price and is required and payable on all licenses.

GoldMine Blog Notification Form

… not a pleasant thought, eh?

Fortunately, though, if you use GoldMine forgetting about, and then loosing, an important customer because you ‘forgot’ about them is easy to avoid.

Here’s a SQL Query that will show us all clients that have no history this year:

select contact1.company, contact1.contact, contact1.phone1, contact2.lastconton
from contact1, contact2
where contact1.accountno = contact2.accountno and
contact1.accountno not in (select accountno from conthist where ondate >= ’1/1/2007′) and
contact1.key1 = ‘Client’ and
contact1.key4 = ‘Chad’
order by company

To use this, from GoldMine’s main menu choose Lookup | SQL Queries then Copy & Paste the above in the top section then click Query.

There are a couple of tweaks that you may want to make so this work optimally on your system.

First, the contact1.key1 = ‘Client’. My GoldMine is configured so the Key1 field, normally located at the top of the lower-right quadrant, denotes client, prospect, etc. You may want to change that to the field you use and/or the correct nomenclature, e.g. client, customer, etc.


Second, the contact1.key4 = ‘Chad’. My GoldMine is configured so the Key4 field, normally located in the 4th position in the lower-right quadrant, denotes the account manager. You may want to change that to the field you use and/or correct nomenclature.

Also, you may want to change the date, you can use any date in there that makes sense.

For more information on saving queries, using queries to make groups, etc. check out The GoldMine Guide to SQL Queries at http://www.goldmineguidetosqlqueries.com/

GoldMine Blog Notification Form

{ 1 comment }

Today, FrontRange Solutions has announced the acquisition of Enteo, a German software company specializing in PC Life Cycle Management and Citrix Management solutions.  This will augment their HEAT and ITSM product lines.  Probably won't have much affect on the GoldMine world. 

More information is available from FrontRange at http://www.frontrange.com/micro.aspx?id=4540