cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy the share (url) of a document to a file

bisana
Champ on-the-rise
Champ on-the-rise

Dear All,

I am evaluating Alfresco CE 5.2(201612), installed

My requirement is that, each time when the user checks in document, I have to copy the share url to text file out side the alfresco systems. Like to request advice on how could I do it?, will be great help if I can get the url or documents to refer on.

Thanks

Joseph John

1 REPLY 1

romschn
Star Collaborator
Star Collaborator

If I understand correctly, basically you want to maintain a list of content url for all the versions uploaded for the given content. Is that correct? If so, I would suggest not to maintain it explicitly in a separate file. You can create a custom web script, which will basically return you the required information. Take a look at   wherein you will get an example about how to query it through CMIS. If above is not you are looking for then kindly help me understand your scenario in order to be of help further.

Hope this helps.