Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
//You just need this part. this replaces your original formula.
var text URLONE = URLRoot() & "db/" & [_DBID_ROOT_CAUSE] & "?a=API_GenAddRecordForm&_fid_17=" & URLEncode ([Record ID#]);
var text URLTWO = URLRoot() & "db/" & [_DBID_the table name of the parent] & "?a=dr&rid=" & [Related Parent];
$URLONE
& "&NextURL=" & URLEncode($URLTWO)
var text URLONE = URLRoot() & "db/" & [_DBID_ROOT_CAUSE] & "?a=API_GenAddRecordForm&_fid_17=" & URLEncode ([Record ID#]);
var text URLTWO = URLRoot() & "db/" & [_DBID_the table name of the parent] & "?a=dr&rid=" & [Related Parent];
$URLONE
& "&NextURL=" & URLEncode($URLTWO)