You need to sign in to do that
Don't have an account?

Urgent: About sforce API?
Hi,
I have downlaoded "sforce_API_developer_guide"... however, this api is not enough for me to develop application since there has missing fields I need.
For example, I want to access "Account" detail, then I need to know what information can I get, like "Account ID", "Account Name", etc........
If I want to get the ID, then I need "getID". If I need Account Name, then I need "getName", etc....
However, that API didn't provide the enough information for me to get detail. Please let me know where can I find the api include all the things I need.
Thanks,
Daniel.
Have you taken a look at the Java sample? That will also show you how to do it.
You are looking for a clearing listing of the standard objects/fields? Or am I missing something else?