Hi, I have the following problem: When a user is created, they get a user home, usually in Users Home. Every time a space is created in Users Home, I want it to automaticly have some subspaces. How can I achieve this?
I've never done this myself but I can think of 2 possible approaches to accomplish this:
* Place a content rule on the User Home folder that executes a script when new folders are added * Implement the OnCreateNodePolicy and add the required behaviour to the onCreateNode method.
Good luck and let us know how this works out for you, Tom