Forum Discussion
ROBERTSACHS
7 years agoQrew Cadet
Nope. From inside the record, it returned me to the home page, without creating any entry in the field.
I should have realized this before: I have an existing button that I use to generate an email. (You help on that one; thanks). After I send the email, I have been manually logging the event in the events field, as I said.
So really, what should happen is this: once I click the button to generate the email, it should do that, and then append the text to the events field. Here is the current button
"mailto:xxxx@yyyyy.com" &
"?subject="&[Email.SubjectLine: blahblah]&
""&"&body="&[Email.Body-blahblah]&""
I can't add the formula above, I get a compile error.
The text to appended to the top would be:
(Now()) & "text
I should have realized this before: I have an existing button that I use to generate an email. (You help on that one; thanks). After I send the email, I have been manually logging the event in the events field, as I said.
So really, what should happen is this: once I click the button to generate the email, it should do that, and then append the text to the events field. Here is the current button
"mailto:xxxx@yyyyy.com" &
"?subject="&[Email.SubjectLine: blahblah]&
""&"&body="&[Email.Body-blahblah]&""
I can't add the formula above, I get a compile error.
The text to appended to the top would be:
(Now()) & "text