Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordbuschho
    • CommentTimeAug 23rd 2010 edited
     
    We're just made live the second version of our Salesforce connector. Professional users can use it by going to the connector tab for your form, and accessing the 'Salesforce [v2.0 beta]'.

    For more details, please see our blog post on this update.
    http://www3.formassembly.com/blog/check-out-the-new-salesforce-connector/

    If you have any issues, please let us know in this thread or open a support request.

    -----
    Updates in this edition are the following:

    Allows multiple instances of a given record type ( multiple attachments to a single record ).

    A redesigned and improved user interface that places dependent objects now displayed under parent objects.

    Improved 'search' / 'lookup' abilities off internal salesforce org data.

    Conditional creation of objects.

    Access to new data types on objects:
    rich text fields
    Salesforce content library
  1.  
    With the new connector, in order to prepopulate a web form from a salesforce record from within the page layout using a custom button, do we still need to create a prefill URL link in the button setup as follows?

    http://app.formassembly.com/forms/view/90?tfa_Company={!Lead.Company}

    If I call the web form from the record in salesforce do we still need to build this URL?
    • CommentAuthordbuschho
    • CommentTimeAug 25th 2010
     
    Hello Steve,

    Yes, prefilling links is still necessary for transferring data from Salesforce to a FormAssembly form. The Salesforce connector does not run until after a form response is submitted, so there is no way that a connector setup could fill data in a form for the user. Note that such a connection would also be a security issue without some form of user authentication.

    Does that answer your question?
    Drew.
    FormAssembly.com Support.
  2.  
    Yes, that answers my question.

    Thanks Drew,

    Steve