You need to sign in to do that
Don't have an account?

Howto: 2.5 Create custom object and add fields to it?
Using sforce 2.5, I understand how to create instances of custom objects once they are defined, but is it possible to create the actual classes with their fields using the sforce 2.5 API? I know that I can create custom classes and fields for those classes using the sforce UI, but it is definitely not scalable to require all users to do this.
So how does Saleforce.com recommend that we deploy solutions that use custom fields and objects?