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
beenerbeener 

Describing Database for development

Dear all.

 

I am attempting to create documentation of my database, so that I can send to developers who are not familiar with Salesforce.

 

I would like to create a list of all fields with their properties (Field type, mandatory or not, formula, etc).

 

I would hope to have this in PDF format or similar.

 

I am aware that SoqlX may be a possible solution, but I don't have a mac.

 

I have tried to see if I can see the schema (perhaps as XML) using Force.com ide, but I could not.

 

Any ideas?

 

Thanks,

 

Ben 

aalbertaalbert

You can see your org's schema using the Force.com IDE. Open your IDE project and look for the "salesforce.schema" file in your Force.com Project. Open that up and the right-hand side does a full describe of your schema (standard and custom objects).

 

This app also has some cool features to extract your schema.