Hello. I need help to determine our options.
I built an entity called "Checklist" and another entity called "Checklist Fields". The goal here is to build a UI that generates a dynamic checklist. So heres how it works. Inside "Checklist" fields you have these options in "Field Type" "https://prnt.sc/szq76b"
Checkmark = Will be a simple check mark next to the "Field Label in the checklist entity
Dropdown = Will display the "Dropdown Options" in a dropdown field in the checklist entity
Text = Will display a simple text field in the checklist entity
Now about the "Checklist" entity (not checklist fields entity).
The "Checklist" entity will be used to select "Checklist Fields" which will in return tell the check system HOW to populate the checklist. So for example (Screenshot https://prnt.sc/szq840)
Water Tank Level is a dropdown with the options "Empty" and "Full"
Headlights is a "Check box" field
Roof Lightbar is a "Checkbox" field as well.
So we need to be able to generate a UI view that will populate these 3 fields (for example) into a single view and allow saving the data. So again we're looking to generate "Checklist" records that include text and dropdown records as well. Using Conditional Options isnt really realist as each list will be different in some way or another. Any ideas? Can we maybe do this somehow in custom views?
I built an entity called "Checklist" and another entity called "Checklist Fields". The goal here is to build a UI that generates a dynamic checklist. So heres how it works. Inside "Checklist" fields you have these options in "Field Type" "https://prnt.sc/szq76b"
Checkmark = Will be a simple check mark next to the "Field Label in the checklist entity
Dropdown = Will display the "Dropdown Options" in a dropdown field in the checklist entity
Text = Will display a simple text field in the checklist entity
Now about the "Checklist" entity (not checklist fields entity).
The "Checklist" entity will be used to select "Checklist Fields" which will in return tell the check system HOW to populate the checklist. So for example (Screenshot https://prnt.sc/szq840)
Water Tank Level is a dropdown with the options "Empty" and "Full"
Headlights is a "Check box" field
Roof Lightbar is a "Checkbox" field as well.
So we need to be able to generate a UI view that will populate these 3 fields (for example) into a single view and allow saving the data. So again we're looking to generate "Checklist" records that include text and dropdown records as well. Using Conditional Options isnt really realist as each list will be different in some way or another. Any ideas? Can we maybe do this somehow in custom views?
Comment