How to get list of folder rules

cancel
Showing results for 
Search instead for 
Did you mean: 
saadm2005
Active Member

How to get list of folder rules

Im using an older version of alfresco 4.2 . Is it possible to extract list of all folder rules applied on each site in alfresco via metadata? or any other way?

3 Replies
oounoughi
Established Member

Re: How to get list of folder rules

Hi,

You can use the query alfresco-fts :

TYPE:"cm:folder" AND ASPECT:"rule:rules"

it return all folders that have rules

Regards,

O.

 

saadm2005
Active Member

Re: How to get list of folder rules

Thanks a lot for your response. can I use this in a url or database? Actually Im more of a frontend engineer rather than developer

CologneClaret
Active Member

Re: How to get list of folder rules

Hi oounoughi,

thanks for the info.

How can I find where a specific rule is being applied?

Using the search query below I get the list of folders.

Ideally I would like a list of rules and then the folders where each is applied, or at least be able to find where a specific rule is applied.

Thank you :-)