vote up 1 vote down star

I have been looking for a decent guide to salesforce.com's SOQL query language and a schema for their tables but I can't find anything that is remotely decent. Does anyone know how I would go about getting docs?

flag

61% accept rate

3 Answers

vote up 3 vote down check

I have a good book on this subject sitting on my desk at work, Unfortunately I'm currently at home. As soon as I get to work tomorrow morning (UK), I'll edit this answer to give details.

This book is called force.com Cookbook, published by Salesforce itself. It's available for free at that link. Here are the chapter titles:

  • Getting Started
  • Developing On-Demand Apps
  • Best practices for Writing S-Controls
  • Best practices for Writing Apex
  • Searching and Querying Data
  • Improving Data Quality
  • Customizing Buttons and Links
  • Customizing Salesforce Pages and Fields
  • Integrating with Other Services
  • Writing Web Controls and Client Applications
  • Debugging S-Controls and Apex
  • Packaging an App for the AppExchange
  • Getting Started with VisualForce

The book has dozens of SOQL examples and discussions, in fact a bit too code-heavy in places. But I learnt a lot of good stuff.

For raw details about your specific Salesforce schema (each one is customised), you should look at the WSDL that's generated for you. I've also used a couple of the apps shown here.

link|flag
I would be eternally grateful and, at risk of having paid the ferryman, I have voted you up. I too am in the UK, so tomorrow is fine. – Simon Nov 20 '08 at 23:01
I hope that was enough. If so, you're allowed to mark my answer as "accepted" :-) – RoadWarrior Nov 21 '08 at 10:16
vote up 0 vote down

If you have any specific questions about SOQL that don't get answered here, you can check out the developer discussion boards at: http://community.salesforce.com/sforce?category.id=developers

link|flag
vote up 1 vote down

The Salesforce.com Web Services API Docs contains the reference docs for SOQL, has lots of samples. [http://www.salesforce.com/us/developer/docs/api/index_Left.htm#StartTopic=Content/sforce_api_calls_soql.htm][1]

[1]: http://www.salesforce.com/us/developer/docs/api/index_Left.htm#StartTopic=Content/sforce_api_calls_soql.htm SOQL Reference

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.