09-02-2009 10:21 AM
09-02-2009 10:38 AM
04-07-2015 08:04 AM
09-03-2009 12:51 AM
09-03-2009 02:53 AM
11-30-2009 11:04 AM
12-15-2009 04:51 PM
04-09-2010 02:52 AM
I have tried the above mentioned code to send Email notifications, but I have the problem with the mail.execute() method. The mail.execute() method requires an input parameter called 'bpm_package' or 'NodeRef' object how can I get these objects into my webscripts.
var mail = actions.create("mail");
mail.parameters.to = thePerson.properties["cm:email"];
mail.parameters.subject = "Your user name";
mail.parameters.from = "admin@mysite.com";
mail.parameters.text = "Your user name is: '" + thePerson.properties['cm:userName'] + "'.";
mail.execute(thePerson);
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.