SPOSiteScript 未正确创建目标网站栏

SPOSiteScript does not create the target site column correctly

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

还有什么需要做的吗? 如果这是一个错误,你会告诉谁?

{
"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
}

非常感谢

我用这个 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
                      }