Remove just single value from selected values in a list collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2019 06:58 AM
Initially a user selects multiple values in a list collector. In this list collector users select devices and we have a functionality already developed where in if a device has already been submitted then we should not allow the user to select that device.
Now the requirement here is just that, we should clearvalue of that last selected device and not clear the entire contents of the list collector. For ex. If 2 values are selected then only the recently selected value(for which already request has been submiited) should be cleared.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2022 11:10 PM
Can you please provide alternative for removing the items using removeItem() or any other functions in onChange Client Script for the list box.