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?
|
|
|
|
|
|
|
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:
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. |
||||
|
|
|
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 |
||
|
|
|
|
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 |
||
|
|
