Copied to clipboard

Flag this post as spam?

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


  • riski 11 posts 101 karma points
    Jun 02, 2017 @ 08:40
    riski
    0

    insert custom mamber types to umbracomamber table

    I have create new input "firstname" in umbraco mamber types admin form, and i can use it for create new mamber. but how to change the record value after create new mamber insert to umbracomamber table after i add firstname field.because the "firstname" field still get null value.

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jun 02, 2017 @ 08:43
    David Brendel
    0

    Hi Riski,

    think you get the null value because nothing is set in DB which sounds correct. If you need a default value you can update every member by using the MemberService API.

    Just run it once to update each member with an empty string or something you want.

    Regards David

Please Sign in or register to post replies

Write your reply to:

Draft