Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Solved! Go to Solution.
Hi @ZANET
It is general behavior if the copy forward representation is disabled.
Here is an article that describes how to enable copy forward representation just for the WTPart
CS61223 - Viewables are not copied forward upon iteration in Windchill PDMLink
Set following wvs.properties by xconfmanager
publish.copyrepresentationsforward.restrict=true
publish.copyrepresentationsforward.part.restrict=false
Also check a Help Windchill Help - Copy Forward Properties
PetrH
What kind of associations is it, between the CAD and WTPart, Owner, Image, Content, Calculated?
Hi @ZANET
It is general behavior if the copy forward representation is disabled.
Here is an article that describes how to enable copy forward representation just for the WTPart
CS61223 - Viewables are not copied forward upon iteration in Windchill PDMLink
Set following wvs.properties by xconfmanager
publish.copyrepresentationsforward.restrict=true
publish.copyrepresentationsforward.part.restrict=false
Also check a Help Windchill Help - Copy Forward Properties
PetrH
Thank you @HelesicPetr,
my conf publish.copyrepresentationsforward.restrict was false.
I've set these two others, and it works fine.