Skip to main content
1-Visitor
March 8, 2017
Question

New Representataion

  • March 8, 2017
  • 2 replies
  • 1811 views

Hi

     Is there any way for auto creation of additional files like stp,iges,dxf etc when the document is check in, right now i have to manually create new representation for every models and drawing, is it possible that when the data is checked in it will auto generate all the additional file types

thanks in advance

2 replies

1-Visitor
March 8, 2017
1-Visitor
March 8, 2017

My preferred option is to add a property to your xconf file.

Example:

<Property name ="publish.service.readytopublish.enabled" overridable ="true" targetFile ="codebase/WEB-INF/conf/wvs.properties" value ="true"/>         <!-- Publish at Check In -->

<Property name ="publish.service.documents.checkin.enabled" overridable ="true" targetFile ="codebase/WEB-INF/conf/wvs.properties" value ="false"/>     <!-- Publish at Check In -->

17-Peridot
March 8, 2017

If you need to have additional file types like step or dxf then you need to setup some publish rules.

Have a look at https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS81396