Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?