HI,
I have a collection of records in a tabular form.
Now here is one field with the name "courier" which is DropDownByIndex when i select "courier1" in frist row and then select "courier2"
in 2nd row "courier1" in first row gets replaced by "courier2" and rest of the rows also gets set by "courier2".
The property of the context node "courier" is
cardinality : 1:n
selection : 1:n
singleton : true
Now when i m trying to change the property of singleton to "false " it doesn't allow me to change.
with regards