You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Reusing a "single term" in another term set in the same group - the export/import between tenants works as expected (see WORKING.png) . But when the Reused term has children, it does not link up correctly (see NOT_WORKING.png)
To reproduce the issue, on Tenant 1 we need to re-use a term that has children in another term set within the same term group and export it, then import it on Tenant 2.
Create Term Group
Create 2 Term Sets "SET1" & "SET2"
Create a couple Terms in Each Set
In "SET2" choose one of these terms to create a couple "children" terms below
Re-Use the "Parent" term from "SET2" as a child for a term in "SET1"
Export-PnPTermGroupToXml from Tenant 1
Import-PnPTermGroupFromXml on Tenant 2
--> expected result: TermGroup, Sets and Terms are created with "Re-Used" terms linked
--> "Re-Used" terms are not created/linked.
NOTE: I also tried export/import within the same tenant, after deleting the original term group, but it seems that the Term Store remembers the ID of the Reused terms and throws an error on import that the ID of the Reused term is already in use.
This discussion was converted from issue #3485 on October 12, 2023 18:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When Reusing a "single term" in another term set in the same group - the export/import between tenants works as expected (see WORKING.png) . But when the Reused term has children, it does not link up correctly (see NOT_WORKING.png)
To reproduce the issue, on Tenant 1 we need to re-use a term that has children in another term set within the same term group and export it, then import it on Tenant 2.
Export-PnPTermGroupToXml from Tenant 1
Import-PnPTermGroupFromXml on Tenant 2
--> expected result: TermGroup, Sets and Terms are created with "Re-Used" terms linked
--> "Re-Used" terms are not created/linked.
NOTE: I also tried export/import within the same tenant, after deleting the original term group, but it seems that the Term Store remembers the ID of the Reused terms and throws an error on import that the ID of the Reused term is already in use.
Beta Was this translation helpful? Give feedback.
All reactions