Hi, somebody knows how can i define and execute further constraints? i have read what alfresco developers guide refers to, and i don´t understand. Any example?
i want to know too, if there are any way for using constraints dinamicaly, i.e. add values to the constraind while i´m using the application client
Hi, Have you taken a look at all the implementations of org.alfresco.repo.dictionary.constraint.AbstractConstraint?
You can't dynamically add values to the list constraint. If you extended the list constraint to read values from a database table or document in the repository then you would have dynamic behaviour.