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
SudarshanSudarshan 

Salesforce Object fields metadata

Hi There,

 

     I need objects fields ( field ID, created by and modified by) etc. I looked at the meta data API and did not see these elements . I was wondering if there is a way to get this data values.

 

Thanks

TehNrdTehNrd

I'll be the bearer of bad news. Today you can't access these fields with dynamic apex.

SudarshanSudarshan

Can we get this information using the meta data wsdl?

RamyaKrishnaRamyaKrishna

Hi,

 

How can i access the data from the Metadata API of salesforce with in apex class?

RamyaKrishnaRamyaKrishna

This can be possible by using Force.com IDE or either java/.net clients.

go through the sample code given in Metadata API.