Forum Discussion
MarkShnier__You
5 years agoQrew Legend
The syntax of a button to display a record is this
URLRoot() & "db/xxxxxx" & "?a=dr&rid=" & [Record ID#]
The xxxxx needs to be replaced with the table ID you see in the URL when you view the "other" record. It will be a string of about 8 characters.
Where I show [Record ID#] that is where you put in the field that has the [Record ID#] of the Other table's record.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
URLRoot() & "db/xxxxxx" & "?a=dr&rid=" & [Record ID#]
The xxxxx needs to be replaced with the table ID you see in the URL when you view the "other" record. It will be a string of about 8 characters.
Where I show [Record ID#] that is where you put in the field that has the [Record ID#] of the Other table's record.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- MelanieProebste2 years agoQrew Trainee
Hi Mark - Can you write out how this should look? I am in one app, but want this button to look at another table in another app. Is this how you would notate?
URLRoot() & "db/btbcahsih" & [_DBID_POWER_CLEAN] &
Thank you,
Melanie
------------------------------
Melanie Proebstel
------------------------------- MarkShnier__You2 years agoQrew Legend
URLRoot() & "db/btbcahsih" & "?a=dr&rid=" & [the field name in this table that holds the Record ID# of the record in the other table].
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- MelanieProebste2 years agoQrew Trainee
Hi Mark,
I want this button in my app (bsb76aszn), but to push to app (btbcahsih), table [_DBID_POWER_CLEAN]. When I enter the way you have noted, it tells me the [_DBID_POWER_CLEAN] table is not in the app (bsb76aszn). Is it possible to button between two different apps, not two different tables?
Many thanks for all your expertise here.
Melanie
------------------------------
Melanie Proebstel
------------------------------