10-20-2010 01:19 AM
var mail = actions.create("mail");
mail.parameters.to = initiator.properties["cm:email"];
mail.parameters.subject = "Adhoc Task " + bpm_workflowDescription;
mail.parameters.from = bpm_assignee.properties["cm:email"];
//mail.parameters.text = "It's done";
mail.parameters.template = ………
mail.execute(bpm_package);
I have modified the code and I am using a template rather than adding everything inside the text parameter as I had other issues that could not be resolved when I dumped the contents inside the text parameter.
<HTML><BODY><TABLE>…..</TABLE></BODY></HTML>
10-22-2010 03:20 AM
10-25-2010 06:44 PM
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.