Forum Discussion
AnneTheisen
7 years agoQrew Trainee
I did. This is what I have.
var text URLONE= URLRoot() & "db/" & Dbid() & "?a=er&rid=" & [Record ID#] & "&dfid=11"&"&ifv=20";
var text URLTWO = "https://my_domain/db/my_db?a=er&rid=";
var text URL =
$URLONE
& "&NextURL=" & URLEncode($URLTWO) ;
"<a class=\"QBU_Button2 Vibrant Success\" href=" & $URL & ">" & "Confirm Ownership" & "</a>"
var text URLONE= URLRoot() & "db/" & Dbid() & "?a=er&rid=" & [Record ID#] & "&dfid=11"&"&ifv=20";
var text URLTWO = "https://my_domain/db/my_db?a=er&rid=";
var text URL =
$URLONE
& "&NextURL=" & URLEncode($URLTWO) ;
"<a class=\"QBU_Button2 Vibrant Success\" href=" & $URL & ">" & "Confirm Ownership" & "</a>"