I ask you one thing about a need for primary type from any end user in a system.
I created a custom template for the form of Alfresco Share which are metadata type for LIST elements preloaded from the xml template.
But ask me if you can allow the user end user to add elements in the list without requiring help from a technical figure that ties up the hands of the template file to xml.
That is possible but not that simple. For that you need to create one content in Alfresco where you will be maintaining the list of values. In the content model that constrain will be custom constrain which reads that file and populate the set of values. So , now whenever user wants to add new value to that list he just need to edit that file and add that value. Looks difficult isn't it :?:
create content means you can create some csv file upload it in the alfresco. Then read the values from that file to populate the list in the property. Whenever you want to add new value you just need to edit that file in the alfresco. 😎
This functionality to dynamically update a list property's allowed valued would be extremely useful. I looked at the referenced blog and have searched around but cannot find the syntax to reference a separate file. Could an example model file be provided?