Manage it with a table field.

Assume you have the following values in your field:
[EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]

You can easily convert this to an external qualification that would
look like this (see REPLACE function):
'email' = "[EMAIL PROTECTED]" OR 'email' = "[EMAIL PROTECTED]" OR email = "[EMAIL 
PROTECTED]"

Now point your table field to the email address source (e.g., SHR:People).

Now add an 'Add' and 'Delete' button below the table field.  In the
case of delete, just replace the email address with the selected row
value, regenerate your external qual, and refresh the table.  To add a
new value, append the new email to the list, regenerate the external
qual, then refresh the table.

This is the best way.  As to how you approach the add portion, how
many email addresses are in the pool?  If it is a small number, just
use a character field menu selection; if it is a large number, use a
search people dialog.

Axton Grams

On 3/30/07, Kevin Thornley <[EMAIL PROTECTED]> wrote:
**



All

I'm trying to implement an interest field (character field with menu append)
that contains a list of email addresses to be notified on a filter
condition. Everything works if I manually add the addresses with a semi
colon in between each address.

Suggestions on how to add a semi colon between email selections of the menu
items ? Also need suggestions on how implement removal of entries rather
than giving access to manually delete/edit the entire field.

Thanks
Kevin __20060125_______________________This posting was
submitted with HTML in it___

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers 
Are"

Reply via email to