ChadBrandmire
8 years agoQrew Assistant Captain
Change Hyperlink text created by send email button
I've created a send email button to email out a file attachment. I was wondering if there was a way to change the hyperlink text so that it didn't display the full URL in the created email
Email button (Formula - URL):
"mailto:"&""&[Email]&"\n"&"?subject=Document: "&"\n"&[Document]&" "&"&body=A document has been sent for your review. \n\nPlease view this document by following this link: "&[Link to File]&""
[Link to File] (Formula - URL):
URLRoot() & "up/" & [_DBID_TABLE] & "/a/r" &[Record ID#]& "/e9/v0
Email button (Formula - URL):
"mailto:"&""&[Email]&"\n"&"?subject=Document: "&"\n"&[Document]&" "&"&body=A document has been sent for your review. \n\nPlease view this document by following this link: "&[Link to File]&""
[Link to File] (Formula - URL):
URLRoot() & "up/" & [_DBID_TABLE] & "/a/r" &[Record ID#]& "/e9/v0