Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi
Is it possible to move items around (mass move) within a project?
Basically I have a project with about 50 folders, within each folder are wtparts, models and drawings. I need to move all content of the 50 folders into one folder within the project. Is this possible? The folder update script does not recognize the project name as a context
Cheers for any help
Hi Aidan,
if you are comfortable with using Windchill API (Customization), then to move a folder across containers use ContainerMoveHelper.service.moveAllVersions API. Refer to Windchill JavaDocs. You can download Windchill JavaDoc from https://support.ptc.com/appserver/cs/doc/refdoc.jsp
Below are few KB articles which can help you on this:
I hope this helps you. Feel free to reply if you have any questions.
Thanks,
Shirish
Hi Aidan,
OOTB , you can try cut-paste option. I am not sure about the "folder update script", is it an SQL script?
Regards,
Bhushan