- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 08:42 AM
I have a table that contains a List field with multiple values
How do I get those values from that field using script include
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 08:48 AM
Hi,
Instead of getDisplayValue() use IncludeList.push(member.u_member.toString());
Also it would be helpful if you can share some background and information about which table store what.
Thanks,
Anil Lnade
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 08:48 AM
Hi,
Instead of getDisplayValue() use IncludeList.push(member.u_member.toString());
Also it would be helpful if you can share some background and information about which table store what.
Thanks,
Anil Lnade
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 08:51 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 08:56 AM
Are you getting the log for (member.next(), 't or f')?
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 08:57 AM
First and second log working fine
no ,for gs.log(IncludeList,'List')