09-15-2012 09:37 AM
var parent = space.getParent();
var siteShortName = space.getSiteShortName();
var siteGroup = "GROUP_site_" + siteShortName;
var template = "Dizionario dei dati/Modelli di e-mail/Modelli di e-mail di notifica/notifica_documento_aggiunto.html.txt";
// create mail action
var mail = actions.create("mail");
mail.parameters.to_many = siteGroup;
mail.parameters.subject="Nuovo Documento nel progetto " + siteShortName;
//mail.parameters.text="blablabla";
mail.parameters.template = companyhome.childByNamePath(template);
//execute action against a document
mail.execute(document);
09-16-2012 04:14 AM
var siteGroupManagers = "GROUP_site_" + siteShortName + "_SiteManager";
09-22-2012 10:28 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.