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

email found set / multiple fields


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

Recommended Posts

Posted

Is there a way to "merge" a found set of multiple fields into an email? I need to take the data from a specific layout and the found set populating it into an email.

thanks

Posted

You can gather the data into one variable (or global field) using a loop. Then refer to that and send it.

Posted

Can I code in tabs and hard returns to "format" that data?

If so what would I use for the tab and return? I would assume it could be in the calculation, added with:

"field" & tab-something & "field" & return

or something like that?

thanks

Posted

field1 & " " & field2 & ¶

You can actually insert a tab by typing in a tab while holding down Ctrl on a PC.

You can also set up a global field or variable to store the Ctrl-Tab so you can just refer to the global or variable if you use it over and over again.

field1 & gTab & field2 & gTab & field3 & ¶

Posted

OK, next question is how do I insert this text into an email? I see in the send-mail script command the message area. How do I place this global text in the body?

thanks

Posted

Refer to the global in the specify by calc or field name.

  • 5 months later...
Posted

Thanks for the help. I was pulled off of this shortly after your answer, but it is now back on line.

2 questions,

1:

What is the best way to view a variable in a layout? I placed it in a text within a merge field, but didn't work.

2:

I have the variable built, but how do I "stack" the data? This is what I tried. It seems to be overwriting not adding.

the variable is $mfgrel_list

the line in the loop is:

set variable [$mfgrel_list; value:$mfgrel_list & ¶

The hope was that it would append the data by grabbing the existing variable data first, then adding the current record data to it.

thanks

Posted

Since this is 5 months old I cleaned up the question a bit and started a new post. I hope that is not a problem. It is at:

http://fmforums.com/forum/showtopic.php?fid/36/tid/208001/pid/329932/post/last/#LAST

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