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
See #888.
Will require using Graph to build a field update payload containing "propagateChanges": true.
"propagateChanges": true
See https://docs.microsoft.com/en-us/graph/api/columndefinition-update?view=graph-rest-1.0 for the Graph info, see https://github.com/pnp/pnpcore/blob/dev/src/sdk/PnP.Core/Services/Core/Query/QueryClient.cs#L737-L864 for sample code on how to get the modified IField properties.
Note: there's no Graph mapping for IField, so manual property name mapping would be needed (if needed)
Alternative approach is using CSOM
The text was updated successfully, but these errors were encountered:
Support for updating site fields and pushing down the changes to the …
7754cee
…lists using the field #889
Implemented (using CSOM)
Sorry, something went wrong.
jansenbe
No branches or pull requests
See #888.
Will require using Graph to build a field update payload containing
"propagateChanges": true
.See https://docs.microsoft.com/en-us/graph/api/columndefinition-update?view=graph-rest-1.0 for the Graph info, see https://github.com/pnp/pnpcore/blob/dev/src/sdk/PnP.Core/Services/Core/Query/QueryClient.cs#L737-L864 for sample code on how to get the modified IField properties.
Note: there's no Graph mapping for IField, so manual property name mapping would be needed (if needed)
Alternative approach is using CSOM
The text was updated successfully, but these errors were encountered: