Alfresco 6.2 question.
Hello -
Is there a way to add properties to a group of existing folders that reside at the same level. e.g.. If the root folder is Claims and its subfolders are Patient folders, I would like to add 2 properties ( date and boolean flag ) to every Patient folder under claims ? ( note that each Patient folder holds all docs for that patient )
Please and thanks,
Glenn.
You can add properties on any folder if you define those in aspects. You can also do bulk changes via scripting (e.g. by using the JavaScript Console) or other, programmatic means (e.g. implementing custom web scripts / actions).
Hello afaust and thanks for your response - can you point me at the documentation to add properties in or via aspects ?
thanks in advance,
Glenn.
Refer following documentation links:
https://docs.alfresco.com/5.2/references/dev-extension-points-content-model.html
https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html
https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html
Must read:http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html
Project for reference: https://github.com/jpotts/alfresco-developer-series/tree/master/content/content-tutorial
Aspect based properties example: https://github.com/jpotts/alfresco-developer-series/blob/master/content/content-tutorial/content-tut...
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.