cancel
Showing results for 
Search instead for 
Did you mean: 

Metadata validation

simon
Champ in-the-making
Champ in-the-making
Hi,

There doesn't seem to be any metadata validation in the Alfresco system at the moment. You can upload a document no matter what was entered and if the metadata was set correctly.

Are there any plans of adding some kind of metadata validation? It would be nice to check if the author is known in the LDAP or just to prevent an empty field. It's possible that this requirement is not always needed: should still be possible to upload an external document (author not known in the LDAP).

This LDAP stuff is just an example, metadata validation in general would be nice. And if so what would be the impact when I upload a document using CIFS or WebDAV?

Thanks!

Update (Jan 30): Did find some answers in this post Drop down list and mandatory metadata but I wonder how WebDAV and/or CIFS wil react if metadata validation will be possible… anyone?
1 REPLY 1

paulhh
Champ in-the-making
Champ in-the-making
What we are planning is to have the concept of "required" properties (as opposed to mandatory).  An object will be allowed to exist without any "required" properties, but will not be created if it is missing any "mandatory" data.  In this way, we can allow content to be added via CIFS, WebDAV and for it to be specialized to a different content type.

However, some services will not be allowed to operate on an object unless its "required" data is complete (e.g. workflow, check out).  In the web client, required fields will be collected at creation time (upload or inline).  In CIFS, a virtual link to the properties page will be created for objects needing metadata.

Probably 🙂