Populate List Collector From Another List Collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2014 06:31 AM
Hi,
I have a form with two list collectors. One is for adding group owners and the second is for adding group members.
I would like the group members list collector to populate with what ever is in the group owners list collector. Is this possible?
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2014 01:25 PM
replace line 7:-
var varName = 'group_members';
in line 13, set selectedIDs with getValue of admin_group_owners and just make sure that the values are coming up ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2014 01:45 AM
Values do not seem to be getting copied from one list collector to the other and now it will not let me enter more than one item into the admin_group_owners list collector.
I would have thought that line 7 & line 13 would have been "admin_group_owners" as its getting the values, then have some additional code to populate the new list collector?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2017 04:35 AM
Hi Alex,
Were you able to get this issue resolved, even we have this requirement and we are stick big time !!. Kinldy let us know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017 11:59 PM
hi,
Thanks for your response .
But my issue already got resolved.
thanks,
Regards,
Srinath
On Tue, Apr 4, 2017 at 5:06 PM, dhruva <community-no-reply@servicenow.com>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2017 02:55 PM
I also need to do this as well, but don't understand how the article mentioned above can copy a list collector from another list collector.
- The code mentions copying the selected items (I need to copy everything)
- The code mentions left bucket and right bucket instead of two separate LCs