0

我使用了一个列定义,其中注释站点列具有“允许文档库中的无限长度”= 是但是当使用站点设计创建站点时,生成的注释站点列显示“允许文档库中的无限长度”= 否

是否需要做其他任何事情才能使其正常工作?如果这是一个错误,你告诉谁?

{
"verb": "createSiteColumnXml",
"schemaXml": "<Field DisplayName=\"DPC Notes\" Type=\"Note\" Required=\"FALSE\" ID=\"{70ad6b94-13dd-43ac-947a-6634aef36588}\"
                          StaticName=\"DPCNotes\" Name=\"DPCNotes\" Group=\"ECGmc\" Description=\"DPC Notes (typed by DPC users while producing the document)\"
                          AppendOnly=\"TRUE\" NumLines=\"6\" RichText=\"TRUE\" Customization=\"\" CustomFormatter=\"\" EnforceUniqueValues=\"FALSE\" Indexed=\"FALSE\"
                          RestrictedMode=\"TRUE\" RichTextMode=\"Compatible\" IsolateStyles=\"FALSE\" UnlimitedLengthInDocumentLibrary=\"TRUE\"  />",
"pushChanges": true
}

非常感谢

4

1 回答 1

1

我用这个 json 测试,效果很好:

 {
                      "verb": "createSiteColumnXml",
                      "schemaXml": "<Field Type=\"Note\" DisplayName=\"siteColumnMutipleText\" Required=\"FALSE\" EnforceUniqueValues=\"FALSE\" Indexed=\"FALSE\" UnlimitedLengthInDocumentLibrary=\"TRUE\" NumLines=\"6\" RichText=\"TRUE\" RichTextMode=\"FullHtml\" IsolateStyles=\"TRUE\" Sortable=\"FALSE\" Group=\"Custom Columns\" ID=\"{9b5e375a-44ef-405b-8316-fe136a841775}\" SourceID=\"{b62d1450-8e6f-4be7-84a3-f6600fd6cc14}\" StaticName=\"siteColumnMutipleText\" Name=\"siteColumnMutipleText\" Version=\"1\"></Field>",
                      "pushChanges": true
                      }

在此处输入图像描述

于 2020-12-18T08:50:15.630 回答