This topic is locked

Including record within an email using events tab

8/24/2010 10:23:52 AM
ASPRunnerPro General questions
C
cordaco author

Hello,
I have tried including record within an email using "simple email" from the events tab using:
tmpDict("body")="Hello there" & vbcrlf & "Best regards" & values("FieldName")
I won't work could you help?

W
webwork 8/24/2010



Hello,
I have tried including record within an email using "simple email" from the events tab using:
tmpDict("body")="Hello there" & vbcrlf & "Best regards" & values("FieldName")
I won't work could you help?


If it is the Edit page you can send data on the BEFORE RECORD UPDATED events tab using the following:
SEND EMAIL WITH OLD DATA, SEND EMAIL WITH NEW DATA
By using the ADD ACTION buttton
If it is the Edit page you can send data on the AFTER RECORD UPDATED events tab using the following:
SEND EMAIL WITH NEW DATA
By using the ADD ACTION buttton
Similar functionality exists on the ADD and COPY page, I do not see it on the LIST, VIEW OR SEARCH pages