- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 02:53 PM
Hello All,
ive got a record producer List Collector field that is populated via entries on the sys_choice table. When Selecting multiple options via the service portal, and submitting, the data displayed in the field on the produced record is populating oddly. The field looks just fine on the Portal side, but for whatever reason its truncated on the record, replacing items after the first entry with a short string of seemingly random text.
Any idea why this might be going on? Im mapping the variable to a field of the same name on the record table.
Any help or insight is greatly appreciated!
-Sam
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 10:38 AM
Found that the issue was with the Field Length on the dictionary entry. When converting the field to a list collector the field length was left at 40. Thus the full contents of the field selection couldnt be displayed. Updated this to the default of 4000 for List collector fields and this resolved the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 05:26 PM
Hi, your images have not attached to your post and the description of your problem is not easily understood without them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2022 11:05 AM
Thanks Tony! I've reattached the 3 screenshots to the Q
-Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 10:38 AM
Found that the issue was with the Field Length on the dictionary entry. When converting the field to a list collector the field length was left at 40. Thus the full contents of the field selection couldnt be displayed. Updated this to the default of 4000 for List collector fields and this resolved the issue.