Copied to clipboard

Flag this post as spam?

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


  • Robin 37 posts 109 karma points
    May 03, 2013 @ 10:56
    Robin
    0

    Change member property according to other member property

    Hi all

    I am developping a system where members of a specific membertype can do stuff (ex. vote on a poll). Every member can vote several times (default 2), but some members have delegated their vote to an other member. The number of votes is set by a numeric property, so I can change this to what number I need. But I want to make this more errorproof.

    The idea is to have an additional propetry 'delegated' in that membertype that contains the current members of a specific group. If a member is selected from that dropdown, the 'number of votes' property needs to be reset to 0. If the property is set back to 'None' the value should return to 2.

    Is this possible in the backend of Umbraco? I know I can create a user control and do this, but maybe I have to do stuff that already are in Umbraco but I can't find.

     

    Robin

Please Sign in or register to post replies

Write your reply to:

Draft