Hello I got this problem:
I have a grid containing some filtered customer records. Now I make a button called Email. I would like to click on this button and then choose an email tempalte, and finally click Send to send email to each customer listed in the grid.
could you tell me
- how to capture all the results?
- Do I need to Link to a new application in order to allow a user to choose a template?
- HOw do I pass all the search records to this "template-choosen’ application?
thanks