10-21-2020 01:54 PM
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.
10-21-2020 06:04 PM
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).
10-22-2020 11:59 AM
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.
10-22-2020 04:33 PM
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...
Explore our Alfresco products with the links below. Use labels to filter content by product module.