I want to create a multi-checkbox data type that reads from a database table. My table has a few columns but I want to use the ID and description for the value/description in the checkboxes.
Is this possible through the GUI or do I have to write some custom code?
If you can't use the Checkbox List datatype to do what you want I guess you're stuck with implementing a custom datatype that fetches the necessary data from the database and renders the checkbox list.
Data Type from Database Table?
I want to create a multi-checkbox data type that reads from a database table. My table has a few columns but I want to use the ID and description for the value/description in the checkboxes.
Is this possible through the GUI or do I have to write some custom code?
Thanks! -Nate
If you can't use the Checkbox List datatype to do what you want I guess you're stuck with implementing a custom datatype that fetches the necessary data from the database and renders the checkbox list.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.