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
mobillemobille 

Records Upload

HI every one,

 iam integrating salesforce in iphone app.in my i want to upload multiple records at a time to salesforce..how can i do this..som eof my friends said use batch apex.But i dont know how to use batch apex in salesforce and how to use them in iphone app.Can anybody help me????

 

Thanks in advance,

 

Sandeep kumar

SoleesSolees

Have you try this in a loop?

 

    SFRestRequest *request;

    request = [[SFRestAPIsharedInstance] requestForCreateWithObjectType:@"Contact" fields:tmpDict];