• june
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hello!!!

i am trying to put a new account in sales force . but the query is not working fine:'

i am trying to extract id from the acconts table of sales force:

 

SFRestRequest *request = [[SFRestAPI sharedInstancerequestForQuery:@"SELECT AccountId FROM Account LIMIT 5"];    

        [[SFRestAPI sharedInstancesend:request delegate:self];

 

  • April 12, 2012
  • Like
  • 0