06-25-2014 12:30 PM
06-26-2014 02:07 AM
var mail = actions.create("mail");
var candidateGroupName = "GROUP_AZ RRD Client Services";
var candidateGroup = new Array(candidateGroupName);
mail.parameters.to_many=candidateGroup;
mail.parameters.subject = "Adhoc Task " ;
mail.parameters.from = initiator.properties.email;
mail.parameters.text = "It's done";
mail.execute(null)//here if you want you can use companyhome in place of null
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.