cancel
Showing results for 
Search instead for 
Did you mean: 

Grant time-limited access to files or folders

azaharizaman
Champ in-the-making
Champ in-the-making
Hi there,

I was wondering if it is possible to gives access to a user which does not belong to the site a time-limited (or temporal) access to a file or a folder. For say, I have a managers sites, but I do not want to invite my executives in. I have 1 file that I need my executive to review. I could have copy the files to other folder which he has access to but I will loose all comments on the original file. I want my executive to read these comments as well.

I thought of doing this through workflow, but I can't seem to get the file/folder visible to my executive, unless I invited him in. Any ideas of how to implement this?

Thanks in advance
2 REPLIES 2

iamdhavaljoshi
Champ in-the-making
Champ in-the-making
Hi,

I gone through your requirement on top of that my understanding is,

You have manager sites where managers have some documents which require executive review. But you don't want to invite executives to that manager site. Still you want manager and executive work collaboratively. According to me technically it's not possible as per the alfresco role and permission model. But i can suggest you some workaround approaches.

Approach 1:-

Very easy - Create one more site for collaboration between mangers and executives. Mange all documents which require executive review over here.Here you can have your workflow configure to establish executive review process.

Approach 2:-

If you can't create or don't want to create new collaboration site then what you can do is,
First manager trigger review process from manager site, as part of this process he can first select user(Executive) to whom he want to send his document for review.
Once manager select executive of his choice he will move for next step(Event notification & email). In event and email notification step first we will create one custom content called "Event".
Each event is uniquely identify by it's event id (name of event). Now selected executive get both event notification and email notification. Executive will get event notification in custom dashlet called "Review Event" .
Executive will also get an email,  that he has one document for review and email body contains all supportive information like comments associated with this document etc. and document itself attached with this email.
In email subject we have event id, which identify that this email is associated with given event id (in email subject). By this we have created relationship between review event and sent email.

Now executive will download document and review it, and his comments on event and mark it as "REVIEWED". Manger will also get email notification on document get reviewed by executive.

- Dhaval Joshi
Lead Consultant
Cignex DATAMAtics

azaharizaman
Champ in-the-making
Champ in-the-making
Hi Joshi,

Thanks for the reply and suggestion. Approach no 2 is quite close to my requirements, although I will also need the executive to see previous comments by other users and he can also comment of the documents. I want to use the commenting features of alfresco as the communication medium for the documents. I could have them email and downloaded but it will defeat the purpose of adding comments.

regards.