Forum Discussion
MarkShnier__You
2 years agoQrew Legend
The syntax is this
URLRoot() & "db/" & [_DBID_EXAMPLE] & "?a=
er&dfid=xx&rid=" & [Record ID#]
so the parameter is &dfid and you see the Form ID's in the list of forms.
So you might do
var text FormNumber = IF(....., "10", ....""11")
URLRoot() & "db/" & [_DBID_EXAMPLE] & "?a=
er&dfid=" & $FormNumber & "&rid=" & [Record ID#]
so you might do this
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- NolanPilozo2 years agoQrew Member
Thanks Mark! I was just getting stuck at the
"?a=
er&dfid=xx&rid="
as I wasn't sure what to add/remove/edit
------------------------------
Nolan Pilozo
------------------------------