Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Where is says this at the end of the Add Child button
& "&z=" & Rurl()
Just comment that out or erase that part of the code.
URLRoot() & "db/" & [_DBID_TIME_RECORDS] & "?a=API_GenAddRecordForm&_fid_11=" & URLEncode ([Record ID#])
& "&_fid_21=" & [Related Client]
//& "&z=" & Rurl()
& "&z=" & Rurl()
Just comment that out or erase that part of the code.
URLRoot() & "db/" & [_DBID_TIME_RECORDS] & "?a=API_GenAddRecordForm&_fid_11=" & URLEncode ([Record ID#])
& "&_fid_21=" & [Related Client]
//& "&z=" & Rurl()
- AngelAngel8 years agoQrew Assistant CaptainThis was easy, and I thought I will have to somehow redirect it to the child record.
On this note, I would like to ask, is there any documentation on what &z parameter
does? - QuickBaseCoachD8 years agoQrew CaptainThe
& "&z=" & Rurl()
says "and upon save Return to the URL that you came from. "RURL".
But I do not understand your comment. You wanted to leave the user on the child record, right? And now it does that right? - AngelAngel8 years agoQrew Assistant Captainyes, got it. Thanks. Appreciate it
- MCFNeil8 years agoQrew Captainthe "&z=" documentation is not publicly made available, but a hint is it has to do with the QB branding and role permission interpretations.