DenisRochat
5 years agoQrew Trainee
How Do I Save a Form and Open a New Form From Related Table With One Button Click
I am really bad at trying to program. After searching around I tried this. It does not Save the form but it opens the related form (without the related field because it did not save.
------------------------------
Denis Rochat
------------------------------
var Text URLONE = URLRoot() & "db/" & [_DBID_OPPORTUNITIES] & "?a=API_GenAddRecordForm&_fid_261=" & URLEncode ([Record ID#])& "&z=" & Rurl();
var Text URLTWO = "https://4perfectwater.quickbase.com/db/bnt8jzsu6?a=td";
$URLONE
& "&NextURL=" & URLEncode($URLTWO)
------------------------------
Denis Rochat
------------------------------