cancel
Showing results for 
Search instead for 
Did you mean: 

Create rule to move docs with specific author, How to?

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

anweber
Champ in-the-making
Champ in-the-making
Hello,

   I think it's easy to solve.  You should write a little script (in JavaScript).  Then you define a rule to will execute your script for each incoming document (INBOUND event).  Your script have to read the author name from meta data and then move the current document to the target folder (attention to have enough rights to do this operation).

        Regards,

               Andre