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
erueru 

Can I use or refer custom labels through API?

Hi.
I would like to use custom labels from DataLoader or Office toolkit.

Can I use or refer custom labels through API?

 

Best Answer chosen by Admin (Salesforce Developers) 
NasipuriNasipuri

Hi,

 

You can use meta data API in very similar way as your Force.com web services API .

 

For detail about the implementation please refer to the developers guide,  where you will get sample code in JAVA and C#

 

http://www.salesforce.com/us/developer/docs/api_meta/api_meta.pdf

 

Thanks and Regards,

Dinesh

All Answers

NasipuriNasipuri

Custom label are not accessible through the Data Loader . This is not part of the partner wsdl or entrprise wsdl either.

 

You can get access of the Custom label through the META DATA API.

 

Thanks and Regards,

Dinesh Nasipuri

dinesh.nasipuri@gmail.com

erueru

Thanks.

 

additional question ok?

How can I use the META DATA API.

 

NasipuriNasipuri

Hi,

 

You can use meta data API in very similar way as your Force.com web services API .

 

For detail about the implementation please refer to the developers guide,  where you will get sample code in JAVA and C#

 

http://www.salesforce.com/us/developer/docs/api_meta/api_meta.pdf

 

Thanks and Regards,

Dinesh

This was selected as the best answer
erueru

Thanks a lot.

I'll read developers guide.