Additional Windchill Capabilities > Manufacturing Process Management > Customizing the Product Structure Explorer (PSE) > Creating a Requirements Tab > Define the <AssociationTable> element for the Requirements tab
  
Define the <AssociationTable> element for the Requirements tab
This will define the AssociationTable element used by the Requirements tab.
1. Open the PDMLinkExplorerMain.xml file from the following location:
<Windchill>/codebase/config/logicrepository/xml/explorer/product
structure
2. After the <Tab> element definition for the Requirements tab, define the <AssociationTable> element.
<Tab id="mycom.wnc.exp.RequirementsTab" ... >
...
</Tab>

<AssociationTable
id="mycom.pdm.pse.mycom.pdm.pse.RequirementAssocTable">
<Label>
<Resource key="requirementsLabel"/>
</Label>
<Import id="mycom.wnc.exp.RequirementSAD"/>
<Import id="mycom.wnc.exp.ChangeActionTabTable"/>
<Import id="mycom.wnc.exp.ChangeActionAssocTableAA"/>
</AssociationTable>
* 
The id attribute for the <AssociationTable> must match the id specified in the import sub-element of the <Tab> element defined above.
The <Resource> sub-element of the <Label> element refers to the text label defined in the resource file to be used for the table.