Log in Register FAQ Memberlist Search ContactReview Forum Index
A GoldMine Discussion and Support Community

ContactReview Forum Index » GoldMine 8 - 2019 (Premium Edition) » Cal fields merging with word
Post new topic  Reply to topic View previous topic :: View next topic 
Cal fields merging with word
PostPosted: Wed Mar 04, 2009 2:22 pm Points: 0 Reply with quote
njacque84
n00b
Joined: 03 Mar 2009
Posts: 3
Location: California




Can you merge cal fields into a word document and how? Question
I am running Premium Edition 8.03 and Word 2003

_________________
Jacqueline Nelson
View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Wed Mar 04, 2009 5:47 pm Points: 0 Reply with quote
DougCastell
GoldMine Guru
Joined: 15 Jun 2006
Posts: 1639
Location: Los Angeles, CA




No, but you could possibly get what you're looking for in a Crystal report. What are you hoping to do with the resulting output?

_________________
Doug Castell

GoldMine Sales and Support:
http://www.castellcomputers.com/
office: (310)601-4738
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

PostPosted: Wed Mar 04, 2009 6:20 pm Points: 0 Reply with quote
bgannett
GoldMine Guru
Joined: 07 Sep 2007
Posts: 1820
Location: Pacific NorthWest




You could use SQL Queries to get the data out to Word or Excel. I agree with Doug's question, i.e., what are you going to do with the results.

_________________
Bob Gannett
253-627-2244
goldsupport@harbornet.com
*** Providing AFFORDABLE GoldMine Supportsince 1990
View user's profile Send private message

PostPosted: Wed Mar 04, 2009 6:20 pm Points: 0 Reply with quote
njacque84
n00b
Joined: 03 Mar 2009
Posts: 3
Location: California




I'm trying to create a sales letter with the Cal fields. Were trying to use the scheduling of an apt in which the info would merge into a sales letter. Alarmdate, actvcode, alarmtime and user. We use crystal reports but have found it quite difficult when trying to use it for only one contact.

_________________
Jacqueline Nelson
View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Wed Mar 04, 2009 6:32 pm Points: 0 Reply with quote
BobTaylor
GoldBox Guru
Joined: 07 Sep 2007
Posts: 1216
Location: Jacksonville, FL




GoldMine's word processing merges are tied closely to the capabilities of its Word Templates, and they generally do not permit inclusion of related record data into the merge. (A partial exception is Detail records, but that won't help with this).

I believe OmniRush may have some capabilities in this area. So does GoldBox. I believe a 3rd party product of some sort will be required to make this happen.

_________________
Bob Taylor
Bob Taylor Consulting
(904)646-9861
www.goldboxbob.com
Consulting with GoldBox and GoldMine since 1997.
View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Wed Mar 04, 2009 10:02 pm Points: 0 Reply with quote
DougCastell
GoldMine Guru
Joined: 15 Jun 2006
Posts: 1639
Location: Los Angeles, CA




how about a GoldMine contact report?

_________________
Doug Castell

GoldMine Sales and Support:
http://www.castellcomputers.com/
office: (310)601-4738
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

PostPosted: Thu Mar 05, 2009 12:30 am Points: 0 Reply with quote
BobTaylor
GoldBox Guru
Joined: 07 Sep 2007
Posts: 1216
Location: Jacksonville, FL




I can recall trying that years ago, Doug. Not impossible, but the more there is to the letter, the more difficult it is to get all the text properly aligned, with respect to the inserted field data. Maybe worth a try, for a very short letter. GoldMine's reports are definitely lacking in word processing features.

_________________
Bob Taylor
Bob Taylor Consulting
(904)646-9861
www.goldboxbob.com
Consulting with GoldBox and GoldMine since 1997.
View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Thu Mar 05, 2009 6:01 am Points: 0 Reply with quote
DJ
GoldMine Guru
Joined: 29 Jun 2006
Posts: 2055
Location: Fitchburg, MA, USA




If I'm reading this thread correctly, I'm going to disagree with everyone. I merge Cal fields into my e-mail templates and Word Templates daily. Sometimes two or three times a day, but you can only do this as one offs. Here is the syntax for one of my E-mail Templates:

You have been scheduled for a session with: <<Cal->UserID>>

If necessary he will be calling you using: <<&Phone1>>

Meeting Date:

<<wdate(Cal->OnDate, 3)>>

Meeting Time:

Eastern:

<<iif(left(Cal->OnTime, 2)>"12", alltrim(str(val(left(Cal->OnTime, 2))-12))+right(alltrim(Cal->OnTime), 3)+"pm", alltrim(Cal->OnTime)+"am")>>

Central:

<<iif(left(Cal->OnTime, 2)>"13", alltrim(str(val(left(Cal->OnTime, 2))-13))+right(alltrim(Cal->OnTime), 3)+"pm", IIF(padl(alltrim(str(val(left(Cal->OnTime, 2))-1)), 2, [0])=[12], padl(alltrim(str(val(left(Cal->OnTime, 2))-1)), 2, [0])+right(alltrim(Cal->OnTime), 3)+"pm", padl(alltrim(str(val(left(Cal->OnTime, 2))-1)), 2, [0])+right(alltrim(Cal->OnTime), 3)+"am"))>>

Mountain:

<<iif(left(Cal->OnTime, 2)>"14", alltrim(str(val(left(Cal->OnTime, 2))-14))+right(alltrim(Cal->OnTime), 3)+"pm", IIF(padl(alltrim(str(val(left(Cal->OnTime, 2))-2)), 2, [0])=[12], padl(alltrim(str(val(left(Cal->OnTime, 2))-2)), 2, [0])+right(alltrim(Cal->OnTime), 3)+"pm", padl(alltrim(str(val(left(Cal->OnTime, 2))-2)), 2, [0])+right(alltrim(Cal->OnTime), 3)+"am"))>>

Pacific:

<<iif(left(Cal->OnTime, 2)>"15", alltrim(str(val(left(Cal->OnTime, 2))-15))+right(alltrim(Cal->OnTime), 3)+"pm", IIF(padl(alltrim(str(val(left(Cal->OnTime, 2))-3)), 2, [0])=[12], padl(alltrim(str(val(left(Cal->OnTime, 2))-3)), 2, [0])+right(alltrim(Cal->OnTime), 3)+"pm", padl(alltrim(str(val(left(Cal->OnTime, 2))-3)), 2, [0])+right(alltrim(Cal->OnTime), 3)+"am"))>>

Not To Exceed:

<<ltrim(str(int(Cal->Duration/60)))+[ hr ]+ltrim(str((Cal->Duration/60-int(Cal->Duration/60))*60))+[ min]>>


Reference: <<Cal->Ref>>

<<Cal->Notes>>


Here is the result of using this template:

You have been scheduled for a session with: DJ

If necessary he will be calling you using: (757)255-4171

Meeting Date: Wednesday, March 04, 2009

Meeting Time:
Eastern: 3:00pm
Central: 2:00pm
Mountain: 1:00pm
Pacific: 12:00pm

Not to Exceed: 2 hr 0 min

Reference: DJ | TS | Ronald Client | N | 3:00pm Eastern Time

===============================================
Product: GoldMine
.
Short Description: putting Goldmine back on a workstation
.
Priority: Normal
.
With: DJ Hunt
.
Meeting Start: 03:00pm
.
Meeting End: 30 Minutes
.
Meeting Date: 04/04/2009
.
Issue: D-j I need to setup Goldmine backup on my workstation. I had to change a hard drive
===============================================


So you see that this can be done. The key is positioning, and timing. Display the record. Create a Calendar activity, and immediately click on the E-mail hotlink of the record. Pick your preconfigured template, and voila. If it doesn't work the first time, and it usually does for me, then Edit the Subject line of the activity and try again.

_________________
DJ Hunt

Phone: (978)342-3333
Email: DJ@DJHunt.US

GoldMine Premium - The Defintive Guide
One-on-One GoldMine Technical Support ( Fee Based )
www.DJHunt.US
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

PostPosted: Thu Mar 05, 2009 6:08 am Points: 0 Reply with quote
BobTaylor
GoldBox Guru
Joined: 07 Sep 2007
Posts: 1216
Location: Jacksonville, FL




Thanks, DJ. I had gotten the idea that merging to Word depended on the macros, even for one-offs. Apparently, that's incorrect.

_________________
Bob Taylor
Bob Taylor Consulting
(904)646-9861
www.goldboxbob.com
Consulting with GoldBox and GoldMine since 1997.
View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Thu Mar 05, 2009 6:45 am Points: 0 Reply with quote
DJ
GoldMine Guru
Joined: 29 Jun 2006
Posts: 2055
Location: Fitchburg, MA, USA




You're welcome.

_________________
DJ Hunt

Phone: (978)342-3333
Email: DJ@DJHunt.US

GoldMine Premium - The Defintive Guide
One-on-One GoldMine Technical Support ( Fee Based )
www.DJHunt.US
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

PostPosted: Mon Mar 16, 2009 12:46 pm Points: 0 Reply with quote
PaulR
n00b
Joined: 16 Oct 2006
Posts: 6
Location: UK




Hi DJ

Cannot remember, when you do this are the fields locked in the document or do they change to the currently selected Cal if you reopen it?

Paul
---------------------
Paul Redstone
Solica Consulting - Developers of Details Plus, Scanner Plus and other great GoldMine add-ons.
New: Paribus de-duping and matching for GoldMine.
www.solica.com. Also has free add-ons, including FixCal.

_________________
Paul Redstone
Solica Consulting
www.solica.com
View user's profile Send private message

PostPosted: Tue Mar 17, 2009 4:52 am Points: 0 Reply with quote
DJ
GoldMine Guru
Joined: 29 Jun 2006
Posts: 2055
Location: Fitchburg, MA, USA




Once the template is populated, they are locked.

_________________
DJ Hunt

Phone: (978)342-3333
Email: DJ@DJHunt.US

GoldMine Premium - The Defintive Guide
One-on-One GoldMine Technical Support ( Fee Based )
www.DJHunt.US
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

Cal fields merging with word
  ContactReview Forum Index » GoldMine 8 - 2019 (Premium Edition)
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 7 Hours  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  


Brought to you by Castell Computers, Doug Castell, Admin
RSS Feed
Powered by phpBB © 2001-2004 phpBB Group
Theme created by Vjacheslav Trushkin