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'm trying to set a taxonomy field to allow fill-in choices for an open term set, but it throws a SharePointRestServiceException with the following detail
HttpResponseCode: 400
Code: Microsoft.SharePoint.Client.InvalidClientQueryException
Message: The property 'Open' does not exist on type 'SP.Field'. Make sure to only use property names that are defined by the type.
Reading the Open property of the field correctly describes the state of the field, but setting the property fails.
@dgtheninja : updating the open status for an existing taxonomy field is not yet implemented, feels like that is a less common case and hoping that support for setting "open" on field creation is sufficient? Anyhow, these changes will be part of the next nightly so you can give things a try tomorrow and report back.
@jansenbe, it covers our use case for the moment to only do this on field creation rather than update so very happy with this thanks.
One small comment on the docs, you have the following line Setting a termset as open only is possible is the respective termset is created as open termset.
should that be Setting a termset as open only is possible if the respective termset has an open submission policy.
Category
Describe the bug
I'm trying to set a taxonomy field to allow fill-in choices for an open term set, but it throws a SharePointRestServiceException with the following detail
Reading the Open property of the field correctly describes the state of the field, but setting the property fails.
Steps to reproduce
Expected behavior
Call should succeed and the taxonomy field is updated to allow fill-in choices
Environment details (development & target environment)
Thanks for your contribution! Sharing is caring.
The text was updated successfully, but these errors were encountered: