Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I am trying to add a muliiple user site column using the following:

  <Field
  ID="{FC2612C2-1C60-45C1-949A-A49BECD8DB02}"
  Name="test"
  DisplayName="test"
  Group="test"
  Type="UserMulti"
  SourceID="http://schemas.microsoft.com/sharepoint/v3"
    >
  </Field>

It is however displaying as a single user select field. What could be wrong?

share|improve this question

1 Answer

up vote 2 down vote accepted

John, Never tried this myself, but a comment is made http://msdn.microsoft.com/en-us/library/ms437580.aspx stating

"In order to allow enter multiple values into field with Type="UserMulti" you must set attribute Mult="TRUE"."

share|improve this answer
Don't know how I missed that – John Jul 5 '12 at 14:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.