Escape Keys - TomdeMan's Blog

A few updates were made in the 0.4 release available at:

salesForceCFC @ riaForge

A major and a minor fix have been implemented. The major being the lack of xmlFormat() in earlier releases. This would prevent characters like '<' to be passed as part of a queryString when using the queryObject() method.

There is now methods to manipulate the timeout value for SOAP requests and a getMemento() method that will return all values stored with the instance.

0.4 -CHANGE LOG- 4/5/2008
- enhancement - added timeout handling for cfhttp
- enhancement - added getMemento()
- fix - added xmlFormat() to query and save methods
- fix - disabled throwonerror for cfhttp to return accurate success

I am on the fence over the throwonerror setting, and looking for some feedback.

Comments:

[Add Comment]

youtube says:

thanks for informations
http://www.youtubetc.com/

8/14/08 8:33 PM

Brandon says:

First let me say THANKS for making this tool. I'm a mid-livel CF dev and an fairly new to WebServices integration, and you've given my project working with SalesForce API's a huge boost forward! I've run into a problem that is prob very simple, but perhaps not: I am able to Query my SalesForce instance (the Account object) using your CFC and am able to see the data I'd expect returned via a <cfdump>. There is a struct with a query inside. The question is how do I get the data out of the nested query? I'm simply trying to loop over the row(s) of the query and output into a table/grid? I feel like this should be simple, but I'm stuck. Any help you can provide would be greatly appreciated! By the way, I've got another "part" to my integration that involves another app that I need to interact w/via a similar type call structure to SalesForce (the app is Zuora.com) and when I've tackled that, I hope to share a similar ZuoraCFC with the rest of the community...

9/8/08 3:03 PM

Josh says:

I'm unable to access salesforcecfc.riaforge.org. Is there any other way to preview this cfc? Is it possible to email me the latest? Thanks.

10/2/08 5:28 AM

[Add Comment]