Using UPD4 to process emails [message #2794] |
Sun, 04 September 2011 10:46 |
gpatti
Messages: 283 Registered: August 2008
|
Senior Member |
|
|
Tony,
I want to produce a very simple email function whereby I can send an email to a set of persons selected from a LIST1 screen. It's easy to achieve using a navigation button that calls an UPD4 transaction that traps the updates in _cm_pre_updateMultiple and that's where the send_email code goes. I return an empty array so that no updates are actually performed.
However, I get a '0 records were updated message on the screen'. Is there a way of preventing this message, or should I perhaps use a different transaction type to achieve what I want?
Thanks,
Graham
|
|
|