<BillOfMaterials>
Section:
WMConfig
Required:
No
Default:
See description
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag must enclose the entire <BillOfMaterials> section. You can place this section anywhere in the file within <WMConfig>, but not within any of the subsections (such as <Options> or <ClassDefs>). Copy the definition from wmconf.xml into your custom xml file to customize it.
Define the layout (<TableColumnModel>) and rollup attributes to include in the consolidated BOM report. Rollup attributes defined in your custom xml file appear in the list defined in wmconf.xml. Any attributes defined in both wmconf.xml and your custom xml file will be duplicated in the Report Generator. You can clear any existing rollup attributes by inserting a <clear/> tag at the beginning of your <ConsolidatedReport> definition.
Attribute names must match either the database schema name or the Java alias name, not the display name.
Example
This example shows a configuration for the section:
<BillOfMaterials>
<ConsolidatedReport>
<TableColumnModel>com.acme.datamgmt.report.ui.MyBomTableColumnModel
</TableColumnModel>
<RollupAttribute>
attribute_name
<Required>false</Required>
</RollupAttribute>
</ConsolidatedReport>
</BillOfMaterials>
Was this helpful?