Forum Discussion

Re: Making a field and marker link in email notificaton

You will need to make you own hyperlink as a Rich Text formula field

var text Words = "Some words or formula goes here";

var text URL = URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [Record ID#];


// this last part is always the same

"<a href=" & $URL & ">" & $Words & "</a>"

------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
No RepliesBe the first to reply