Creating Publishing rules in Windchill
Hello everybody,
I am trying to make my first steps in creating publishing rules but I am not really sure what to do. Actually I am using this .xml code.
<?xml version="1.0" encoding="UTF-8"?>
<rules xmlns="http://www.ptc.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ptc.com PublishRulesSchema.xsd" >
<authoring-application name="PROE">
<additional-files name="standard_files">
<file type="dxf" display-label="DXF" default="true" output-prefix="dxf"/>
</additional-files>
<publish on="checkin" additional-files="standard_files">
<param-set-ref name="Additional Files Post Publish for Released Document"/>
</publish>
<publish on="create-representation" additional-files="standard_files">
<param-set-ref name="Additional Files Post Publish for Released Document"/>
</publish>
<param-set name="Additional Files Post Publish for Released Document">
<post-publish name="delegate">com.ptc.wvs.server.publish.AdditionalFilesPostPublishDelegate</post-publish>
<post-publish name="name">TEST_{AUTHORING_APP}_{EPM_NUMBER}_{ADDITIONAL_FILE_SECONDARY_EXTENSION}</post-publish>
<post-publish name="additional-file-secondary">.*\.(igs|stp|dxf)</post-publish>
<post-publish name="published-content-link">Released</post-publish>
</param-set>
</authoring-application>
</rules>
First of all can somebody explain me the difference between the parameters DefaultPostPublishDelegate,
EPMPostPublishDelegate and DDPostPublishDelegate?
My target is to generate dxf data in a specific number range of parts during the check-in. Can somebody help me with my project? I am actually using Windchill 12.1 with creo_view_adapters.
Thanks in advance!
Chris

