Forum Discussion
_anomDiebolt_
7 years agoQrew Elite
Here is a demo:
Check All Checkboxes ~ Edit Record 1
https://haversineconsulting.quickbase.com/db/bn7678vbv?a=er&rid=1
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=696
Notes:
(1) No extra fields were used for the two "All" checkboxes. Rather, two text fields were introduced into the form to indicate where the checkboxes should be inserted into the form using script. This approach saves you from clogging up your table with fields that don't carry any information.
(2) I sometimes cheat and don't wrap the module.js code in a closure or put in the detection logic that applied the code to the relevant page. You should do both of these things.
Check All Checkboxes ~ Edit Record 1
https://haversineconsulting.quickbase.com/db/bn7678vbv?a=er&rid=1
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=696
Notes:
(1) No extra fields were used for the two "All" checkboxes. Rather, two text fields were introduced into the form to indicate where the checkboxes should be inserted into the form using script. This approach saves you from clogging up your table with fields that don't carry any information.
(2) I sometimes cheat and don't wrap the module.js code in a closure or put in the detection logic that applied the code to the relevant page. You should do both of these things.