Administration > Property Settings in PTC FlexPLM > Bill of Materials Property Settings
  
Bill of Materials Property Settings
The following properties apply to the configuration of bills of materials (BOM).
Controlling the BOM Color Column Width
This property setting controls the width of the BOM Color column in the exported Excel file for a bill of materials.
This column is combined with the color name and color chip.
The unit is in 1/256 character. The acceptable range for this value is from 0 to 65535.
com.lcs.wc.client.web.ExcelGenerator.bomColorColumnWidth=3000
Controlling the BOM Color Thumbnail Column Width
This property setting controls the width of the BOM color thumbnail column in the exported Excel file for a bill of materials. The BOM color column in the BOM report format is the color name plus the color chip. This property controls the color chip width in the exported Excel file.
The unit is in 1/256 character. The acceptable range for this value is from 0 to bomColorColumnWidth.
If set to 0, then the color chip does not display. If set to a value greater than the bomColorColumnWidth, it is automatically set to 40% of the bomColorColumnWidth.
com.lcs.wc.client.web.ExcelGenerator.bomColorThumbnailWidth=1200
Defining Attributes for Material
This property setting defines which attributes should be looked at for Material. Attributes are separated by a comma.
com.lcs.wc.BOM.releventMaterialAtt=msUnitOfMeasure,materialPrice
Defining Attributes for Material Supplier
This property setting defines which attributes should be looked at for Material Supplier. Attributes are separated by a comma.
com.lcs.wc.BOM.releventMaterialSupplierAtt=msUnitOfMeasure,materialPrice
Controlling BOM Data in Plugins
This property setting controls BOM data that is used in plugins. If this property is set to true and there are LCSPluginManager.BOM_ROLL_UP plugins, then the standard BOM query is used to pull and cache the BOM data to be used in those plugins.
com.lcs.wc.flexbom.useStandardBomQueryInRollUp=true