Forum Discussion
ChayceDuncan2
7 years agoQrew Cadet
If you're intent on using a code page - looks like your window.location parsing is missing something. You need to actually split out the parameter using a "&" and parameter name like below
So your actual redirect link would be like realm.quickbase.com/db/dbid?a=dbpage&pageid=2&recordid=12345
and then grab the window.location and grab the value that appears after your recordid parameter.
Another option using standard quick base if you're just trying to grab a secondary user entry is to set up a secondary quick base form that only has those fields on there. So instead of redirecting to a script page you could redirect to a form like:
realm.quickbase.com/db/dbid?a=er&rid=12335&dfid=10
Where dfid=10 is an alternate Quick base form in that table with just those fields on it
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base
So your actual redirect link would be like realm.quickbase.com/db/dbid?a=dbpage&pageid=2&recordid=12345
and then grab the window.location and grab the value that appears after your recordid parameter.
Another option using standard quick base if you're just trying to grab a secondary user entry is to set up a secondary quick base form that only has those fields on there. So instead of redirecting to a script page you could redirect to a form like:
realm.quickbase.com/db/dbid?a=er&rid=12335&dfid=10
Where dfid=10 is an alternate Quick base form in that table with just those fields on it
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base