URL Button to change forms, check box and redirect back to original record.
Hi Everyone,
I'm trying to create a Formula-URL field which, when pressed, switches the form and checks a box on that same record, then returns to the original record..
I have a URL button that can go to a new form in edit and, once saved, it will redirect back to the original form:
URLRoot() & "db/" & Dbid() & "?a=er&dfid=24&rid=" & [Record ID#]& "&z=" & Rurl()
Then this is what I would expect to use to check a box:
URLRoot() & "db/" & [_DBID_RFP___SITES] & "?a=API_EditRecord&rid="&URLEncode ([Record ID#])& "&_fid_665=1"&"&rdr="&URLEncode( URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl())
However, when I try to combine them I either get stuck at the api results (no redirect), it opens a new record or only checks the box and doesn't go to the new form.
Any suggestions would be amazing.
Thanks!
------------------------------
Jake R
------------------------------