Field.fieldTypeKind返回的是Invalid

[解决方法]

There is no "Metadata" type of field in the SP.FieldType Enumeration, so it would return 0(invalid) when try to retrieve SP.Field.fieldTypeKind Property.

If you just want to distinguish the field types, we can use SP.Field.typeDisplayName Property orSP.Field.id Property.

 

From: https://social.msdn.microsoft.com/Forums/vstudio/en-US/98cdb784-feff-4db0-8f7d-68e4f9a8e532/fieldtypeid-of-multiline-field-and-managed-metadata-field?forum=appsforsharepoint

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2021-08-27
  • 2021-07-11
  • 2021-05-18
猜你喜欢
  • 2021-12-17
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案