alfresco - Alfressco: Find foldernames (partialy) matching string, mark all files as "read" -


i'm exploring possibilities use alfressco projects of projects. possible use alfresco script console following action:

  • find foldernames conataining string1 or string2 or string
  • then mark files in folders indication "read"

if it's not possible trough script console of alfressco, possible console of cmis workbench?

mark files in folders indication "read"

documents haven't got property or option "read" in alfresco ootb.

if want add property them, should create new custom type. check tutorial.

if using share, should modify share-config-custom.xml too, allow users modify or see property. if want change property massively, recomend implementing admin webscript.

to find folders names contain string1 or string2 or string

execute following cmis-alfresco query in node browser console. select * cmis:folder (cmis:name '%string1%' or cmis:name '%string2%')


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -