Page 1 of 1

Create New Folder with Automation

PostPosted:Thu Feb 04, 2016 9:34 am
by john341
Hi to all,
I have the 6.3.1 community version of openkm.
I am trying to find a solution to achieve the following
When i am uploading a new doc create some metadata with automation (i am already done that) and after that create some folders based from the data from metadata and move the doc there...
For example in Taxonomy folder i am uploading a file with metadata like Test1,Test2.Create in Taxonomy a folder named Test1 in there a folder Test2 and in there put the new file...
Can this be done?

Re: Create New Folder with Automation

PostPosted:Fri Feb 05, 2016 8:17 am
by jllort
Yes, I can be done. You are creating a logic for automatic catalogue. After creating the document you can execute action to move it, based on some logic -> for it will be interesting you use the method createMissingFolders from OKMFolder class ( for creating missing folders ).

A good logic for catalogue is using metadata values ( link move action with set properties values ).