Servigistics InService Customization > Customizing the Servigistics InService User Interface > Displaying Custom Attributes on the Part Information Tab
  
Displaying Custom Attributes on the Part Information Tab
You can display custom attributes on the part information tab.
Sample Code
You must add your customizations to the ..\Assets-PxTAL\StyleSheets\PARTSLIST\abstractCustomPartsList.xsl file.

<xsl:template match="PartsList/Items/Item/PartListItem"
mode="custom-process-partlist-item”>
<attr key="NOB">
<xsl:value-of select="Metadata/Property<@token=’NOB’]/Value"/>
</attr>
</xsl:template>

<collection name="parts">
<list>
<items>
<item>
<actions/>
<attributes>
<attr key="position">1</attr>
<attr key="figureNumber"/>
<attr key="illustrated">true</attr>
<attr key="indenture"/>
<attr key="remarks">false</attr>
<attr key="orgName"/>
<attr key="partsListItemName">DAMPER</attr>
<attr key="descriptiveModifier"/>
<attr key="unitOfMeasure">as_needed</attr>
<attr key="serviceable">true</attr>
<attr key="lineNumber">1</attr>
<attr key="quantity">1</attr>
<attr key="itemNumber">1</attr>
<attr key="partNumber">22U-01-21310</attr>
<attr key="createdTimeStamp"/>
<attr key="modifiedTimeStamp"/>
<attr key="applicability">{<prodattr:eff_rg=70001;#KMT-EX_PC27MR-3;]
<prodattr:eff_rg=70002;#KMT-EX_PC27MR-3;]
<prodattr:eff_rg=70003;#KMT-EX_PC27MR-3;]}</attr>
<attr key=” NOB”>Ihora</attr>
<attr key="hasAssociatedPartsLists">false</attr>
</attributes>
<modifiers>
<attr key="descriptiveModifier"/>
</modifiers>