Posted on 2010-02-02 08:00:40.578448-08 by jantheofel
Are bulk create commands possible?
Hello, as far as I can see from the SalesForce documentation it should be possible to do bulk update commands. I tried with just passing two strings to the create command, but this creates just the second article in my example:
my $result = $sforce->create(%article, %article2);
Is there a way to use this API to create multiple records with one call? Thanks, Jan
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.