I have the use case to map some property values from the folder to the document when the document is created. I saw that you provide a functionality that can do this - unfortunately it is not working in my Alfresco system. Here is the configuration that I have added: D:doc:hrdoc.doc:docPersNr=F:doc:dossier.doc:dossierPersNr
You have to escape the special characters like . and : on the right side with a backslash. The correct config looks like this: D:doc:hrdoc.doc:docPersNr=F\:doc\:dossier\.doc\:dossierPersNr