Extracting Schemas from SalesForce
It took me way too long to figure out how to get SalesForce to export schema information on an object. It seemed so tantalizingly easy – the salesforce.schema file is right there in the IDE but it’s a placeholder for a dynamically updated widget…that won’t export the XML it clearly contains.
So, I learned about Maps, [...]