Forum Discussion
GiuseppeMacri
6 years agoQrew Captain
Sounds like you need a Formula URL with an If statement,
If([Status]=Completed,domain.quickbase.com/db/[DBID]a?=er&rid=[record ID]&dfid=[Completed Form ID],null)
How you present that button to the user is up to you, not sure if you can pop it into the Kanban report. Alternatively, if the users have a "Work Queue", you can make the button available in one of their reports.
just remember you will need this specific form in the table you want them to enter data into, less you want a completed form table.
------------------------------
GMacri
------------------------------
If([Status]=Completed,domain.quickbase.com/db/[DBID]a?=er&rid=[record ID]&dfid=[Completed Form ID],null)
How you present that button to the user is up to you, not sure if you can pop it into the Kanban report. Alternatively, if the users have a "Work Queue", you can make the button available in one of their reports.
just remember you will need this specific form in the table you want them to enter data into, less you want a completed form table.
------------------------------
GMacri
------------------------------