Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
dear all,can i send a specific record by e-mail.Regards,Mr. ZX
Hi,it's possible to send a record by mail. If you want to do it in After Record Added/Updated/Deleted events use predefined action "Send simple email" on the Events tab (appears by clicking on Add Action button).Change message in the following way:
tmpDict("body")="Hello there" & vbcrlf & "Best regards" & values("FieldName")
FieldName - is actual name of the sending record.You can also use predefined event: Send email with new data.