Configuring Part Where Used Page Properties

You can configure properties that affect how Engineering BOM Management manages the part Where Used page.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To specify how levels are shown on the part Where Used page, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxEngineeringCentral.ShowNegativeInWhereUsed=false

    2. Set the value for this property depending on your business requirements:

      • true = The page shows level numbers preceded by a minus sign.
      • false = The page shows level numbers with no sign.

  3. To specify BOM level filter on the part Where Used page , follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxEngineeringCentral.DefaultEBOMLevelFilter=UpTo...
      

    2. Set the value for this property depending on your business requirements:

      • UpTo = Filter the BOM up to the level specified in emxEngineeringCentral.DefaultEBOMLevel.
      • All = Do not filter the BOM.
      • Highest = Filter to only the highest BOM level.

    3. To specify the BOM level, add or edit this line in the file used to import properties into a page object:

      emxEngineeringCentral.DefaultEBOMLevel=3
      

      The value can be any positive integer.

      Note: This setting is ignored if the default filter is anything other than "UpTo."

  4. To specify the revision filter on the part Where Used page, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceEngineeringCentral.WhereUsedRevFilter =  
      emxEngineeringCentral.Part.WhereUsedRevisionLast, \
      
      emxEngineeringCentral.Part.WhereUsedRevisionLatestReleased, \
      
      emxEngineeringCentral.Part.WhereUsedRevisionAll
      

      Use the WhereUsedRevFilter to change the default.

    2. Set the value for this property depending on your business requirements:

      You can remove any of the entries in this list.

      If this list is set to nothing, then the revision filter will default to Latest Released.

      • All = Does not filter by revision.
      • LatestReleased = This is the default. Filters to the latest revision. If this list is set to nothing, then the revision filter defaults to LatestReleased.
      • Last = Filters to the last revision.

  5. To specify products filter on the part Where Used page, follow these steps:
    1. Add or edit these lines in the file used to import properties into a page object:

      eServiceEngineeringCentral.WhereUsedProductsFilter =   
      
      emxEngineeringCentral.Part.WhereUsedProductsAll, \
      
      emxEngineeringCentral.Part.WhereUsedProductsNone, \                                                 
      
      emxEngineeringCentral.Part.WhereUsedProductsFeatures, \                                                
      
      emxEngineeringCentral.Part.WhereUsedProductsProducts, \                                                 
      
      emxEngineeringCentral.Part.WhereUsedProductsBuilds, \                                                
      
      emxEngineeringCentral.Part.WhereUsedProductsProductConfigurations
      

    2. By default, the property is configured.
  6. If needed, continue editing the page object. If finished, save the page.
  7. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxEngineeringCentral.properties page object. For more information, see Editing Properties Using MQL.