Making Attachment Mandatory for a catalog item depending on variable choice condition (Onsubmit of form)
This can be achieved by writing any one of the catalog client scripts as shown below: A) Configure OnSubmit catalog client script as below: function onSubmit() { var numberofemployees = g_form.getValue('how_many_employees_select_box'); //Read...
