- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I've created a custom job to move files to another folder and I'm facing problems with it.
I've read this is an already built-in feature but I can't find it in Vault Professional 2023.
The documentation says:
Move files in a vault
- Select a file or files.
- From the Edit menu, select Move to Folder.
- In the Select Vault Location dialog box, browse for the new location in the vault and then click OK.
Official link: https://help.autodesk.com/view/VAULT/2023/ENU/?guid=GUID-832F39E3-D97E-4BC5-81BC-38143FBB47A0
I don't know what they mean by "Edit menu" and I can't see the "Move to Folder" function anywhere on the UI in the client.
The problem I am facing with my own implementation of this feature is the following:
After a Inventor model was moved to another folder, checked out, modified, saved and tried to be checked-in again, an error appears that the "dwf" file already exists with the same name.
"A file with this name is already existing in the Vault".
Basically all I do is executing the following code line from the context menu of selected files:
serviceManager.DocumentService.MoveFile(file.MasterId, file.FolderId, targetFolder.Id);
Does this API method requiere to move the associated DWF file separately?
All help is very much appreciated.
Thanks!
Solved! Go to Solution.