Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Copy email addresses from a portal result into a field.

Featured Replies

I have a portal that displays a list of people depending on certain checkboxes I select. How can I take the contacts listed in the portal and copy their email addresses into a "TO Field" so i can send a mass email to the people that were listed in the portal?

Use List ( )., However, I wouldn't put it into To, perhaps BCC.

Or loop thru the child people records, sending an email to each (better method, imho).

  • Author

How do I do that? Thanks Again!

  • Author

Loop through each one to get their email and put it into the CC field

Actually, when you loop thru people, you'd put their email address in the To. Each person gets their own email.

You mention portal of people. Just use that relationship to go to related records (people) and then loop.

  • Author

Here is what I want to do.

When my portal populates with a list of contacts I want to be able to extract only the email address of each one and merge them all into my email layout in the TO: field. So that for example if jon jim and joe appear in the portal I can hit a button and it will switch to my email layout and in the TO: field will be the 3 addresses of Jon Jim and Joe so all I have to do next is create my message and hit sent and it will send to all 3 of them. i just dont know what script to create to get this function to work.

"merge them all into my email layout in the TO: field"

What table is the email layout based on?

Attach a script "Send Email" to the button above your portal. The button also sends as a scriptparameter the list of email addresses using List (relationship::emailfield).

In the Send Email script, you'd go to Email Layout, do a new record and use Set Field [To, Get (Scriptparameter)].

I'm not certain, off-hand, if you can use returns as delimiters btw addresses, or you'd need to substitute commas.

  • Author

thank you!

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.