The aim of this post is to describe how to use associations in Alfresco to link to a data list. The use case I’m addressing here is to be able to associate a folder with people held in a contact list. The first thing to do is to create the association in the model. Here […]
Monthly Archives: October 2012
CMIS using perl
I’ve had a requirement to get some document details out of Alfresco using perl. CMIS seems to be the obvious answer and a little bit of googling gives us the WebService::Cmis package. This seems to do the job nicely but the documentation isn’t great (hint: use the pod) so here is a trival example to […]