Alfresco Share v5.2.f
Alfresco Community v5.2.0
-------------------------------------
An app is using alfresco repo, user logs into the app & updates a file in alfresco repo via CMIS 1.1. Can we have a custom property myUpdatedBy which value can be assigned to each file version separately?
I found two properties that could potentially be used but thy are read only (CTRL + F search for cmis:lastModifiedBy)
cmis:createdBy
cmis:lastModifiedBy
Example:
Model: sam
Custom Type: sam:updater, Parent: cm:content
Property: sam:myUpdatedBy
I tried this out, but the behavior is very strange. For example the property gets deleted from version 1. Am I doing something wrong?