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
RamyaKrishnaRamyaKrishna 

Retrieve() method for retrieving data from MetaDataAPi

Hi,

 

How can i use retrieve() method to access the data from Metadata API?

 

Ankit AroraAnkit Arora

Are you taking about this :

 

sObject[] result = connection.retrieve(string fieldList, string sObjectType, ID ids[]);

 

Here is the reference : http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_retrieve.htm

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page