Hi I'm new to alfresco. I started using alfresco share community edition 5.0. I uploaded a word document. I also have a PDF and HTML transformations of the word doc on my local machine. How can i import these files and relate to the source word document as transformations?
You could achieve this by doing little customization in alfresco. Create content model add new associations in one of the aspect. Then associate aspect to you main word document. Then you will be able to associate those HTML and PDF transformation as associated documents.
Create javascript based rule which will do association automatically for you. You could follow some naming conversion for identifying related files.
Hi Mits, Thank you for the response. Can you please give any pointers to documentation for the steps on customization. I would like this feature generic and available for all files.