09-02-2009 07:21 AM
if document.hasPermission("ChangePermissions"){
document.setInheritsPermissions(false);
var permissions = document.permissions;
var acl=[];
for (var i=0; i<permissions.length; i++)
{
   acl = permissions[i].split(";");
   var perm=acl[2];
   var grp=acl[1];
   document.removePermission(perm,grp);
}
document.setPermission("Coordinator", "GROUP_SEGURIDAD MAXIMA");
}
09-11-2009 07:28 AM
 .
. 
					
				
		
12-21-2009 07:47 PM
12-30-2009 05:53 AM
05-10-2010 07:09 AM
if (document.hasPermission("ChangePermissions")) 
					
				
		
08-02-2011 04:53 AM
 
					
				
				
			
		
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.