function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AnkitAgarwalSFAnkitAgarwalSF 

How to get custom fields created in a managed package object into force.com IDE

I have added couple of custom field on my object inside managed package. When I am trying to get all the metadata using force.com IDE, I can't see the custom fields in the src/objects or referenced packages folder.
SandhyaSandhya (Salesforce Developers) 
Hi,
To retrieve the managed package objects along with your custom metadata, you have to manually add the objects you want to retrieve to your package.xml file.

Please refer below link where this question has answered.

http://salesforce.stackexchange.com/questions/18467/retrieving-extended-package-object-descriptors-into-eclipse-with-force-com-ide-p
 
https://developer.salesforce.com/forums/?id=906F00000008ytVIAQ
 
 Hope this helps you!

If this helps you, please mark it as solved.

Thanks and Regards
Sandhya
AnkitAgarwalSFAnkitAgarwalSF
Thanks Sandhya...I am able to get the custom fields.