Forum Discussion
BobbyNeelon
6 years agoQrew Member
Hi Dan,
This may be a silly question. In that demo, how are you adding the "Process Selected Records" button atop the table? Thanks!
This may be a silly question. In that demo, how are you adding the "Process Selected Records" button atop the table? Thanks!
EverettPatterso
6 years agoQrew Captain
It's custom code that injects script as the page loads.
If you are not familiar with coding to write it yourself, you can hire a Quickbase partner to help you set it up.
Here's the original link to Dan's pastie showing the full code
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=462&rl=gni
------------------------------
Everett Patterson
------------------------------
$("table[qbdbid=" + dbidTable + "] tr:first").before("<tr><td><a href=# id=QBU_Button class='Vibrant Success'>Process Selected Records</a></td></tr>");
If you are not familiar with coding to write it yourself, you can hire a Quickbase partner to help you set it up.
Here's the original link to Dan's pastie showing the full code
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=462&rl=gni
------------------------------
Everett Patterson
------------------------------