Decoding Salesforce

Decoding Salesforce

The hows and whys of Salesforce.com

sfdc-web2anything

Long time no update. I know, I know..

We’ve launched an opensource project to help you generate web forms for the live collection/insertion of data in any standard or custom Salesforce.com object.

sfdc-web2anything

Although Salesforce.com Sites will soon be in Developer Preview, we thought that some Salesforce.com customers could find it useful.

Check the project website for details at Google Code: http://code.google.com/p/sfdc-web2anything/

If you liked this post, buy me a beer! 3EUR, securely via PayPal

14 Responses to “sfdc-web2anything”

  1. David says:

    Very cool. Are you associated/affiliated with Model Metrics in Chicago? They had a web2anything app and couldn’t sell it. Maybe the open-source version will work better?

  2. Ale says:

    Thank you David, glad you find it useful. We’re not associated with Model Metrics, this is an opensource project based on NuSoap – http://sourceforge.net/projects/nusoap/

  3. Chad says:

    We are currently considering the Model Metrics Web2Anything App. How does this one compare (except for price)? Have you used it already in your org? Thanks for the update!

  4. Ale says:

    Hi Chad, unfortunately I never used the app from Model Metrics, so I wouldn’t be able to tell you the differences between the two. This is an opensource project, not supported, which we initially put together as a POC. It’s fully functional and supports attachments.

  5. Bee says:

    this looks useful – and I always love free. I’m going to give it a try.

  6. Ale says:

    Let me know how it goes Bee, or if you have any problems with it.

  7. blee says:

    this is awesome – thanks so much!!

    my form submits fine and creates a record in salesforce, but doesn’t jump to the retURL specified when debug is off. any clues why?

    thanks again!

  8. Ale says:

    @blee: not sure why it’s not redirecting you — Try this: open the HTML form file and make sure the value of the hidden field with name “retURL” contains the “http://” bit, e.g.:

    Please let me know if this helps.

  9. blee says:

    noticed this when turning error reporting on in w2x-engine.php

    Warning: Cannot modify header information – headers already sent by (output started at /mylocation/engine/php_sforce_nusoap/salesforce.php:555) in /mylocation/engine/w2x-engine.php on line 126

  10. blee says:

    “http://” is there.

    thanks again!

  11. blee says:

    UPDATE

    fixed this by removing whitespace in the salesforce.php file @ lines 554-555.

  12. Ronan says:

    Hi there

    Just stumbled on this while doing a bit of research.

    Nothing as advanced as this, but I just wanted to let folks know I have made a Wordpress plugin available which integrates a contact form on a Wordpress website with the SalesForce Web-2-Lead function:
    http://www.cuplaweb.com/softwa.....tact-form/

    Ronan

  13. Mike Smith says:

    This is awesome! Incredibly powerful and simple to implement. Very nice work.

  14. David says:

    Hey there,
    I’ve been making great use out of this project, it’s been a real life saver for my organization.
    I’ve been able to make a few code modifications along the way (I capture the salesforce ID generated back to my mysql database, and I’ve added in some default workflow-style handling of any error codes I’ve gotten so far).

    I notice that the engine code does have functions for update/delete etc, but that they aren’t ever referenced, I was wondering if you have/know of any code that uses those features. (Or if I just overlooked something.)

Sorry, comments are closed on entries older than a year.