Record Producer NOT creating all the populated List Collector values into target table's List field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 12:09 AM
I created a Record Producer which has the List Collector field with multiple values are populated.
However, the issue is that NOT all the populated values are filled into the List field of the target table. As the image below, only the first value is populated in the target List field. Could someone please help me with troubleshooting it?
Best Regards,
Aki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2022 01:54 AM
OOB the max length of watch_list field is set to "4000", was it changed in your instance.
If yes you can revert the version of watch list field from sys_dictionary to the OOB version.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 11:02 AM
I had this same problem, my coworker helped me solve it. In my case, my list field is a reference field type. I had the maxlength on the table set at the default of 32. Since the reference field stores the sys_id, it would only save the first selection. After I increased the maxlength, that solved my problem. Hopefully that helps someone!