Hi,
I'm trying to move a PDF from one folder to another folder. If the name of the PDF does not match with any of the PDFs in the destination folder, then it's working fine. But, if the destination folder contains a PDF with the same name, then I'm getting an exception saying that "New name clashes with an existing node in the destination parent folder". Is there a way to update the existing node latest version of the PDF?
Thanks,
Saikiran
Solved! Go to Solution.
Not with a move call because then it would no longer be a move, rather a merge. Your client should check before the move whether a similarly named node exists in the target and then either do the move or perform an update on the existing one (after which the node in the source folder would probably need to be deleted).
Not with a move call because then it would no longer be a move, rather a merge. Your client should check before the move whether a similarly named node exists in the target and then either do the move or perform an update on the existing one (after which the node in the source folder would probably need to be deleted).
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.