Not signed in (Sign In)

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

  1.  
    hello.. hope someone can help me.. i am using salesforce connector beta version 2 to integrate my form and map fields to my salesforce instance.. i have hundreds of fields!!! and on my salesforce instance, i store the data of my form to different related objects.. now, when i test my form, i always get an error: "Maximum execution time of 30 seconds exceeded" and am not redirected to the 'Thank You' page.. huhuhu T_T

    can anybody tell me if there is an existing rule with regards to execution limit or no. of fields allowed to map from formassembly to salesforce??

    any response is greatly appreciated!
    • CommentAuthordbuschho
    • CommentTimeSep 28th 2010
     
    Hello Jacqueline,

    Since this is related specifically to your form setup, I think we can address it better in the support request you have opened.

    For the record, no there is no limit on number of fields, etc. However, with a setup that takes a long time to execute, your users will be waiting for that length of time.

    The error you are receiving is most likely due to the beta nature of the V2 connector at this time.
  2.  
    hi dbuschho,

    thank you for the response.. i understand that v2 connector is still in its beta mode, however, i can't get my mapping to work in related objects in the v1 connector.. can you help me with this?

    here's my objects and its relationships:

    - Programs
    + Surveys (Lookup relationship with Programs)
    + Survey Responses (Master-Detail relationship with Surveys)
    - Survey Fields (Master-Detail relationship with Survey Responses)

    it says in the FA documentation that there is no need to map the id of an object to its related object in v1 connector as long as they are mapped in order as they appear in the mapping.. so i did the following mapping order:

    v1 connector:

    1) Programs (webform) + (upsert)
    2) Surveys (static)
    3) Survey Responses (static)
    4) Survey Field (static)
    5) Survey Field (webform)

    at this point, when my form is submitted, the system updates the Programs object but does not create new records for the rest of the related objects.. and so i added a lookup source type in between #1 & #2, as follows:

    1) Programs (webform) + (upsert)
    2) Surveys (lookup)
    3) Surveys (static)
    4) Survey Responses (static)
    5) Survey Field (static)
    6) Survey Field (webform)

    thus, creates a new Surveys record in my Programs object.. however, Survey Responses weren't created under the Surveys object (even if it's not throwing a Master-Detail relationship required field error).. so i tried adding a lookup source type in between #3 & #4, as follows:

    1) Programs (webform) + (upsert)
    2) Surveys (lookup)
    3) Surveys (static)
    4) Survey Responses (lookup)
    5) Survey Responses (static)
    6) Survey Field (static)
    7) Survey Field (webform)

    but no success.. a Survey Responses record was never created.. T_T

    HELP!!! huhu..