TeamcenterKnowledge

Engineering BOM Management ─ Deployment and Administration

Display custom part and design properties as columns

You can display any custom properties added to a default or custom Part and Design business object as one of the columns when users load a part or a design.

Procedure

  1. Export the default column configuration file for AWClient in which the parameter uri is set as Awb0OccurrenceManagement. To do so, you run the export_uiconfig utility at the Teamcenter command prompt.

    For part properties:

    export_uiconfig -u=tc_admin_user_name -p=tc_admin_password -g=admin_group -file=path_of_the_output_file -client_scope_URI=Awb0OccurrenceManagement.Part Revision
    

    For design properties:

    export_uiconfig -u=tc_admin_user_name -p=tc_admin_password -g=admin_group -file=path_of_the_output_file -client_scope_URI=Awb0OccurrenceManagement.Design Revision
    
  2. Open the output file that you specified in the -file argument of the export_uiconfig utility.

  3. Include the part properties or design properties in this file.

    For example:

    <ColumnDef ObjectType="Awb0PartElement" propertyName="awb0CustomPartProperty" width="100"/>
    
  4. For part properties, set the name and uri as Awb0OccurrenceManagement.Part Revision. For design properties, set these as Awb0OccurrenceManagement.Design Revision.

  5. Import the new column configuration file:

    import_uiconfig -u=tc_admin_user_name -p=tc_admin_password -g=admin_group -file=path_of_the_file_to_be_imported -action=merge
    

Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.ebom_admin/xid2134844 · retrieved 2026-07-11