Skip to main content
Solved

Can more than three emails be added in 'Email copy to' field in a Program?

  • December 10, 2019
  • 1 reply
  • 56 views

imran1184
Forum|alt.badge.img

I am working with a customer in which he has a query asking if there is any possibility we can put together multiple emails as a single bundle in ‘Email copy to’ field. Which will allow more than three emails in that section.

Best answer by john_apple

As a test, I attempted to create a Custom Mapped field for an email value based on a Concat of several email fields. This failed to sync properly due to invalid value.

I then attempted to map a value based on a Case Expression containing a comma separated list of emails (basically a manual concat). This also failed to sync. 

In order to use a mapped field in Email Copy, it has to be an email type field. You can make a Custom Mapped field of email type but trying to combine more than one email fails to sync. I would guess the logic rejects the value if it has more than one @ symbol as this would never be a valid email value.

1 reply

john_apple
Forum|alt.badge.img+5
  • Expert ⭐️
  • Answer
  • December 10, 2019

As a test, I attempted to create a Custom Mapped field for an email value based on a Concat of several email fields. This failed to sync properly due to invalid value.

I then attempted to map a value based on a Case Expression containing a comma separated list of emails (basically a manual concat). This also failed to sync. 

In order to use a mapped field in Email Copy, it has to be an email type field. You can make a Custom Mapped field of email type but trying to combine more than one email fails to sync. I would guess the logic rejects the value if it has more than one @ symbol as this would never be a valid email value.