• Cortex
  • NEWBIE
  • 5 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 20
    Replies
When I query a custom field from a custom object it does not return the custom field to me, I do however get the non-custom fields when I run the query.
 
I try the exact same query in sforce Explorer and it works exactly as it should. 
 
Why am I unable to retrieve this data?
 
Query: SELECT Id, Custom_Field__c FROM custom_object__c
 
Results:  Just "Id" (No error is issued).
 
-Cortex
  • January 24, 2007
  • Like
  • 0
When I query a custom field from a custom object it does not return the custom field to me, I do however get the non-custom fields when I run the query.
 
I try the exact same query in sforce Explorer and it works exactly as it should. 
 
Why am I unable to retrieve this data?
 
Query: SELECT Id, Custom_Field__c FROM custom_object__c
 
Results:  Just "Id" (No error is issued).
 
-Cortex
  • January 24, 2007
  • Like
  • 0
I created a package and uploaded it to App Exchange, but I later realized that I should have chosen something else for the name of my namespace.  How do I now edit my namespace?  By clicking on the "Help on this page" link on I read this (on "Setup" -> "Exchange" -> "Shared Apps"):
 
"This [edit] button does not appear if you have already configured your developer settings"
 
So, that answers my original question of where the "edit" button went, but now I want to edit my developer settings.  How do I do so?
 
-Chris
  • January 23, 2007
  • Like
  • 0
I have created a package in my account and uploaded it to the AppExchange.  I then installed the packaged in another account.  But I noticed that I am not seening the releated list section in the Contact tab, whereas I do in my first account (the one that I created the package from).
 
Is it possible to add this related field to the package?  If not, how can I have the person that installs my package create the necessary related list section in the Contact tab?
 
-Chris
  • January 23, 2007
  • Like
  • 0
When I go to "Setup" -> "Exchange" -> "Shared Apps"
 
It says this at the top of the frame:
 
Your current developer settings are listed below. These settings determine the types of packages you can create and upload to the AppExchange Directory. To change these settings, click Edit.
 
But there is no "Edit" button.  What should I do, anyone have any ideas?  Strangely enough, I believe I did have an Edit button the first time I went to this page, because I remember filling in the information (like NameSpace, and was able to install the Licence Manager).
 
Thanks,
 
-Chris
  • January 23, 2007
  • Like
  • 0
I should preface this with saying that this has been working until today (although I did download and install a new wsdl file).
 
When I try to query for the Id and a custom text field (call it 'text_field__c') it only gives me the ID and not the actual data I want.  Strangely enough it gives me what I would expect if I do it in SForce Explorer.
 
So I do this:
 
SELECT Id, text_field__c FROM custom_object__c
 
And all I get returned is the Id, with no errors.
 
But if I do this:
 
SELECT Id, number_field__c FROM custom_object__c
 
It works just as I would want it to, getting all the desired information.
 
I can even combine them like so:
 
SELECT Id, text_field__c, number_field__c FROM custom_object__c
 
And I get the same as the previous query (I get Id and number_field__c, but no text_field__c).
 
What on earth is going on here?  I assume this is a change in the API being that there was a new release recently.
  • January 19, 2007
  • Like
  • 0
Hi Guys,
 
Have been getting REQUEST_LIMIT_EXCEEDED from Sunday 2 AM on my Dev environment. Wondering if there is weekly request limit aswell apart from there being a 24 Hr limit. As I presume the block should have been removed, as its way past 24 Hr from the first login failure.
 
Regards,
 
Rohit
  • April 03, 2006
  • Like
  • 1