Properties for Multi-Level BOM Roll-up
The display of the Multi-Level BOM Roll-up action in the Reports action set is controlled by the deprecated.com.ptc.windchill.enterprise.rollup.multilevelBOMRollupEligiblePartAttributes property. By default, the property is not set resulting in the action being hidden. When the property is set, the users assigned to profiles where the profiled action “Multi-Level BOM Rollup” is enabled will have visibility to the Multi-Level BOM Roll-up action.
* 
The property is deprecated from the Windchill 13.1.0.0 release and will be terminated in a future Windchill release.
Property Definition
The property definition must contain a comma-separated list of uniquely identifiable part attributes of type Integer, Real Number, and/or Real Number with Units appropriate to include in the Attribute for Calculation dropdown. The definition of a uniquely identifiable attribute is an attribute defined by its full internal name. For more information about managing type and subtype definitions, attribute definitions, measurement systems, and quantities of measure, see Working with the Type and Attribute Management Utility.
* 
For attributes of the Real Number with Units type, the property definition supports only the following OOTB quantities of measure (QoM):
Count
Length
Mass
MPM_ProcessPlan_QoM_CostUnit
MPM_QoM_CostUnit
MPMLink_Length
For more information about quantities of measure, see Managing Quantities of Measure in the “Working with the Type and Attribute Management Utility” section.
The following is an example of a properly defined property:
<Property default="partGlobalInteger,partGlobalReal,partGlobalRealWithUnits" name="deprecated.com.ptc.windchill.enterprise.rollup.multilevelBOMRollupEligiblePartAttributes"/>
where,
partGlobalInteger is the internal name of the attribute defined as a global soft attribute of type Integer on a part.
partGlobalReal is the internal name of the attribute defined as a global soft attribute of type Real Number on a part.
partGlobalRealWithUnits is the internal name of the attribute defined as a global soft attribute of type Real Number with Units on a part.
Was this helpful?