BriannaYankus
6 years agoQrew Member
Custom Message Notification, href to Edit Record
For a custom message notification, I'm trying to use a href to hyperlink a word to open the related record in edit mode.
The Custom Message html:
<p>Once the sample is received, click <a href="[Edit Record Button]">here </a>and update the information found under the <b> IH Sample Processing</b> tab.</p>
The Edit Record Button code:
URLRoot() & "DB/" & Dbid() & "?a=er&rid=" & [Record ID#]
E-mail Notification:
Once the sample is received, click bpgmmp5dd?a=er&rid=0">here and update the information found under the IH Sample Processing tab.
What am I missing?
(I also know that I could just use the marker %recLink%, but I'm trying to clean up the e-mail a bit.)
The Custom Message html:
<p>Once the sample is received, click <a href="[Edit Record Button]">here </a>and update the information found under the <b> IH Sample Processing</b> tab.</p>
The Edit Record Button code:
URLRoot() & "DB/" & Dbid() & "?a=er&rid=" & [Record ID#]
E-mail Notification:
Once the sample is received, click bpgmmp5dd?a=er&rid=0">here and update the information found under the IH Sample Processing tab.
What am I missing?
(I also know that I could just use the marker %recLink%, but I'm trying to clean up the e-mail a bit.)