Extension talk:Salesforce
Q: Is there some kind of dependency to a SoapClient library that is not mentioned in the documentation?
PHP Fatal error: Class 'SoapClient' not found in /wiki/site/extensions/Salesforce/soapclient/SforceBaseClient.php on line 91,
A: The soapclient and other required files are included in the zip file. If you extract the files using the folder structure everything should be where it needs to be. See Extension:Salesforce#Installing_the_Extension for the file structure.
Column headings don't match up with results
editHi,
First of all, GREAT extension. Thanks for all of your work. I am having a small problem tho. It seems like when I run a query the headings don't match up with the results. For example, if I run the query:
<salesforce action="query" query="SELECT SolutionName, SolutionNote from Solution WHERE SolutionNumber='00000150'">Name,Description</salesforce>
My result shows nothing under the Name column, the "Name" under the Description column, and then the description to the right of the Description column.
The only way I've been able to fix this is to add an extra comma in my column list, for example:
<salesforce action="query" query="SELECT SolutionName, SolutionNote from Solution WHERE SolutionNumber='00000150'">,Name,Description</salesforce>
Do you know how I can fix this in the php file?
Thank you Acook 22:52, 27 March 2008 (UTC)
Versions of Salesforce.com
editUnfortunately, this useful extension works only if company uses Enterprise, Unlimited, or Developer edition of Salesforce.com and does not work with Personal, Group, or Professional editions, because API access is not available in these editions.
SFDC and SSO
editWe are using PING identity as our SSO provider. Currently we use a customer login and not the SFDC login. Is there away around that? Help would be appreciated.