Castell Computers

January 30, 2008

Webinar: Keeping GoldMine’s data clean with MasterMine and MasterMine Updater

by @ 9:42 pm. Filed under General, CRM, GoldMine, Technology, Opinion

Join me tomorrow afternoon (January 31st) at 1:30 PM PST as I sit in on a free one-hour online webinar that’ll show you how a GoldMine add-on tool called MasterMine can help to beat the age-old problem that plagues so many CRM systems today…dirty data.

If your company is struggling with GoldMine’s data hygiene, you can’t afford to miss this session!

Register here.

Hope to see you there!

January 6, 2008

Tame the GMPE Recently Viewed Lists

by @ 12:35 pm. Filed under General, CRM, GoldMine, Technology, SQL

The Recently Viewed Items list is a great new feature of GoldMine Premium. It’s a feature I have wanted for so long that I actually wrote something similar into my Search4GM tool years ago. GoldMine Premium Edition, however, takes the concept a step further. It tracks the last fifty records you visited in other areas as well. You can backtrack through contacts, campaigns, opportunities, service tickets, knowledgebase articles and more!

It’s a handy feature, but it’s been known to cause a bit of a performance hit when the Recently Viewed lists get long. There’s no way to tame this feature from within the GoldMine interface, but if you’ve got the MSSQL Management Studio (or the Express version of the same tool) you have all you need to get it done.

Of course, all due caution should be observed before undertaking such steps as you could possibly corrupt your database or confuse your cat with this stuff. Seriously, backup the database first (or ask whoever’s in charge of such things to do so)

1. Fire up Management Studio and expand down to the GoldMine database level.

2. Hit the ‘New Query’ button on the toolbar.

3. Paste the following query (with your upper-cased GoldMine username in there instead) into the window on the right.

update history set cnt=10 where userid='DOUG'

4. Hit the ‘Execute’ button.

That’s it! Head back to GoldMine and look up a contact not already on your recently viewed items list and go to it. Stay there for a few seconds and you should see your list decrease down to only ten contacts. The same behavior will occur as you visit other areas of GoldMine and refresh the Recently Viewed lists there.

Worth mentioning is that you could choose any number. I chose ten in my example to make it obvious. In practice, I prefer to keep my Recently Viewed lists at twenty-five items.

So the query for that would be:

update history set cnt=25 where userid='DOUG'

Heck, you might even want to make this change globally for all of your users at the same time. To do so, use this query:

update history set cnt=25

Castell Computers

links:

categories:

search site:

getting help:

request immediate remote desktop support:
Request Remote Desktop Support NOW

call 310.601.4738








e mail Doug

Send a Yahoo Instant Message

Send an ICQ instant message

Send an AOL Instant Message

login:

poll:


Poll Archives

RSS feeds:

email alerts:

SubscribeNew!

commenting:

buttons:

FrontRange Premier Partner

GoldMine

W-Mobile

MasterMine

View Doug Castell's profile on LinkedIn

Add to Technorati Favorites

Valid XHTML 1.0 Transitional

Creative Commons Attribution-Noncommercial-Share Alike 3.0 License

pspad

hacker glider

Pay for services with Paypal

33 queries. 0.121 seconds