[SalesForce] is there a way to copy custom objects field in salesforce

UPDATE:
I'm planning to copy the custom object fields from the MANAGED package, not sure how much it impact or no impact.

I wonder if there is a way to copy a custom (object) field of the ORG A onto a custom field on my ORG B. Is there a way to do that?

Best Answer

You can use developer tools like Eclipse Force.com IDE and deploy fields from Org A to Org B.

You can try out following resources:

Related Topic