Forum Discussion
MarkShnier__You
Qrew Legend
3 years agosure,
Normally you refer to tables by the indirect reference of [_DBID_TASKS]
There's a best practice because if you were to have hardcoded the Table ID and you copy your app then everything is going to fail.
But as you can imagine there are many thousands of apps out there with tables called Customer or Tasks. So when you are going cross app, you need to actually insert the table ID which you see in the URL of any report or record in that table..
URLRoot() & "db/" & "bn4qy88xx" & "?a=nwr;
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
Normally you refer to tables by the indirect reference of [_DBID_TASKS]
There's a best practice because if you were to have hardcoded the Table ID and you copy your app then everything is going to fail.
But as you can imagine there are many thousands of apps out there with tables called Customer or Tasks. So when you are going cross app, you need to actually insert the table ID which you see in the URL of any report or record in that table..
URLRoot() & "db/" & "bn4qy88xx" & "?a=nwr;
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- IvanWeiss3 years agoQrew CaptainGot it, thanks!
------------------------------
Ivan Weiss
------------------------------