Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Completed Projects in Crystal Reports

Status
Not open for further replies.

ksanim

Programmer
Joined
Jul 4, 2003
Messages
26
Location
US
I've created a Crystal Report file which prints information about Goldmine projects. However, the report didn't print anything about a closed project I have in Goldmine. The report consists of the following table links:

Contact1->OpMgr through AccountNo.
OpMgr->OpMgrTask(OpMgr alias) through OPID
OpMgr->OpMgrContact(OpMgr alias) through OPID

Below is the record selection criteria I implemented in Crystal Reports:

OpMgr.Rectype='P'
OpMgrTask.Rectype='PT'
OpMgrContact.Rectype='PC'

I would like some suggestions on how to retrieve Goldmine projects which have been closed.

Thanks.
 
Hi

With GoldMine 6.x the Projects completion has changed:

Rectype changes from 'P' to 'PZ', as well as the Stage changing to '(Close)'







Robert Colborne
CRM Solutions with GoldMine and HEAT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top