Hi,Currently my wft file sends mail to one person, on external task the ipl used for mail is iw_soluitons_mail. If I need to send mail to more then one person on external task, do I need to edit the tpl file for mail?The tpl used is same provided by Interwoven. I have attached in this thread.Is there any other way to send mail for more then one person on external task?Please let me know.Thanks in advance
Hi,Could you please put light on 'add task variables to pass the additional recipient information along to it.'Thanks and Regards,SatishKumar T Jadhav
Create a task variable like mail_to and assign it multiple values (comma separated) and then in the PT, extract the value of that variable to retrieve the list of recipients.
Hi ,I have created a variable like below,in my workflow.But when I try to retrive the value of all_apporver_list , I getting blank value.$from =iwpt_dcr_value('dcr.workflowinformation.task.variables.variable@all_approver_list');Could you please let me know, if there is some mistake in above line.Thanks
I think you have to put dcr.workflowinformation.task.variables.variable[0]@all_approver_list' if it is the first variable in variables tag.does it have space in between key and value <variable key='all_approver_list' value='user1,user2,user3,user4'/>
Hi, I tried with dcr.workflowinformation.task.variables.variable[0]@all_approver_list' but still the value is blank