Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
>And here's my current Javascript that is working well:
However, you can use the rl & RedirectURL parameters along with the IOL technique to navigate you back to the desired scroll position. I have a demo in preparation and will post it when I have some free time.
This post may be of some help at least in understanding the variety of redirection schemes used by QuickBase:
The Hunt for Redirection Parameters
https://community.quickbase.com/quickbase/topics/the-hunt-for-redirection-parameters
"<a class='Vibrant Primary' href='" &That's the problem - there is no JavaScript in your code. You can acheive what you want using script. The above example uses the &z and undocumented formula function Rurl() to return to the prior page. I am afraid there is not way to force this redirection scheme to position you back to a particular scroll post after then API_GenAddRecordForm page saves and redirects.
URLRoot() & "db/" & [_DBID_SERVICE_CHANGES] & "?act=API_GenAddRecordForm" &
"&_fid_7=" & URLEncode("Startup") &
"&_fid_44=" & [Unique Primary Key] &
"&_fid_46=" & [Related ClientCode] &
"&_fid_47=" & [Related Service] &
"&z=" & Rurl() &
"'>Startup</a>"
However, you can use the rl & RedirectURL parameters along with the IOL technique to navigate you back to the desired scroll position. I have a demo in preparation and will post it when I have some free time.
This post may be of some help at least in understanding the variety of redirection schemes used by QuickBase:
The Hunt for Redirection Parameters
https://community.quickbase.com/quickbase/topics/the-hunt-for-redirection-parameters