03-05-2010 09:15 AM
03-05-2010 11:01 AM
var mail = actions.create("mail");
mail.parameters.from = person.properties.email;
mail.parameters.to = "somebody@somewhere.com";
mail.parameters.subject = "Subject";
mail.parameters.text = textStringOrYouCanUseFTL;
mail.execute(document);
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.