 
					
				
		
11-13-2009 10:32 AM
11-13-2009 11:26 AM
var logFile = space.childByNamePath("log_operaciones_ficheros_entrada.txt");
if (logFile == null)
   logFile = space.createFile("log_operaciones_ficheros_entrada.txt");
//por ejemplo añadimos nombre del doc y fecha llegada
var fecha = new Date().toGMTString();
logFile.content+=document.name+" -> "+fecha+"\r\n";
var logFile = space.childByNamePath("log_operaciones_ficheros_salida.txt");
if (logFile == null)
   logFile = space.createFile("log_operaciones_ficheros_salida.txt");
//por ejemplo añadimos nombre del doc y fecha salida
var fecha = new Date().toGMTString();
logFile.content+=document.name+" -> "+fecha+"\r\n";
 .
. 
					
				
		
11-17-2009 08:14 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.