|
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 |