- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 09:43 PM - edited 02-15-2023 09:52 PM
Hello, can we copy one list collector values to another list collector?If so, how to copy those values.
Any help is highly appreciated. Thank you!
@BharathChintala :Any Suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 07:48 PM - edited 02-16-2023 07:51 PM
@servicenow14710 to store available values from 1st list collector? you want selected values or available values?
Here is multiple ways you can do: If it in regular table not catalog items
if you want to see changes in form live
1. write onchange client script on list collector 1
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 06:52 AM
yes we can. Few questions
are both reference list collectors?
or both list collector with choice options?
or 1 each?
when copying from one to other will other have already data in it? if there is data want to override it or add it?
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 08:04 AM
@BharathChintala :Hello bharath, both are list collectors, one is with values and the other is empty (the second one is just an empty list collector created to store the values available in the first list collector).Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 07:48 PM - edited 02-16-2023 07:51 PM
@servicenow14710 to store available values from 1st list collector? you want selected values or available values?
Here is multiple ways you can do: If it in regular table not catalog items
if you want to see changes in form live
1. write onchange client script on list collector 1
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:50 PM
@BharathChintala : i need to store values from one list collector to another, this is for catalog item.Thanks for the solution.