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
cfloracflora 

Cannot select custom field after creating a package.

I recently created a package and therefore caused my custom objects to be renamed, it must have done something internally, cause now I cannot query for Custom Fields. (I did download the new wsdl file and I did change all instances of my custom field names in my code).

The query gives me the Ids back just fine, but will not give me the custom fields that I request.  Like the first time I posted this problem (on the General Development board), it works just fine in sForce Explorer.

I have something of this nature:

SELECT Id, namespace__field_name__c FROM namespace_table_name__c

I get no error, but I only get the Ids back, no "namespace__field_name__c".  Any thoughts?  I believe this is a bug, cause I had this same problem last week and it was miraculously fixed by the end of the week.

This is very strange and irritating.

-Chris

cfloracflora
WTF...it's suddenly working.  What's up with that?
cfloracflora

It's happening to me again.  I can't be the only one experiencing this problem, because I created a second account and I'm experiencing the problem again.

Anyone out there have any idea why this is occuring?

-Chris