-
development mode of xcp
Anybody used development mode of xcp? when I add the querystring, pages are not loading and throwing some javascript error in the console.
-
Deleting virutal documents and not content
Hello Experts, We've a requirements wherein we are supposed to delete Virtual Documents and not the document which are part of virtual document group. Can anyone let me know if this can be handled with simple operations or do we need to check in detail and if then what? Regards Prashant
-
Registering dm_logon_failure event
Hi community, I'm facing an issue registering the event dm_logon_failure but I don't understand why. I want to receive a mail each time someone is trying to log to a repository using the installation owner and fails, so i wrote this API script : retrieve,c,dm_user where user_name IN (select r_install_owner from…