Hi , the link you tell me shows an exemple with "imageClassification", that i want is to add a property to a document and not to an imageClassification.
Can you tell me what i must to do add a property to a document call mystatus
1)You have to define the property to a model. You have the choice to place it in a Type or in an Aspect, the second is usually better. http://wiki.alfresco.com/wiki/Data_Dictionary_Guide you may want to tweak the UI so you can add this type/aspect to the UI, too. http://ecmarchitect.com/archives/2007/06/09/756 2)Then You have to either create a Document of that type or add the aspect to the document, depending on the choice of setp1 3)Follow the answer of mrogers replacing the condition with your type/aspect name