Moving Files into External Folder

Morning.

I’ve found this discussion [url]Automatic move to external folder?] and I’m wondering whether the script, which is suggested in this discussion, will work with the current version of DTPO?

And, additionally, I want to ask you: Is it possible to run the script automatically, when a new item has been added to the respective group?

Thanks in advance for your support!

Kind regards, Friedrich

The synchronize lines of the script is no longer needed as DEVONthink now does that automatically when the group is selected.

The script is a triggered script, attached to the group, so no, it cannot run automatically when a document has been added to the group.

on triggered(theRecord)
   try
      tell application id "DNtp"
         deconsolidate record theRecord
      end tell
   end try
end triggered