Hi
I don’t clearly understand how run button works.
- I have a grid with column “e-mail”.
- I would like to send mail with run button to selected records
- But this mail should be send in one mail, so I need to collect all mails in onRecord and send it, not one by one but in one mail in onFinish
summary: I don’t want to execute code every record/line/row, but when I collect array of emails.
Could you please paste me example code how to deal with it?
Is possible to use in one Run Button “onRecord” to collect mails array, and send it in “onFinish”?
Thanks for any help.
daretki