Add-PnPField -DisplayName doesn't work #4893
Unanswered
MatthiasAbt-SVA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When adding a new Website Column using Add-PnPField, the given DisplayName will be ignored.
Add-PnPField -Type "Text" -InternalName "mayo" -DisplayName "Ketchup" -Group "myGroup"
is still displayed as "mayo", not Ketchup. XML Schema of the field is correct. Only changing the DisplayName in the GUI works. Also i am not able to change the DisplayName using Set-PnPField.I got the same behavior when i use Add-PnPFieldFromXml, but Add-PnPTaxonomyField works as expected.
Anyone else these Problems or an Idea why this happens and what can be used as a work around?
Beta Was this translation helpful? Give feedback.
All reactions