Hi, I use Alfresco 2.1 and I would like to create a file each time a user logs on to a specific space. The ideal would be to create a rule that my scripts run every time a user logs on to the space. I saw that the rules are triggered only when a document is entering, leaving or change. I should trigger when a user reads a document in space. Any suggestion?
Write a evaluator. Check if the user is in the specific page. If he is, you create it. I don't know if it is possible to create a file in an evaluator, but it should be.
Hi guise ! I have created a new user n new space for him in User Homes/sanket home (suppose)
I want that when I create a user n space for him alongwith, two folders (private and public) should be automatically created in that new space created for that user.
I.E sanket space will contain public and private folders automatically when I open sanket space.