• BWM
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
I followed the instructions for installing the Google Maps s-Control perfectly. I am getting lat and lon data populated into my enterprise edition org; however, I'm getting a "0 records mapped" message. When I turned on diagnostics... I get the following errors which repeat for each record. What is the story with this?

The query located 16 records.
Using google scraping...
Skipped geocoding, probably more than one result.
  • February 05, 2006
  • Like
  • 0

I am trying to write a SOQL query that returns all Contacts associated with Accounts that meet a certain criteria (Type = 'Prospect')

 

Select * from Contact where AccountID = ???? where Account.Type = 'Prospect'

I'm stuck on the  part with the ???? and also not sure if I'm referencing the "type" field on Account correctly.

Any ideas?

  • February 26, 2005
  • Like
  • 0