Is there a way to limit the number of selections that can be made on a Multiple Select custom field? Use case, the field has a list of 1,000 items but we only want our users to be able to select up to 5 items. How to limit to 5.
c
creece
05/13/2022, 2:48 AM
Writing a client script to restrict on save or field change would be a way to do it. Could also rename the field on the form to something like "Field A (Only Select 5)" which doesn't stop from entering 5 but at least lets them know. A combination of both maybe?
n
Netsuite Tragic
05/13/2022, 3:04 AM
that's what I was thinking. I was just thinking there may have been a native way in the custom field validation that I wasn't seeing. cheers