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.
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 theDisplayStandardNamesForAttributeshost 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 eNodeMaterialMaterials 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
eNodeProcessProcesses compatible with a material
Custom lists of processes in your Teamcenter system
eNodeSurfaceTreatmentSurface treatments compatible with a material
Custom lists of surface treatments in your Teamcenter system
eNodeColorColors 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.