Populate drop down value depending on previous drop down selection I have a requirement to populate a drop down depending on a value chosen from a previous drop down list in an Input form.Let's say there are 2 drop downs - product group and sport name in the nms:operation table.I have created 4 enumerations in the data schema: Product group= A, B, C.sport Name A = A1. A2, A3Sport Name B= B1, B2, B3Sport Name C= C1, C2, C3Depending on what is selected in product group, the sport name field should be populated with the relevant enum values.If product group is A - I should get A1, A2 and A3 in the sport name drop down list.If product group is B - I should get B1, B2 and B3 in the sport name drop down list.If product group is C - I should get C1, C2 and C3 in the sport name drop down list.In the nms:operation Input form I used the below code: <container label="Reporting" name="cusReporting"><container type="notebook"><container colspan="2" label="General"><container colcount="2" label="General" type="frame"><inpu