function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John.ax8John.ax8 

Looking for describe samples

I'm a newbie and using the vb.net (Soap calls) samples to get data in salesforce.

I can login and do searches on accounts, contacts, and opportunities.  Now I need to get fields data.

Do I start with a describe function? I do a  call below, but need to know how to parse the response.

sForce.describe("account")

Then I need to query for fields data. 

Any help is appreciated.

DevAngel2DevAngel2

Hi John,

Check out the samples in the resource center.  There is one called "data model viewer" that exercises the describe call extensively.

Message Edited by mike kreaden on 07-09-2003 02:42 PM

John.ax8John.ax8

I missed that sample.

Thanks