DanMcLaughlin
5 years agoQrew Trainee
Save and redirect to grandparent
I am working on a button that will allow my users to save and go the the related grandparent. What is the code around thr Rid to make this happen?
var text redirectafter = URLRoot() & "db/" & Dbid() & "?a=dbpage&pageName=success3.html";
"<a class='Vibrant Danger' style=\"width:310px; text-align: center;\" onclick='RedirectURL.value=\"https://scenicsolutionsllc.quickbase.com/db/bqnffbzdf?a=dr&r=bn&rl=ck" & $redirectafter & "\";editform.rl.value=(\"\");DoSave()'; href='#' > Save and Go to Estimate</a>"
------------------------------
Dan McLaughlin
------------------------------
var text redirectafter = URLRoot() & "db/" & Dbid() & "?a=dbpage&pageName=success3.html";
"<a class='Vibrant Danger' style=\"width:310px; text-align: center;\" onclick='RedirectURL.value=\"https://scenicsolutionsllc.quickbase.com/db/bqnffbzdf?a=dr&r=bn&rl=ck" & $redirectafter & "\";editform.rl.value=(\"\");DoSave()'; href='#' > Save and Go to Estimate</a>"
------------------------------
Dan McLaughlin
------------------------------