1
vote
Does anyone know of a good salesforce.com SOQL resource?
The Salesforce.com Web Services API Docs contains the reference docs for SOQL, has lots of samples.
…
1
vote
Does anyone know if the crossdomain policy file at salesforce.com has changed?
You have to make sure to load the policy from the /services tree, the default policy at the root won't help you. You need to load this policy https://www.salesforce.com/services/crossdomain.xml …
2
votes
Secret key authentication in salesforce.com
Rather than trying to track it on the salesforce side, have the salesforce side send the users sessionId to your webservice, you can then use the API to validate that sessionId get details about th …
