Additional Windchill Capabilities > Manufacturing Process Management > Working with Manufacturing Objects > Configuring Visibility of Equivalent Status Indicators for Enterprise Data Objects in Downstream View
Configuring Visibility of Equivalent Status Indicators for Enterprise Data Objects in Downstream View
The equivalent status indicator appears for enterprise data objects in downstream view of BOM Transformer. You can configure the visibility of the equivalent status indicators of the enterprise data objects in downstream view of BOM Transformer. To do so, an administrator must configure the com.ptc.windchill.associativity.enableEquivalenceManagementForCED property to specify true or false.
This property can be found in associativity.properties.xconf located at<Windchill>/wcmod/modules/Associative/src/com/ptc/core/foundation/associativity/xconfs.
Configure the property as follows:
<Property name="com.ptc.windchill.associativity.enableEquivalenceManagementForCED" default="true"/>
The default value is true, that means the equivalent status indicator appears for enterprise data objects in downstream view of BOM Transformer. In addition to displaying the equivalent status indicator, equivalent links are created automatically between the enterprise data object in downstream and its equivalent part in upstream. Restart Windchill server after configuring the property file for the changes to take effect.
Consider the following points related with the equivalent status indicators for enterprise data objects:
Equivalent status indicator for enterprise data objects do not appear in upstream view irrespective of the value specified in the com.ptc.windchill.associativity.enableEquivalenceManagementForCED property.
Consider the use case: An equivalent link exists between part A.1 in upstream and enterprise data object 00124 in downstream view of BOM Transformer. When the property com.ptc.windchill.associativity.enableEquivalenceManagementForCED is set to false, new equivalent links are not be created between a part and an enterprise data object. However, the record of existing equivalent link between the part A.1 and enterprise data object 00124 is displayed on the Equivalent Parts tab of BOM Transformer.
There are no equivalent status indicators for plant data objects because plant data objects do not support equivalent links.
When the value of the com.ptc.windchill.associativity.enableEquivalenceManagementForCED property is set to false, equivalent links are not created nor tracked.
Was this helpful?