The E-BOM Exchange export is controlled by the 3DEXPERIENCE platform attribute BOM_Type
of the
3DEXPERIENCE platform object, which works as a filter on the structure.
For a part to be exported, the value of attribute BOM_Type
must correspond to the value defined with the
property BOM_Type
in file XPGAdapterConfig.properties
located at
server\STAGING\<enoviaapplicationname>\WEB-INF\classes\XPG
.
If BOM_Type
is blank or not set in XPGAdapterConfig.properties
no filter is applied.
The value of BOM_Type
can be BOM
, BOD
or BOTH
.
For example:
For exporting only parts having BOM_Type
attribute set to value BOM
, the value in
XPGAdapterConfig.properties
file must be BOM_Type=BOM
.