Skip to content

salesforce.com Schema Export

jwiesel edited this page Feb 21, 2016 · 9 revisions

ExcelExportIcon

About

The sfdcCommander can create a complete overview of the object configuration of your Salesforce.com Orgs.

How to use

The overview is created by executing the --renderxls command or by selecting action Export Schema in the user interface.

Example:

java -jar sfdcCommander.jar --renderxls -c config/SampleOrg.properties

It will create a folder structure below the directory defined in property xls.path of the sfdcCommander configuration file.

############ Basic Properties ##########
sf.systemname = MyDevelopmentOrg
############ Rendering Properties #######
xls.path = c:/xls-schema/

For each meta data type, a separate subdirectory is created and for each meta data object, a separate Excel-file with the name of the meta data object is created (e.g. objects/Account.xls). The file contains all field-configurations of the sObject. This can be especially helpful, if you want to store technical schema documentations, create mappings for interface-design or need to exchange schema information.

Clone this wiki locally