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
Do you support an availability of changing a field type? If yes, I've found a little bug:
When I try to change the field type from "Text" to "Note" if fails with an exception:
field or property "NumberOfLines" doesn't exist
It looks like SPMeta2 tries to set a property "NumberOfLines" on "Text" type field and fails because of such property doesn't exist. This property is only actual for "Note" field type. So SPMeta2 should change field type from "Text" to "Note", and then set properties.
I use SharePoint 2016 On-Premises, CSOM, and SPMeta2.CSOM.Foundation v1.2.130
Hello,
Do you support an availability of changing a field type? If yes, I've found a little bug:
When I try to change the field type from "Text" to "Note" if fails with an exception:
It looks like SPMeta2 tries to set a property "NumberOfLines" on "Text" type field and fails because of such property doesn't exist. This property is only actual for "Note" field type. So SPMeta2 should change field type from "Text" to "Note", and then set properties.
I use SharePoint 2016 On-Premises, CSOM, and SPMeta2.CSOM.Foundation v1.2.130
Field definition:
The text was updated successfully, but these errors were encountered: