-
Notifications
You must be signed in to change notification settings - Fork 5
salesforce.com Schema Export
The sfdcCommander can create a complete overview of the object configuration of your Salesforce.com Orgs.
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.