Hi,

You must store your email addresses as a comma separated list, or
"newline"-separated-list. The difference is that it will be sent as One or
Multiple emails depending on what you do. This is the field you will send to
your filter later.

If you have all allowed email addresses in a Form, and the Form does not
contain too many rows, it is easy to do a table qualification like this if you
have the addresses in a $TmpEmailSemicolon$-field on your email:

Tabel Qualifier: $TmpEmailSemicolon$ LIKE "%;" + 'Email' + ";%"

Make sure you have the semicolon both before and after the email address for
example:
TmpEmailSemicolon = $TmpEmailSemicolon$ + ";" + $NewEmail$ + ";"

You can then create a simple button and ACTL to delete email addresses.

If you have no place to store the emails, you can use various ACTL-run-process
functions like PERFORM-TABLE-ACTION-ADD-ROW and
PERFORM-TABLE-ACTION-DELETE-ROW instead.

        Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)

Products from RRR Scandinavia (Best R.O.I. Award at WWRUG10/11/12/13):
* RRR|License - Not enough Remedy licenses? Save money by optimizing.
* RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs.
Find these products, and many free tools and utilities, at http://rrr.se.

> Hi Team,
>
> We have the following requirement -
>
> We have a display only form with following fields -
>
> 1. A Character Field  (Email Address)
> 2. A button "ADD"
> 3. A table field where we need to show the "Email Address"
> 4. A button "Send Mail"
>
> Actions -
>
> 1. User will fill up mail address to this field "Email Address". Click ADD
> 2. Email Address will be stored in table field
> 3. User again types a Email Address and click ADD. this value will be added
> I table field and so on. so that we have multiple email addresses in table
> field.
> 4. Now at the end of adding all desired email address, user clicks on "Send
> Mail"
> 5. A filter will get executed to send emails to all recipients.
>
> Any suggestion if we can achieve this requirement as this form in Display
> Form.
>
> Thanks for your quick help.
>
> SZ
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to