cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple recipients to send mail step

Former Member
0 Kudos

Hi,

I have custom Z table holding recipients of notification (when employee leaves company). Now I need to assign multiple recipients (from this Z table) to send mail step in my workflow. Is it somehow possible? Thanks in advance.

Tomas

View Entire Topic
Former Member
0 Kudos

Hi,

Create an element in the workflow container which is of type 'multiline'. Create a new task to get the agents as per your requirement from the Ztable and populate this element. Then use the same element in the Sendmail Step to send the mail to many recipients.

Hope this will help.

Regards,

Samson

Former Member
0 Kudos

Hi,

thanks for advice, I did it this way. I implemented method in BO EMPLOYEET (calls a function module), that fills the multiline workflow container element. Then I use this element in the send mail task as an e-mail address and it works.

Best regards,

Tomas