• neilatklcg
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies
I know this has to be documented somewhere, but I don't see it in the Web Services api documentation, samples or anywhere in this forum. But I SWEAR I looked.

I want to do the most generic query on the sforce types: returning all the complete objects. I want to do the equivalent of select * from Contacts (or possibly returning complete objects: select from Contacts). All I see are queries that require fieldlists, and I don't want to have to list them all since I need the complete object.

There must be a way to do this. Can someone please point me in the correct direction?

Thanks in advance.
I know this has to be documented somewhere, but I don't see it in the Web Services api documentation, samples or anywhere in this forum. But I SWEAR I looked.

I want to do the most generic query on the sforce types: returning all the complete objects. I want to do the equivalent of select * from Contacts (or possibly returning complete objects: select from Contacts). All I see are queries that require fieldlists, and I don't want to have to list them all since I need the complete object.

There must be a way to do this. Can someone please point me in the correct direction?

Thanks in advance.