IT Process Automation

  • 1.  Check List as Mandatory

    Posted Feb 20, 2015 06:17 AM

    Hi All,

     

    I have created an IRF which contains check list, text boxes etc.

    But my requirement is to make the check list as mandatory i.e. at least one option has to be selected from the check list.

    There is no required element for the check list form element in the Properties (Name and Value) pane.

     

    Please let me know if there is any option to make the check list in IRF as mandatory.

     

    Thanks in advance

     

    Regards,

    Sireesha



  • 2.  Re: Check List as Mandatory

    Posted Feb 27, 2015 11:41 AM

    Does anyone have any information for Sireesha?

     

    Thanks

    CJ

     

     

    Check List as Mandatory

    This question is Not Answered.(Mark as assumed answered)

    Sireesha YeraboluMember

    Hi All,

     

    I have created an IRF which contains check list, text boxes etc.

    But my requirement is to make the check list as mandatory i.e. at least one option has to be selected from the check list.

    There is no required element for the check list form element in the Properties (Name and Value) pane.

     

    Please let me know if there is any option to make the check list in IRF as mandatory.

     

    Thanks in advance

     

    Regards,

    Sireesha



  • 3.  Re: Check List as Mandatory

    Broadcom Employee
    Posted Sep 29, 2015 04:16 PM

    There is not an option to require an answer in a check box.     You will need to use a pick list to ensure a response.



  • 4.  Re: Check List as Mandatory
    Best Answer

    Posted Oct 06, 2015 03:46 AM

    Hi Michael,

     

    Thanks for your response !!

    I have used check boxes for all the my options instead of using a check list and then I have validated the check boxes by writing a script in an onSubmit function. This was I made it mandatory.

     

    Regards,
    Sireesha



  • 5.  Re: Check List as Mandatory

    Posted Oct 05, 2015 05:58 PM

    Perhaps you could write a script that you call from the onSubmit. In the script you could examine all the check list.



  • 6.  Re: Check List as Mandatory

    Posted Oct 06, 2015 03:48 AM

    Hi Lindsay,

     

    Thanks for your response

    To write a script, there is no proper out of the box function to check the values of check list.

     

    Hence I used check boxes for all the my options instead of using a check list and then I have validated the check boxes by writing a script in an onSubmit function. This was I made it mandatory.

     

    Regards,
    Sireesha