CA Service Management

  • 1.  Multi Select limit

    Posted Nov 04, 2015 01:11 AM


    Hi Team,

     

    Could you please let me know how to give limit to the number of values selected in a multi select field.

     

    Thanks.



  • 2.  Re: Multi Select limit

    Posted Nov 04, 2015 06:14 PM

    Hi,

     

    One option would be to check if the length of the result of ca_fdGetSelectedOptions() is greater than a certain value and either throw an alert or unselect the options via ca_fdUnselectAllOptions().

     

    Thanks!

    Jason