Forum Discussion
BabiPanjikar
6 years agoQrew Assistant Captain
Hi Mike,
Rurl() currently seems working within the current app only. This seems to be a bug when it comes to different apps as it defeats the purpose. The only way is to manually redirect using hard coded db id.
------------------------------
Babi Panjikar
------------------------------
Rurl() currently seems working within the current app only. This seems to be a bug when it comes to different apps as it defeats the purpose. The only way is to manually redirect using hard coded db id.
------------------------------
Babi Panjikar
------------------------------
- MichaelTamoush6 years agoQrew CaptainBabi,
Can you explain how I would manually redirect? I'm trying to use Marks suggestion but am unclear on some of his references to field id's.
------------------------------
Mike Tamoush
------------------------------- BabiPanjikar6 years agoQrew Assistant CaptainMark's response with use of second variable for redirect url is what I talked about.
var text DisplayParent = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" &[Project ID]
Sometimes its freeky to use Dbid() for redirect , so suggested approach is to create a formula field text field within your table and mention the dbid there.
Example: CF-ParentDBID (Formula text) = "<put the dbid>"
var text DisplayParent = URLRoot() & "db/" & [CF-ParentDBID] & "?a=dr&rid=" &[Project ID]
------------------------------
Babi Panjikar
------------------------------- MarkShnier__You6 years ago
Qrew Legend
Dbid() just means the Table that the button is on. Just a short form for ease of use.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------