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
Chiyaan AnanthChiyaan Ananth 

Insert bulk custom object records

How to insert multiple records of my custom object.  Any sample code could help.  Can I make a file based deploy to insert records for my cutom object.  Is there a way I could do through my java webservices?  Any help on this would be greatly appreciated.

 

Thanks in advance. 

Ananth 

Message Edited by Chiyaan Ananth on 03-12-2009 04:54 AM
SuperfellSuperfell
the regular enterprise/partner API create operation can take 200 records at a time.
Chiyaan AnanthChiyaan Ananth

Thank you Simon for your reply.

 

But can you tell me how could I do that?  Where can I get started. 

SuperfellSuperfell
See the getting started guide in the API docs. http://wiki.apexdevnet.com/index.php/Web_Services_API
Chiyaan AnanthChiyaan Ananth

Thank you for the response.  Should I have to use the flex toolkit?

 

 

SuperfellSuperfell
If you want to, but as you're asking on a java forum, i'd assumed you want to use java. (there are java/axis samples in the docs)