Am using FormAPI.setRequired("checkboxfieldid").id; in on load event o

Am using FormAPI.setRequired("checkboxfieldid").id; in on load event of form to make checkbox field as required dynamically. The checkbox allows multiple values. Am storing the selected values of checkbox in to DB.The statement is setting the field as required but it is not displaying the values that are selected. If am removing the required statement it is displaying the selected values. It is also working when checkbox is of single type and only 1 value is selected. Please help me how to make multivalued checkbox as required dynamically.........

OriginalPostID-65101

OriginalPostID-65101

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    Hi Sudha, It just works perfect. Follow this:
    Add importScript("/plugins/servlet/FormsExt.js"); in you on load, followed by FormAPI.setRequired("checkboxfieldid", true);
    Then save the value to ac! and in data output tab map it to a string or CDT as you like. I just reproduced the scenario and it worked perfect for me.! I am generating the check box values thru constants!
Reply
  • 0
    Certified Senior Developer
    Hi Sudha, It just works perfect. Follow this:
    Add importScript("/plugins/servlet/FormsExt.js"); in you on load, followed by FormAPI.setRequired("checkboxfieldid", true);
    Then save the value to ac! and in data output tab map it to a string or CDT as you like. I just reproduced the scenario and it worked perfect for me.! I am generating the check box values thru constants!
Children
No Data