We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to update properties ShowInEditForm, ShowInNewForm and ShowInViewForms after a field has been created.
The text was updated successfully, but these errors were encountered:
@matsla : this will require wrapping the SetShowInDisplayForm and related methods from SP.Field. See https://s-kainet.github.io/sp-rest-explorer/#/entity/SP.Field.
SetShowInDisplayForm
SP.Field
This is a good feature to include, if you're under a time constraint you could implement this yourselves by calling the REST API from your code. See https://pnp.github.io/pnpcore/using-the-sdk/basics-customapirequests.html#making-a-custom-spo-rest-request to learn more
Sorry, something went wrong.
Support for configuring field visibility in display, edit and new forms
9ea29ce
#999
@matsla : just implemented this, see the linked commit for usage information (will also update docs).
jansenbe
No branches or pull requests
Add support to update properties ShowInEditForm, ShowInNewForm and ShowInViewForms after a field has been created.
The text was updated successfully, but these errors were encountered: