Skip to main content
6-Contributor
November 26, 2024
Question

Need to exclude some document types from office worker

  • November 26, 2024
  • 2 replies
  • 385 views
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

    16-Pearl
    November 27, 2024

    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.
    Catalina
    Community Moderator
    December 3, 2024

    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