Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5709 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I Am trying to use the "Send email" scripting function.

Now let's say I am on a record that contains multiples fields that store email addresses. I want to be able to specify more then one fields in To: mytable::staffemail1 ? How can I do that without using CC: mytable::staffemail2. You know just the way you do it when typing regular email adresses eg: [email protected], [email protected], [email protected] ect . . . . but using multiple field contain ?

Posted

Try something like:

Substitute ( List ( Email_1; Email_2; Email_3; Email_4 ); ¶; ", " )

That being said, you should probably have the emails in a separate table if you have multiple fields for them.

Posted

It worked like a charm !

Thanks a lot for your kind help.

Now I am not sure to understand what you mean by "have the emails in a separate table if you have multiple fields for them."

Each individual email address in a separate table ?

Posted

Yes. To properly normalize this database, you should have each of the email addresses in its own record in a separate Email or contacts table.

This topic is 5709 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.