<BomTable>
Section:
Mappings
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Defines the BOM tables available in the database.
If you define BOM tables in your custom xml file, they replace the existing definitions. They are not merged with the existing BOM tables defined in wmconf.xml. You must copy any desired <BomTable> tags from wmconf.xml into your custom xml file.
This tag may be configured to use a localization catalog.
Example
This example shows a valid configuration for the tag:
<Mappings>
<BomTable>CLASSNAME</BomTable>
<BomTable catalog="awm_stda" msg_num="125">A</BomTable>
<BomTable catalog="awm_stda" msg_num="126">B</BomTable>
<BomTable catalog="awm_stda" msg_num="127">C</BomTable>
</Mappings>
Was this helpful?