Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Translate the entire conversation x

Need to exclude some document types from office worker

LS_10690167
6-Contributor

Need to exclude some document types from office worker

I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.4

we need exclude the one or more windchill Document type from office worker to converting the PDF
2 REPLIES 2
TDT
15-Moonstone
15-Moonstone
(To:LS_10690167)

Hi @LS_10690167,

 

This can be implemented using publish rules.

Enable publish.usesPublishRules property in wvs.properties accordingly with worker name.

To configure, go to Product > Utilities > Visualization Configuration Administration UI, create a new configuration, and upload the XML file with the content provided below.

 

<?xml version="1.0" encoding="UTF-8"?>
<rules evaluate-rules-on-republish="true"
 xsi:schemaLocation="http://www.ptc.com PublishRulesSchema.xsd"
    <authoring-application name="">
      <condition name="is_Not_requiredtype">
<not>
<instance-of type="" />
</not>
      </condition>   
      <if condition="is_Not_requiredtype">
        <publish on="checkin"/>
        <publish on="create-representation"/>
        <publish on="schedule" />
        <publish on="unknown-source" />
      </if>
    </authoring-application>
</rules>
 
Note: This is a sample XML. Please modify it according to your requirements.

Hi @LS_10690167 ,

I wanted to see if you got the help you needed.

If so, please mark the appropriate reply as the Accepted Solution or please feel free to detail in a reply what has helped you and mark it as the Accepted Solution. It will help other members who may have the same question.
Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.

Of course, if you have more to share on your issue, please pursue the conversation.

Thanks,

Catalina
PTC Community Moderator
Announcements

Top Tags