Advanced Customization > Business Logic Customization > DTI Customization Framework > Customize the Windchill tab in Microsoft Office > Implementation Example
  
Implementation Example
In the following example, the user needs to select a set of Windchill parts and query certain properties of these selected parts. We add these properties in a Microsoft Excel sheet in the form of column headers. The properties to be selected and its sequence will be provided as an input to the Windchill server. The response from the server would be picked up by the client and will be populated in a tabular form in the Microsoft Excel sheet.
A working example of this example is also available in the Windchill installation. To deploy the sample, use a Windchill shell and perform the following actions:
1. Navigate to prog_examples/DTI_Customization.
2. Under each src and src_web folder, find and invoke the ant script named build.xml. The file DTICustomizationReadMe.txt is included for quick reference.
3. Once ant has been invoked on both the ant files, restart the Windchill server.