which variable type can i use for multi selection in recordproducer .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I have created an "Update Change" record producer that allows users to manage Configuration Items (CIs) on the Change Request form. Users should be able to:
- Fetch and view existing CIs already associated with the Change Request (from the Affected CI related list).
- Select multiple CIs from this list using a List Collector or similar UI component.
- Delete selected CIs in bulk (e.g., 200–300 records).
- Add new CIs in bulk as well.
However, I'm facing performance issues during form submission, especially when handling large volumes of CIs. I need a scalable and efficient solution to support this functionality.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hi @MansoorM,
Use Variable Type: List Collector
If my response helped, please mark it as the accepted solution so others can benefit as well.
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
i tried your Reference qualifier but do data displaying in list collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited an hour ago
Reference qualifier:
javascript:'task.sys_class_name=change_request^task='+current.variables.change_request;
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
i have added variable attribute same as you, multi select is not working only one record we can select