Forum Discussion
I have verified that the link works using fields other than [Record ID#] which of course leads me to a missing WR # error, but when I try to use the RID I can't because the field [Record ID#] was deleted when this table was made(which I was not there for), so the RID technically exists but not as an actual reference-able field able to be used in brackets. Is there perhaps a way I can recover this field, so I can use it here?
the red error text says, "Field [Record ID#] is not identified"
Here's my exact code as well:
------------------------------------------------------------------------------------------
var text URLONE = "MailTo:someone@someplace.com"
//&"?cc=user2@domain.com; user3@domain.com; user4@domain.com"
&"&subject=WR for Approval"
&"&body=WR "&[WR #] &" is ready for approval."&"%0A%0A" &"%0A" &"https://pike.quickbase.com/up/"; & Dbid() & "/a/r" & [Record ID#] & "/e71/v0";
$URLONE
-------------------------------------------------------------------------------------------