Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
How to set the target folder for part within a customized auto association?
I read support article CS277056, there they talk about the EPMWorkspaceHelper.manager.setTargetFolder API.
But when I tried to use it, it needs the new WTPart to be persistence, but on check in an error occurres with the message "The part is persistent!".
When the WTPart is not persistent the setTargetFolder function gets a null instead of a object id and doesn't execute. I get the following error: Cannot set target folder for objects that are not newly created. 1 out of 1 objects are not new.
Does someone have experience with it, and knows a solution?
Because I want the new WTParts to be in the same context as the EPMDocument when changing folder for new EPMDocument but not in the same folder, so the preference 'Store New Parts with CAD Documents' is not a solution.
Solved! Go to Solution.
Thanks @wcpeetc that work for me together with the setContainerReference on a WTPart.
Use FolderHelper.assignLocation.
Thanks @wcpeetc that work for me together with the setContainerReference on a WTPart.