I am trying to create a grid with a run button (for record selection) that would allow the user to select records (names, email addresses) from a grid, input a common message to everyone, and then press the “run button” to initiate an email to everyone selected. I would prefer to have an input field outside the grid, since it does not relate to each row, but to all rows.
The one area I am struggling with is how to create a single input field (Email Message) that could be passed to the Run Events in the grid, allowing me to include in an email to those selected.
Can this be done? Suggestions are appreciated.