Is it possible to set a field's internal name in the List.UpdateList webservice? I can set the DisplayName but no matter what I try for Name it does not work.

<Field DisplayName="this gets set" Name="thisDoesNotSet" ... />
有帮助吗?

解决方案

Yes it will not get set. Workaround is

  1. Add field and set DisplayName="thisDoesNotSet"
  2. Now SharePoint will set both Display and Internal to thisDoesNotSet
  3. Update Display Name to this gets set
许可以下: CC-BY-SA归因
scroll top