Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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
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 -->
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