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

Managed Package Object Error
I'm using the new Manage Package feature which appends a new namespace on custom objects. Everything was working fine until a day or two ago and now the API seems unable to find the custom objects even though they are being requested by the proper name. Has anyone had any issues with namespaces while using the Manage Package?
If it helps I get:
Fatal error: Uncaught SoapFault exception: [sf:INVALID_FIELD] INVALID_FIELD: No such column 'EROI__EROI_Subject__c' on entity 'EROI__EROI_Edition_Contact__c'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
This error would be easy to troubleshoot if the column it claims doesn't exist did not exist. But it does. Any ideas?
If it helps I get:
Fatal error: Uncaught SoapFault exception: [sf:INVALID_FIELD] INVALID_FIELD: No such column 'EROI__EROI_Subject__c' on entity 'EROI__EROI_Edition_Contact__c'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
This error would be easy to troubleshoot if the column it claims doesn't exist did not exist. But it does. Any ideas?
so unless your WSDL shows the object has two prefixes, you will have to edit the object name to clean it up.
your code should match what appears in the WSDL.
the object itself will / should always have the same name, partner or enterprise it should not change.