Re: Salesforce CFC?

2010-07-28 Thread Billy Cox
I was able to register on RIAForge and submit my code, so in all likelihood my previous attempts were user error. :) On Fri, Jul 23, 2010 at 1:58 PM, Raymond Camden wrote: > > How did the contact form break for you on RIAForge? > > On Thu, Jul 22, 2010 at 2:07 PM, Billy Cox > wrote: > > > > H

Re: Salesforce CFC?

2010-07-23 Thread Larry Lyons
>Has anyone found a way to use Salesforce.cfc ( >http://salesforcecfc.riaforge.org/) with a more recent Salesforce web >services API? (17+) I have gotten through the bulk of a Salesforce >integration with the CFC mostly as-is, but now I'm running into a roadblock >because I want to access/update a

Re: Salesforce CFC?

2010-07-23 Thread Raymond Camden
How did the contact form break for you on RIAForge? On Thu, Jul 22, 2010 at 2:07 PM, Billy Cox wrote: > > Hey Brad. I have tried more than once to contact Tom de Manincor through the > riaforge.com site, and the contact mechanism seemed to be broken. I tried > commenting on his blog as well, but

Re: Salesforce CFC?

2010-07-22 Thread Billy Cox
gt; > - Original Message - > From: "Billy Cox" > To: "cf-talk" > Sent: Thursday, July 22, 2010 10:40 AM > Subject: Re: Salesforce CFC? > > > > > > For the benefit of anyone else who wants to use Salesforce.CFC with the > &

Re: Salesforce CFC?

2010-07-22 Thread Brad Wood
riaforge.com should give you a way to submit a ticket and contact the project owner so he can include your updates into the main project. ~Brad - Original Message - From: "Billy Cox" To: "cf-talk" Sent: Thursday, July 22, 2010 10:40 AM Subject: Re: Salesforc

Re: Salesforce CFC?

2010-07-22 Thread Billy Cox
For the benefit of anyone else who wants to use Salesforce.CFC with the Salesforce API v.19... There are only a handful of changes needed, the most consequential of which are a couple of lines in the parseQueryXML function code. Salesforce API v.19 returns XML a bit differently than version 11.1.

Salesforce CFC?

2010-07-19 Thread Billy Cox
Has anyone found a way to use Salesforce.cfc ( http://salesforcecfc.riaforge.org/) with a more recent Salesforce web services API? (17+) I have gotten through the bulk of a Salesforce integration with the CFC mostly as-is, but now I'm running into a roadblock because I want to access/update a Sale