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
HEWHOSEEKSHEWHOSEEKS 

How to get schema object details like created date and last modified date?

Hi I am trying to get details on all the custom fields of an object like the create date and last modified date of the custom field, can this be done and reported on?

IspitaIspita

Hi,

Have you tried the new feature of salesforce "Schema Builder".

  • Use either "Schema builder"
  • Checkout your org in ecllipse with full metadata and the object  xml-metadata files will be able to give you all details about the field.
  • Also "SF Explorer" too can aid you in this.

Hope this helps....

 

 

pjcloudpjcloud

The new schema builder looks like it will be cool, eventually. But I still find it a bit clunky and needing refinement.

 

If I want to quickly inspect the schema of a given org/object, I've started using the workbench.

 

Info page found here:

http://wiki.developerforce.com/page/Workbench