Sharepoint Multivalue Column

craigprice

Registered User.
Local time
Today, 21:57
Joined
Apr 8, 2013
Messages
44
Hi,

I've added a link to a sharepoint list and am able to add info to all columns except one (this is a required field) this appears to be a multivalue field as when I look at the table it shows the value for old items as this:

;#ITEM1;#ITEM2;# etc etc.

Does anyone know how I can update this as when I try or make a selection from the drop down of the original value (e.g. Item 1) it doesn't input it and I can't free type into here either.

I've tried digging through google and the forums but this seems to be something I'm completely stuck with.
 
I don't use multivalue fields but I believe you have to reference the value property

multivaluefieldname.value
 

Users who are viewing this thread

Back
Top Bottom