Skip Menu |

This queue is for tickets about the WWW-Salesforce CPAN distribution.

Report information
The Basics
Id: 48779
Status: resolved
Priority: 0/
Queue: WWW-Salesforce

People
Owner: cwhitener [...] gmail.com
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: (no value)



Subject: create() documents 'Type', but expects 'type'
The create() method documents to use the key "Type" to identify tables on Saleforce, but the code is actually expecting the 'type' key.
Subject: create() return value is undocumented
No return value for create() is documented, but something is returned. Perhaps this is the sObject for the object that was just created.
Hi Mark, All of the issues with the create() method will be fixed in the upcoming release. Thanks, Chase
I've resolved the doc issue, and added some shabby docs on what create returns for 0.12. Returns a SOAP::Lite object. Success of this operation can be gleaned from the envelope result. $r->envelope->{Body}->{createResponse}->{result}->{success};