Additional Windchill Capabilities > Service Information Management > Customizing Windchill Service Information Manager and Windchill Service Parts > Customizing Windchill Service Parts Overview > Defining Custom Locations for Configuration Files
  
Defining Custom Locations for Configuration Files
It is possible to specify custom locations for certain configuration files that support Windchill Service Parts processes.
Stylesheet for the Export Parts List to XML action
The sample XSLT stylesheet that supports this action is located at WT_HOME/codebase/com/ptc/arbortext/windchill/partlist/publishing/partslist2sbom.xsl.
The location for the stylesheet can be overridden by setting the following property in WT_HOME/site.xconf:
<Property targetFile="codebase/wt.properties" overridable="true"
name="sim.partslist2sbom.xslt"
value="D:\custom\identity.xsl"/>
Ensure that you edit site.xconf via the xconfmanager utility. Refer to About the xconfmanager Utility for information.
The method server must be restarted after making this change.