@Hunter You can add multiple addresses, enter them with a comma between them, no spaces.
s
sam1128
10/19/2018, 11:31 AM
Where you wanna enter them.
sam1128
10/19/2018, 11:31 AM
Maybe use || ( pipe)
h
Hunter
10/25/2018, 8:56 AM
Hi Guys, thanks for the reply. The email addresses must be sourced from a field on the record. They will not be static. I wonder if the CC field will accept a field reference like {custbody_res_team_email}... ?
m
markderrick
10/25/2018, 1:00 PM
Yes, that should work. Create a custom field to concatenate the required emails, and then insert that into the CC field in the Workflow action.
h
Hunter
10/26/2018, 3:38 AM
Thanks Mark. Seems it won't work. The cc parameter of an nlapiSendEmail call or a Send Email workflow action accepts only one of the following valid values:
a single email address
multiple e-mail addresses separated only by single commas
null
and the From Field option only accepts fields that are of type Entity (Employee)
Hunter
10/26/2018, 3:40 AM
I guess a script will be necessary to dynamically source the fields.