cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

New Representataion

ng-2
5-Regular Member

New Representataion

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

3 REPLIES 3
aakolkar
4-Participant
(To:ng-2)

Pro/Batch maybe able to do this. Here are the details:  https://community.ptc.com/t5/System-Administration/Batch-saving-and-opening-multiple-files-at-once/td-p/129

 

 

-Amol

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 -->

BjoernRueegg
17-Peridot
(To:ng-2)

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

Top Tags