- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 08:47 AM
Hi Team,
I have a List collector field reference to the "sys_user" table in the form and holding 5 users.
Here i got a requirement to remove one particular user from the list collector through service script.
Is there any way to achieve this, Much appreciate your help.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 05:07 AM
completed the requirement with the javascript array splice() method used to adds and/or removes array elements.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 05:07 AM
completed the requirement with the javascript array splice() method used to adds and/or removes array elements.