문제

We are trying to clone a SharePoint 2013 web using templates, but the choice field information is not being included. Microsoft Docs states that taxonomy field info is by default not included with site templates. How can we include this metadata in a template?

도움이 되었습니까?

해결책

Currently, it is a limitation when saving a site as template. As a workaround, I suggest you use JavaScript Object model to copy taxonomy fields' values from the source list on the source site to the target list on the target site/site collection.

A blog for your reference: Copy taxonomy field values using javascript object model in Sharepoint

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top