for each(prop in document.properties["cjp:dproc_listaAImplicadas"])
{
var mail = actions.create("mail");
var groups = new Array("GROUP_"+prop);
mail.parameters.to_many=groups;
mail.parameters.subject = "Nuevo Procedimiento elaborado por el area de " + document.properties["cjp:dproc_AreaOrigen"];
mail.parameters.from = "pepito.perezt@jda.es";
mail.parameters.template = companyhome.childByNamePath("Data Dictionary/Email Templates/notificar_grupos.ftl");
mail.parameters.text = "";
mail.execute(document);
}
notificar_grupos.ftlBuenos días ,
Le informamos de que un nuevo Procedimiento '${document.properties.description}' ha sido subido al espacio '${space.name}' por '${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}</#if>'.
Puedes verlo haciendo click sobre este link:
http://TUIP:8080/alfresco${document.url}
O puedes acceder al espacio:
<#assign ref=document.nodeRef>
<#assign workspace=ref[0..ref?index_of("://")-1]>
<#assign storenode=ref[ref?index_of("://")+3..]>
http://TUIP:8080/alfresco/n/showDocDetails/${document.nodeRef}
Saludos
<#if document.properties["cjp:dproc_AreaOrigen"]?exists>
Departamento de ${document.properties["cjp:dproc_AreaOrigen"]}
</#if>
Buenos días ,
Le informamos de que un nuevo Procedimiento 'ppppppp' ha sido subido al espacio 'PROCEDIMIENTOS' por 'Administrator '.
Puedes verlo haciendo click sobre este link:
http://IP:8080/alfresco/d/d/workspace/SpacesStore/ddcc49bb-ac79-4d22-a496-8bb752ffe536/alfresco_bb.p...
O puedes acceder al espacio:
http://IP:8080/alfresco/n/showDocDetails/workspace://SpacesStore/ddcc49bb-ac79-4d22-a496-8bb752ffe53...
Saludos
Departamento de SISTEMAS
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.