« April 2008 | Main | June 2008 »

May 2008 Archives

May 8, 2008

'Alarms Your Way' For Getting Things Done On Time

Alarms in GoldMine are great!  They remind us to make our calls, show up on time for appointments, and get things done!

GoldMine Alarm Pic
 
When scheduling an activity with an alarm, you’ll notice GoldMine sets the default “Alarm Lead Time” to 10 minutes before the activity is set to occur.  This can be changed on an activity-by-activity basis but you also have the ability to change the default lead time.

Alarm Scheduling Time
 
Go to Tools | Options (Edit | Preferences in GoldMine 7 & Below) and select the Alarms tab and change the Alarms default lead time to whatever suites you!
 
Default Lead Time Setting

 

P.S. - For All The Moms Out There!

 

Mothers Day
 

 

May 19, 2008

Free Workaround for Macros Not Executing in Premium Edition

If you were use to kicking off Automated Processes or some other automated set of keystrokes upon first logging into GoldMine, you'll realize quickly that stopped working in GoldMine Premium Edition.

... you'd use something like k:\goldmine\gmw.exe /u:user /p:password /m:macronumber

Here's a free way to get around that.  

Open up Notepad and copy and paste this code:

Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run "k:\goldmine\gmw.exe /u:username /p:password"
Do Until Success = True
    Success = objShell.AppActivate("GoldMine")
    Wscript.Sleep 1000
Loop
objShell.SendKeys "{ENTER}"
WScript.Sleep 30000
objShell.SendKeys "%T"
WScript.Sleep 1000
objShell.SendKeys "E"
WScript.Sleep 1000
objShell.SendKeys "S"

Then save the file as "launchgm.vbs".  Double-clicking on it or putting it in your Windows Startup folder will launch GoldMine, login, wait 30 seconds, then type Alt-T, wait 10 seconds, type E, wait 10 seconds then type S.  

 

About May 2008

This page contains all entries posted to The GoldMine Blog - Tips, Tricks & More in May 2008. They are listed from oldest to newest.

April 2008 is the previous archive.

June 2008 is the next archive.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type 3.34