You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently create fields using AddFieldAsXmlAsync, and use the FieldType Enum to parse whether the field type is valid for the xml. I've noticed though that the Enum does not contain LookupMulti as a field type.
I've found this out adding Mult='True' when just using lookup as the field type and SharePoint allows the field to be created without error, and even allows values to be entered in the field, but the data is then not persisted.
Is it possible to have LookupMulti added to the FeildType Enum (apologies I don't know if FieldType is used elsewhere and will have an impact).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I currently create fields using AddFieldAsXmlAsync, and use the FieldType Enum to parse whether the field type is valid for the xml. I've noticed though that the Enum does not contain LookupMulti as a field type.
I've found this out adding Mult='True' when just using lookup as the field type and SharePoint allows the field to be created without error, and even allows values to be entered in the field, but the data is then not persisted.
Is it possible to have LookupMulti added to the FeildType Enum (apologies I don't know if FieldType is used elsewhere and will have an impact).
Beta Was this translation helpful? Give feedback.
All reactions