Enabling Generation of QuickView
Define the publish rules that help identification of objects for which QuickView thumbnail needs to be generated.
The publish rule is an existing mechanism. See WVS Publish Rules for more details.
The following example shows how to enable object identification for any assembly:

<Property name=""publish.usesPublishRules" overridable="true"
targetFile="codebase/WEB-INF/conf/wvs.properties"
value="PROE UG wt.part.WTPart"/>

To define objects for which the QuickView thumbnail is to be generated, in the publish tag, use the attribute generate-quickview-thumbnail and set its value to true.
For example, to create-representation event, the attribute will be set as follows:

<publish on="create-representation" generate-QuickView-thumbnail="true" />

Assign the conditional rules that help identify the publish job where QuickView thumbnail generation is expected. For more information on conditional rules, see Using Conditions in Publish Rules.
For an illustration of the syntax, see the out-of-the-box PublishRules-QuickViewThumbnail.xml file that resides in <Windchill>/codebase/com/ptc/wvs/server/xml.
The schedulers use the set fidelity as preferred fidelity to generate QuickView thumbnail. If this property is not specified with valid fidelity, the scheduler will not generate QuickView thumbnail for the multi-fidelity representations.
For example, the property will be set as follows:

<Property default="" name="thumbnail.quickview.fidelity"/>

War dies hilfreich?