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

Eclipse can't see custom field on managed object
I have installed a managed (beta) package in a sandbox org. I then created (via web setup) a custom field on one of the custom objects in that managed package. I can't find that custom field in the Eclipse IDE.
I looked both under Referenced Packages (the custom object appears, but not the new field, even after refresh) as well as in the src folder (can't make the custom object appear here, even if I add it explicitly to the package.xml file).
Is this by design?
I looked both under Referenced Packages (the custom object appears, but not the new field, even after refresh) as well as in the src folder (can't make the custom object appear here, even if I add it explicitly to the package.xml file).
Is this by design?
Where is a custom field that was added to a packaged custom object SUPPOSED to show up? I can understand it not showing up in the Referenced Package/packageName/objects folder since the field is not really part of the package, but for it to show up in the unpackaged metadata ('src') folder also doesn't seem exactly right. Yet it seems there has to be some way to access this metadata.
In the meantime, can you post your package.xml?
You mentioned that it was a managed package, so the name of the object will include the namespace prefix (the value of which I didn't see mentioned in the previous posts), e.g. thepackagens__Lead__c. You should be able to use that in package.xml
Alternatively, you could also add that specific custom field into a separate package & have Eclipse just retrieve that package.
I hope that helps.
Thanks,
- Bill
Thanks!