Copied to clipboard

Flag this post as spam?

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


  • Anton 135 posts 186 karma points
    Feb 16, 2012 @ 11:42
    Anton
    0

    Dropdown list datatype

    I have Dropdown list datatype, When I create new node I need set value to this Dropdown list datatype.

    Document doc = Document.MakeNew("", dt, author, 1049); 

    doc.getProperty("year").Value = Year;

    doc.getProperty(" MY_Dropdown_list_datatype").Value = "US";// How I can do this?

    Values in Dropdown_list

    -US

    -UA

    -RU

    I can get them all, but I cant set it in new node

  • 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