[SalesForce] Deploy custom fields from one Org to another Org

I only want to deploy custom fields of an object from One Org to another Org.Both Orgs are not related to each other.This Object has both managed package fields and some custom fields.I only want the custom fields to deployed.

For this I have created a project in an eclipse and added the object to it.But when I added the object to eclipse all components of object(record types,managed fields,custom fields,validation rules,search layouts) is added to eclipse.I don't see a way to select the subset of custom fields in eclipse.

FYI..I am not familiar with Ant tool(Migration Tool) so wondering any other ways to acheive this.

What is the approach I need to follow ?

Best Answer

You should be able to do this with the Force IDE. The easiest for me is to use an Unmanaged Package in the the source org to group the metadata you want to retrieve. I wrote about using this approach with the Force IDE in this post:

How to migrate an app from a prod server into a sandbox with Force.com IDE