I have a email sending email on edit function i want to implement on Grid Edit. If i grid edit 10 records, would want to send 10 custom email to each client. Which event can i trigger, since grid edit only send one email with an array of updated fields.
You may use Row_Updated server event to send email yourself, you can use the “Email” class or use the SendEmail() function directly.
wungaz wrote:
Grid Update Sending Custom email per fieldShould be:
Grid Update Sending Custom email per row/record.