I am trying to create product forms with dynamically populated lists with relevant options for selection by data entry officers.
The test-case I am using is stocking computer hardware and software. If the item ‘Type’ is Hardware, the ‘Category’ list should filter out Software categories and vice-versa.
I am attempting to use the ‘Select list’ syntax for a “list depending on another complementary attribute list”, with the Category list structured as:
desktop,Desktop|options_type:hardware
workstation,Workstation|options_type:hardware
laptop,Laptop|options_type:hardware
tablet,Tablet|options_type:hardware
However, the Category list does not dynamically update subject to the selection of the Type list.
Can anyone advise whether the select list syntax I am using is correct, or should I be using an alternative field type than ‘Select list’ in order to achieve dynamic lists, or whether this is a bug?
Category complimentary attribute