Jay_DDS_
9 years agoQrew Cadet
help with forumla url returning user to page of record
I have a button set for users to confirm receipt of a request. I'd like, after they've pressed that button, for them to be returned to the exact same record, on the exact same form. Is that possible? Here is the formula URL that I'm using with the button. Help?
var text URLONE = URLRoot() & "db/" & Dbid()
& "?act=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=" & "daszufyd548iwsdg4qcshck5ve6b"
& "&_fid_119=" & URLEncode (User())
& "&_fid_120=" & URLEncode (Today())
& "&_fid_118=Yes";
var text URLTWO = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#];
$URLONE
& "&rdr=" & URLEncode($URLTWO)
var text URLONE = URLRoot() & "db/" & Dbid()
& "?act=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=" & "daszufyd548iwsdg4qcshck5ve6b"
& "&_fid_119=" & URLEncode (User())
& "&_fid_120=" & URLEncode (Today())
& "&_fid_118=Yes";
var text URLTWO = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#];
$URLONE
& "&rdr=" & URLEncode($URLTWO)