How to find empty rep:AutorizableFolder | Community
Skip to main content
Clemente_Pereyr
New Participant
October 16, 2015
Solved

How to find empty rep:AutorizableFolder

  • October 16, 2015
  • 1 reply
  • 855 views

Hi everyone,

we are making a big change of structure in our CRX because we were having performance issues with +1000 users per folder. So we decided to store them in a different way.

Now, we would like to remove all the empty folders that don't contains users anymore. So, we need a way to get all those empty rep:AuthorizableFolder with some kind of query.

Thanks in advance.

Cheers.

Clemente.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by gcarlino

It should be possible with the Query Builder, but you would need to write a custom predicate evaluator.

Hope this helps

1 reply

gcarlino
gcarlinoAccepted solution
Employee
October 16, 2015

It should be possible with the Query Builder, but you would need to write a custom predicate evaluator.

Hope this helps