Best way action to selected records
Hi,
I need some help, because i dont find a solution for my basic of basic problem.
Ok then i have a simple table Contact. In this table i have many records. Thes basic from basic.
Now i need to send a email to x contacts selected in this table.
My way is in the form view make a button for send email but i dont find how can do a action to selected items.
My crazy actual solution it to I need make a field (yes/no) to put to yes or no and then make a selection to all records with a filter on yes/no.
I hope i'm not the first with this situation.
Any help, a good practice for this problem?
Thanks in advance
2 replies
-
Make a button "Send", as a script for this button try this:
for i in select contacts where yes/no = true do
sendmail(...)
end
-
Thanks for your response, but it is in my question.
I want another solution, because yours i know!
Content aside
- 4 yrs agoLast active
- 2Replies
- 741Views