Advanced Customization > Business Logic Customization > Customizing the Product Structure Explorer (PSE) > Customizing Configurable Links in PSE and MPSE
  
Customizing Configurable Links in PSE and MPSE
As a Windchill MPMLink administrator, you can use configurable link XML templates that include all configuration information necessary to deploy one tab in PSE including a table for each configurable link type that you have created.
These template files are located in:
Windchill\codebase\config\logicrepository\xml\explorer\structureexplorer\configurablelinksexample\templates\
To customize these templates:
1. Read the following text file for general configuration information:
deploying_configurable_links_in_pse.txt
2. Select and open any of the template files in a text editor. Each template contains additional information that you can use to customize. Each customization point in the XML template file is labeled with specific instructions on what you need to provide.
3. To add the configurable link to the Manufacturing Product Structure Explorer navigate to the following location:
Windchill\codebase\config\logicrepository\xml\explorer\associativebom\AssociativeBOMExplorerMain.xml
4. Find the TabSet tag with the id “ptc.mpm.pse.ExplorerTaskTabSet.”
5. Add the following Import tag:
<Import id="ptc.wnc.exp.RelatedObjectsTab"/>