Is there any server side function add or remove choices from dropdown instead of g_form.addOption or g_form.removeOption?
The requirement is to add new subcategory on the basis of "assignment group=a" and "category=b" we should have "subcategory=ab" . Subcategory is dependent on category field. Using onChange client scripts gives partial solution not proper. So can I ha...