cancel
Showing results for 
Search instead for 
Did you mean: 

Create rule to move docs with specific author!

manmeet
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

simon
Champ in-the-making
Champ in-the-making
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.