cancel
Showing results for 
Search instead for 
Did you mean: 

How to NOT send workflow mail to external mailID only for specific workflows

former_member633894
Discoverer
0 Kudos
154

As per the workflow, when the mailID is maintained in the masterdata, the workflow mail is sent automatically to the external mail. But my requirement is only with respect to few workflows, how can I not allow mail to external mail ID for a particular workflow.

Accepted Solutions (0)

Answers (1)

Answers (1)

keohanster
Active Contributor
0 Kudos

Hi Praseeda,

Since you have this requirement to not send email to external email addresses for a few workflows, I recommend that you put develop some code (in a method) which will look at all the email addresses, and delete the ones that are external. You could possibly re-use this method in each of the workflows as needed.

Good luck,

Sue