• jmgech
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hi, this is my second day toying with Salesforce. I am trying to run the following simple query from an ObjC app:

Select Id, Name, Username, Email, Phone, FullPhotoUrl from User

 

But that query yields an undefined error.

 

If I modify it to :

Select Id, Name, Username, Email, Phone from User

 

Then it works (but of course, I'm not returning the photo...).

 

Is this a security setting? Does anyone know why that could be? I ran the initial query using Soql Xplorer, and it works...

 

Thanks for any help!

 

J.

Hi, this is my second day toying with Salesforce. I am trying to run the following simple query from an ObjC app:

Select Id, Name, Username, Email, Phone, FullPhotoUrl from User

 

But that query yields an undefined error.

 

If I modify it to :

Select Id, Name, Username, Email, Phone from User

 

Then it works (but of course, I'm not returning the photo...).

 

Is this a security setting? Does anyone know why that could be? I ran the initial query using Soql Xplorer, and it works...

 

Thanks for any help!

 

J.