Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoAre you trying to have a button on a form or or a dashboard page?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
KellyDaoud
5 years agoQrew Member
Dashboard page. Unless I'm missing something, I don't see an option to link that button to a specific form.
------------------------------
Kelly Daoud
------------------------------
------------------------------
Kelly Daoud
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
Right, so you will need to make a tiny bit of code.
Do an Add Record action on that table and observe the URL
https://mycompany.quickbase.com/db/babababab?a=nwr
Copy that and then paste it into a new dashboard button which is type URL
Then edit what you just pasted and suffix it like
https://mycompany.quickbase.com/db/babababab?a=nwr&dfid=10
You get the form ID my looking at your list of forms.
The suffix says "and da Form ID = 10" That is how I remember it.
Now .... where do you want the user to go after they save ... if you just do that they will land on the record again, but not on that Form ID# version. They will get the default form for their role.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- KellyDaoud5 years agoQrew MemberPerfect! That's exactly what I'm looking for. I'll try that out.
Thanks Mark!
Kelly
------------------------------
Kelly Daoud
------------------------------