Undo move of documents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2020 05:02 PM
I found myself in a typical situation but not easy solution, was using DAM and selected several pictures I was interested on, by mistake I moved them to one specific directory and wanted them to go back to their original places and had to do it manually, one by one moving them, is there any "undo" button or what should it be the right solution for this situation?. Create an "undo" button? If so, any hint to create it? Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2020 06:06 PM
Hello, there's no undo feature in Web UI. For your situation, I would create a custom script to set them back to the original location (first an NXQL to fetch those doucments, then the Document.Move operation), then link it to a button for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2020 06:21 PM
Could you please give me a hint where should I start? I haven't used Studio yet and don't know how to start to achieve this. And btw thanks for your answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2020 06:41 PM
- Find the NXQL search that points to all your docs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2020 06:44 PM
Kewl, thanks, also need a "Select all" button and I think this would be the same way, this would help by now, Best regards Gregory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2020 06:48 PM
Or use the clipboard once selected