Properties Related to the New Split Assemblies Action
The following properties are related to New Split Assemblies action available in the upstream view and the downstream view. Configure and add the properties, to the mpmlink.properties.xconf file located at Windchill/codebase/com/ptc/windchill/mpml/xconfs.
Property
Explanation
<Property name="com.ptc.windchill.mpml.copyOver.CopyOverPlantAndDepartmentData" default="true"/>
This property enables the copy of plants, plant attributes, departments and department attributes. If this property is set to false, the plants, plant attributes, departments and department attributes are not copied, even if you add other properties that are related to copying of specific plants, plant attributes, departments and department attributes.
<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=""/>
Both these properties ensure that plant and department entities are copied.
<Property name="com.ptc.windchill.mpml.copyOver.update.com.ptc.windchill.enterprise.data.EnterpriseData.com.ptc.windchill.enterprise.data.enterpriseData.PlantSpecificEnterpriseData" multivalued="," default=""/>
This property enables the update of plants and plant attribute values. If this property does not have a value, the plants and plant attribute values are not updated.
<Property name="com.ptc.windchill.mpml.copyOver.update.com.ptc.windchill.enterprise.data.PlantFunctionalData" multivalued="," default=""/>
This property ensures update of departments and department attribute values. If this property does not have a value, the departments and department attribute values are not updated.
<Property name="com.ptc.windchill.mpml.copyOver.mapsb.split.create.wt.part.WTPart" multivalued="," default=""/>
This property enables the copy of part attributes and part associations while creating split assemblies. If this property does not have a value, the part attributes and part associations are not copied.
<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=""/>
OOTB, this property is present in the mpmlink.properties.xconf file. The presence of this property is essential to copy the links between the plants and departments. If this property is not present, the system does not copy the department entities. You can configure the property in the following way: <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"/>
Was this helpful?