Jump to content

Add to field for every record in found set...


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

Recommended Posts

This is driving me nuts...

I need to create a field that will take the values of a NOTES field from every record in the found set and combine them into one field. I need this combined field to be the body of an email. As of now I can only figure out how to set the message to be the NOTES field of the current record.

For instance, if I have 10 records and they all have something in the notes field, I need to create a field that would have Notes1</p>Notes2</p>Notes3</p>etc...

Aside...why doesn't the Send Mail function have an option for "Get values from every record" for the Message section? That's exactly what I would need.

Can this be done?

Link to comment
Share on other sites

If you are using a script for the send mail function, why not use a looped script to make a global your message body as part of that?

Just create a global for your message body (message_Body), and add script steps something like this:

Go to Record/Request/Page [First]

Loop

Set Field [message_body; message_body & "

Link to comment
Share on other sites

This topic is 6990 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.