Attribute value columns

For each additional column containing attribute values, you must specify the attribute to display. In addition, you can add custom formatting, and filter the lists that the column is displayed in by record type.

Each column definition consists of the following elements:
attribute
The standard name of the attribute that will be displayed in the column.
format

(optional) The name of a custom formatter that exists in the referenced custom formats setting.

If this element is omitted, no formatting will be applied to the column. The attribute values will be displayed as plain text, and the attribute name will be used as the column header.
Note: If the DisplayStandardNamesForAttributes host configuration option is enabled, the Standard Name is displayed instead of the attribute name. See Standard Name Settings.
sectionType
(optional) When the column configuration is enabled for lists of related records, displays the column for the specified type of record only. Possible values are:
Value Column is displayed in these lists
eNodeMaterial

Materials compatible with a process, surface treatment, or color

Simulation Records linked to a CAD Material

CAD Materials linked to a Simulation Record

Custom lists of materials in your Teamcenter system

eNodeProcess

Processes compatible with a material

Custom lists of processes in your Teamcenter system

eNodeSurfaceTreatment

Surface treatments compatible with a material

Custom lists of surface treatments in your Teamcenter system

eNodeColor

Colors compatible with a material

Custom lists of colors in your Teamcenter system

If omitted, the column will be displayed in all lists of related records.
Note: This setting has no effect in Favorites or Search results.

For example, the column definition

              { 
                "attribute": "Recycle fraction in current supply", 
                "format": "recycle_bands", 
                "sectionType": "eNodeMaterial" 
              },

will display a column containing the value of the attribute with standard name ‘Recycle fraction in current supply’, for lists of Material records only. The column will be formatted using the custom formatter recycle_bands, which must be defined in the custom format referenced at the start of the column configuration.