02-18-2009 06:24 AM
02-18-2009 08:14 AM
02-18-2009 09:20 AM
It is, but it depends on the method of storing. You can create your own custom action in the JSF Web Client to handle it, or do so in a potential custom interface. This however will not block uploads through CIFS, FTP or WebDAV …
02-19-2009 01:33 AM
02-19-2009 04:04 PM
In that case, you'll have to write your own Web Scripts & Web Services to do the validation.
02-23-2009 06:59 AM
Maybe. But common services will still exist and allow skipping of validation step…
02-24-2009 04:54 AM
Maybe. But common services will still exist and allow skipping of validation step…
Yup. Alternatively you could place an inheriting Content Rule on the root where you want this behaviour (or on every folder), in which you specify that you want to execute a script in the context of the transaction. You can have this script call a Java class, and have the Java class rollback the transaction. This will not give the user any feedback on why something happened, but it will block the upload / edit.
I would normally only use such methods if there are no alternatives, because you are hiding behaviour from the end user - who will think the system is broken if he can copy a file, but will not see it show up.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.