Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
print Separate Values from Multiple Select Field
For Suite Answer 96773, do we use that to print one selection of the Multi Select field, or do we print the the entire list on separate rows? Assuming it's the former one, I added this to the code, and there's an error.
I'm ok with the latter functionality as well, since it's currently all combined together, and looks messy.
<#list record.<102>?split("\n") as custrecord_office> <td colspan="12" style="padding: 0;">${custrecord_office}</td></#list>
0