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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Loop on Custom Sublist in PDF
I'm having some trouble accessing a sublist in the PDF template.
I can check if the sublist has content by doing <#if <record_name>.<sublist_name>?has_content> and this does go into the next block so I assume that means that the sublist has loaded correctly?
However, when I try to access it as a list <#list <record_name>.<sublist_name> as asset> it doesn't seem to be looping through. I have done this before with other records and sublists using the same syntax so I wonder if this is to do with settings on the record? Is their anything in particular I should be looking out for to fix this?
0