Copied to clipboard

Flag this post as spam?

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


  • Simon Dingley 1431 posts 3332 karma points c-trib
    Jan 31, 2012 @ 11:37
    Simon Dingley
    0

    Prevalues based on Dropdown List datatype

    Creating a prevalue source based on the standard Dropdownlist datatype - will it save the numeric value or the actual values which are next to useless to anyone export the data back out? I can't see as locally I am unable to save the data to see (unless I'm missing something?).

  • Dan Diplo 1505 posts 5911 karma points MVP 4x c-trib
    Jan 31, 2012 @ 11:55
    Dan Diplo
    0

    What value you get depends on how you access it. In XSLT or Razor then the property returns the actual (string) value - which is what you will probably be doing msot of the time. However, from memory, if you go via the Node API then I think you get the numeric value (but there is way of looking up the actual value).

    OOPS: Sorry, didn't realise this was a Contour question. My reply was for standing Umbraco datatypes, for which I'm not sure. Sorry :)

  • Simon Dingley 1431 posts 3332 karma points c-trib
    Jan 31, 2012 @ 11:59
    Simon Dingley
    0

    More interested in what comes out when you export the data using the the OOTB export feature. I can't test this locally by the looks of it.

    Thanks, Simon

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 31, 2012 @ 13:25
    Tim Geyssens
    1

    Just tested and it saves the actual value (so not the id but the text)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies