Login

    Register

PROJECT CATEGORIES

 

salesForceCFC
Project Home Blog Known Issues External Project Link Contact Project

Author: Tom de Manincor (All RIAForge projects by this author)
Last Updated: April 15, 2008 7:39 PM
Version: 0.4
Views: 2363
Downloads: 287
Demo URL: http://www.tomdeman.com/salesForceCFC_demo
License: Apache License, Version 2

Description:

salesForceCFC
version: 0.4
date: 4/5/2008

-Overview-
This CFC allows you to connect and work with SalesForce.com,
one of the largest CRMs out there. It does so by generating SOAP requests,
and manipulating their responses.
This will make it easy to work with their SObjects,
and allow you to do more then just query.

-requirements-
ColdFusion 7 or Higher
Salesforce.com Account (Developer Accounts are freely available)

-installation-
1. place salesForceCFC folder inside root
2. browse to folder to run test form or view documentation
3. Make sure you have a valid SalesForce.com account.
   And that you have added your IP to the SF Control Panel under SETUP \ SECURITY CONTROLS \ NETWORK ACCESS

-usage-
you can copy the salesForce.cfc into any app and create objects
or map to it and use it from anywhere or in an object factory
remember to init() first, and then login() to activate a session

-note-
be careful with concurrency issues if using multiple accounts.
it is not meant to be persistent if using more then 1 account.

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

0.3 -CHANGE LOG- 3/22/2008
- fix - added support for relational queries
- enhancement - updated test form with relational query example
- enhancement - added screen shots to package

0.2 -CHANGE LOG- 3/1/2008
- feature - added landing page
- feature - added test form
- feature - added cfcDoc
- enhancement - created sendSoapRequest method and updated code
- enhancement - added validate method
- fix - retrieve now returns array of struct for results
- fix - added caching control for cfhttp and soap requests

0.1 -INITIAL RELEASE- 2/19/2008
-login, retrieve, query, create, update, delete, and describe methods.

Issue Tracker:

There are no issues for this project.

To enter issues for this (or any other) project, you must be logged in.