• ryandevito
  • NEWBIE
  • 25 Points
  • Member since 2012

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

Using the SOQL commander I am able to query and retrieve values from fields within custom objects without issue. 

 

When I try to use the same exact query from PHP I get "Notice: Undefined property: SObject::$Date_Requested__c in /var/www/........"

 

..... where date_requested__c is one of the custom fields I'm trying to pull.

 

How come I cannot retrieve values from the API like I can using the SOQL commander SQL dashboard? 

 

 

Is querying custom fields from the API not allowed?

 

Thanks in advance,

Ryan

 

Using the SOQL commander I am able to query and retrieve values from fields within custom objects without issue. 

 

When I try to use the same exact query from PHP I get "Notice: Undefined property: SObject::$Date_Requested__c in /var/www/........"

 

..... where date_requested__c is one of the custom fields I'm trying to pull.

 

How come I cannot retrieve values from the API like I can using the SOQL commander SQL dashboard? 

 

 

Is querying custom fields from the API not allowed?

 

Thanks in advance,

Ryan