安装和升级 > 安装和配置指南 > 使用 PTC 解决方案安装程序 > 安装 Windchill 解决方案 > 可选产品设置 > Windchill MPMLink > Windchill MPMLink 安装后说明 > 连带复制框架 > 连带复制特性的示例配置
  
连带复制特性的示例配置
目的:仅在 Drive System 产品中的 BOM 变换器中执行“更新为当前上游对等对象”操作时,沿用部件子类型 Supplier 的全局属性 Location。
先决条件:您已收集部件子类型 Supplier 和属性 Location 的内部名称。此信息可在“类型和属性管理”实用程序中找到。
配置过程:
<Property name="<特性键>" multivalued="," default=""/>
<AddToProperty name="<特性键>" value="<特性值>"/>
标识特性键的元素:
复制 BOM 变换器操作的定界符:com.ptc.windchill.mpml.copyOver
操作名称和模式:update
部件的完全限定类名称:wt.part.WTPart.com.ptc.windchill.SupplierPart,其中 com.ptc.windchill.SupplierPart 是 Supplier 子类型的内部名称
容器类名称:PDMLinkProduct
容器名称:Drive System
特性键的衍生值:
com.ptc.windchill.mpml.copyOver.update.wt.part.WTPart.com.ptc.windchill.SupplierPart.PDMLinkProduct.Drive System
标识特性值的元素:
WCTYPE
部件的完全限定类名称:wt.part.WTPart|com.ptc.windchill.SupplierPart,其中 com.ptc.windchill.SupplierPart 是 Supplier 子类型的内部名称
全局属性的 IBA
Location 属性的内部名称:location
特性值的衍生值:
WCTYPE|wt.part.WTPart|com.ptc.windchill.SupplierPart~IBA|location
在将特性键和特性值的元素进行组合之后,连带复制特性的配置如下所示:
<Property name="com.ptc.windchill.mpml.copyOver.update.wt.part.WTPart.com.ptc.windchill.SupplierPart.PDMLinkProduct.Drive System" multivalued="," default=""/>
<AddToProperty name="com.ptc.windchill.mpml.copyOver.update.wt.part.WTPart.com.ptc.windchill.SupplierPart.PDMLinkProduct.Drive System" value="WCTYPE|wt.part.WTPart|com.ptc.windchill.SupplierPart~IBA|location"/>