문제

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 ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top