Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nik Wahlberg 639 posts 1237 karma points MVP
    Aug 13, 2010 @ 05:24
    Nik Wahlberg
    1

    Wicked nice package....

    First of all, THANK YOU for putting this together. Just saved my butt on a project :) 

    I noticed a couple of things in your documentation that I thought I'd point out for other too:

    • The base URL should end in CreateRecord.aspx if your settings are useDirectoryUrls=false
    • The assembly attribute in restExtensions should not include the /bin directive as that is automatic
    But, again, thanks for doing thing dude!
    -- Nik

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Aug 13, 2010 @ 15:42
    Nik Wahlberg
    1

    Sorry, found one more quirk...when submitting the form (I.e. numberOfErrors==0), I had to move the recordService.Submit() and SaveFormToRecord() outside of your for loop as it was invoking the method(s) for each field. This also caused workflows to be executed one field ata time. So, for example, I received three email confirmations for my contact form with incremental data in it :) 

    Just and FYI. Thanks! 

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Aug 13, 2010 @ 15:53
    Sebastiaan Janssen
    0

    Thanks Nik, will update ASAP, apparently I posted an old version as I'd already solved that bug on my dev machine, sorry!

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Aug 13, 2010 @ 16:11
    Sebastiaan Janssen
    0

    Fixed and updated! Thanks again!

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Aug 13, 2010 @ 16:12
    Nik Wahlberg
    0

    Ah, no worries at all. Thanks for sharing it in the first place. 

    -- Nik

Please Sign in or register to post replies

Write your reply to:

Draft