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!
How to add Custom Sublist in Advanced PDF
I have found out that custom sublists on custom records are not available to be used in advanced PDF's, even though they show!
Anyway, from what I can see, it appears that I need to create a text field, loop through the sublist items I want to appear on the PDF and post that as an array in that field. So I have this so far on my custom record.
I want now to loop through the array in my PDF/Freemarker code. I thought that eval would do this for me as it works in another form the same way.
0