Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoCan you post your current code? Is the advanced settings for your table set to save parent automatically
"Auto save when redirected away from the page"
Your workflow that you were sitting on a parent record editing the parent record and then clicking submit which is supposed to save the parent record and add a child record? When they press submit where do you want to land the user?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
"Auto save when redirected away from the page"
Your workflow that you were sitting on a parent record editing the parent record and then clicking submit which is supposed to save the parent record and add a child record? When they press submit where do you want to land the user?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
BethanyHudson
4 years agoQrew Trainee
Clicking Submit adds a child record and the user lands back to their task table.
------------------------------
Bethany Hudson
------------------------------
var text add= URLRoot() & "db/" & [_DBID_AGGREGATE_TASKS]& "?a=API_AddRecord"& "&_fid_80=" & URLEncode([Record ID#]);
var text URLTHREE = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & ToText([Record ID#]);
var text Redirect = URLRoot() & "db/" & [_DBID_TASKS] & "?a=q&qid=1&rid=";
$add
& "&rdr=" & URLEncode($URLThree)
& URLEncode ("&rdr=" & URLEncode($Redirect))
------------------------------
Bethany Hudson
------------------------------