Multiple choice

Hi all,
Is there and way that allows choice property types to be multiselect?
In the past I’ve worked around needing a multiple choice with multiple Booleans and applied dependencies.
However I am developing a mobile app that has to work offline so dependencies cannot be applied.

Thanks

Jo

Hi, when we need to do this we don’t use a choice, but put the value’s in their own object with a many-to-many relationship with the main object. This way you can use the relation ticklist widget to select multiple values. I don’t know if this works in an off-line mobile app (i’ve not built one of those before)

1 Like