Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello. Need some assistance if what I am asking is possible...
I have a straight table that contains the following columns in order:
There are hundreds of rows that all have the same type of data. The email column is where I have my question. It is formatted as a link (representation format) so the user can click it and it opens the user's default email program and inserts the email address.
Is there a way to write the expression so that it also inserts the corresponding reference number in that row, from column one, in the email in either the subject line or body text?
Thanks in advance.
Add this as link, you can also add cc and bcc and adding &bcc=<emailid> and &cc=<emailid>
For Using it in body use : &body="Reference Number"
'mailto:'&"Contact Email"&'\?subject='&"Reference Number"&'&body='&"Reference Number"
Sample : mailto:xyz@gmail.com?cc=abc@gmail.com&bcc=123@gmail.com&subject=Subject Line&body=BODY
Add this as link, you can also add cc and bcc and adding &bcc=<emailid> and &cc=<emailid>
For Using it in body use : &body="Reference Number"
'mailto:'&"Contact Email"&'\?subject='&"Reference Number"&'&body='&"Reference Number"
Sample : mailto:xyz@gmail.com?cc=abc@gmail.com&bcc=123@gmail.com&subject=Subject Line&body=BODY
magnifique! Thank you!
Thanks .. I had a similar question, this helped!!
how can i make the link to open OUTLOOK (desktop)
i am using sense (not cloud)
Make outlook as your default mail app.