Create rule to move docs with specific author!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 11:38 AM
I have a space structure as below.
Company Home
|–Documents
|—-|–Author001
|—-|–Author002
|—-|–
|—-|–
|—-|–Author00N
Now all my content files(PDF) are uploaded to the Documents space.
I need to create a rule which reads the author name from the meta-data and moves the file to the appropriate space.
How do I create a rule for the same?
————————-
Thanks, Manmeet
Company Home
|–Documents
|—-|–Author001
|—-|–Author002
|—-|–
|—-|–
|—-|–Author00N
Now all my content files(PDF) are uploaded to the Documents space.
I need to create a rule which reads the author name from the meta-data and moves the file to the appropriate space.
How do I create a rule for the same?
————————-
Thanks, Manmeet
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 04:11 AM
You could write a JavaScript that looks for the author property and moves it to the specified space when there is a match? Take a look at the backup.js example where they copy a file and the WIKI page for more information.
