How do I get List values using Script Include

SD4
Tera Contributor

I have a table that contains a List field with multiple values

find_real_file.png

How do I get those values from that field using script include

 find_real_file.png

 

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

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

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

15 REPLIES 15

Anil Lande
Kilo Patron

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

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

SD4
Tera Contributor

find_real_file.png

getting this

Are you getting the log for (member.next(), 't or f')?

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

SD4
Tera Contributor

First and second log working fine

no ,for gs.log(IncludeList,'List')