This topic is locked

Email new changes in fields

7/30/2007 7:54:50 AM
PHPRunner General questions
F
funkfish author

Hello,
I have a table that requires an email to be sent out when when 1 of 4 field changes between "Open" & "Closed".

When something is entered through an Add event, an email is successfully sent.
Would like to have an email sent when one of those 4 field changes.
Thanks in advance!!

J
Jane 7/31/2007

Hi,
to send email with changes use Before record updated event on the Events tab.

Use Check if specific record exist action as a sample.

F
funkfish author 7/31/2007

Hi,

to send email with changes use Before record updated event on the Events tab.

Use Check if specific record exist action as a sample.



Thank you!