「新規分割アセンブリ」操作に関連するプロパティ
上流ビューと下流ビューで使用可能な「新規分割アセンブリ」操作に関連するプロパティは、以下のとおりです。プロパティを設定し、Windchill/codebase/com/ptc/windchill/mpml/xconfs にある mpmlink.properties.xconf ファイルに追加します。
プロパティ
説明
<Property name="com.ptc.windchill.mpml.copyOver.CopyOverPlantAndDepartmentData" default="true"/>
このプロパティによって、プラント、プラント属性、部門、および部門属性のコピーが有効になります。このプロパティが false に設定されている場合、特定のプラント、プラント属性、部門、および部門属性のコピーに関連するその他のプロパティを追加した場合でも、プラント、プラント属性、部門、および部門属性はコピーされません。
<Property name="com.ptc.windchill.mpml.copyOver.mapsb.split.create.com.ptc.windchill.enterprise.data.EnterpriseData.com.ptc.windchill.enterprise.data.enterpriseData.PlantSpecificEnterpriseData" multivalued="," default=""/>
<Property name="com.ptc.windchill.mpml.copyOver.mapsb.split.create.com.ptc.windchill.enterprise.data.PlantFunctionalData" multivalued="," default=""/>
この両方プロパティによって、プラントエンティティと部門エンティティがコピーされるようになります。
<Property name="com.ptc.windchill.mpml.copyOver.update.com.ptc.windchill.enterprise.data.EnterpriseData.com.ptc.windchill.enterprise.data.enterpriseData.PlantSpecificEnterpriseData" multivalued="," default=""/>
このプロパティによって、プラントおよびプラント属性値の更新が有効になります。このプロパティに値が指定されていない場合、プラントおよびプラント属性値は更新されません。
<Property name="com.ptc.windchill.mpml.copyOver.update.com.ptc.windchill.enterprise.data.PlantFunctionalData" multivalued="," default=""/>
このプロパティによって、部門および部門属性値が更新されるようになります。このプロパティに値が指定されていない場合、部門および部門属性値は更新されません。
<Property name="com.ptc.windchill.mpml.copyOver.mapsb.split.create.wt.part.WTPart" multivalued="," default=""/>
このプロパティを使用することで、分割アセンブリの作成時に部品属性と部品の関連付けをコピーできます。このプロパティに値が指定されていない場合、部品属性と部品の関連付けはコピーされません。
<Property name="com.ptc.windchill.mpml.copyOver.mapsb.split.create.com.ptc.windchill.enterprise.data.EnterpriseData.com.ptc.windchill.enterprise.data.enterpriseData.PlantSpecificEnterpriseData" multivalued="," default=""/>
既成では、このプロパティは mpmlink.properties.xconf ファイルにあります。プラントと部門の間のリンクをコピーするには、このプロパティの存在が不可欠です。このプロパティが存在しない場合、部門エンティティはコピーされません。このプロパティは次のように設定できます: <AddToProperty name="com.ptc.windchill.mpml.copyOver.mapsb.split.create.com.ptc.windchill.enterprise.data.EnterpriseData.com.ptc.windchill.enterprise.data.enterpriseData.PlantSpecificEnterpriseData" value="WCTYPE|com.ptc.windchill.enterprise.data.EnterpriseData|com.ptc.windchill.enterprise.data.enterpriseData.PlantSpecificEnterpriseData~MBA|functionalDataMaster@WCTYPE|com.ptc.windchill.enterprise.data.PlantFunctionalDataLink"/>
これは役に立ちましたか?